Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype
|
|
17 |
|
18 |
repo = "fluently/Fluently-XL-Final"
|
19 |
pipe = StableDiffusionXLPipeline.from_pretrained(repo, torch_dtype=torch.float16, vae=vae)
|
20 |
-
pipe.scheduler = EulerAncestralDiscreteScheduler(pipe.scheduler.config)
|
21 |
pipe.load_lora_weights("KingNish/Better-Image-XL-Lora", weight_name="example-03.safetensors", adapter_name="lora")
|
22 |
pipe.set_adapters("lora")
|
23 |
pipe.to("cuda")
|
|
|
17 |
|
18 |
repo = "fluently/Fluently-XL-Final"
|
19 |
pipe = StableDiffusionXLPipeline.from_pretrained(repo, torch_dtype=torch.float16, vae=vae)
|
|
|
20 |
pipe.load_lora_weights("KingNish/Better-Image-XL-Lora", weight_name="example-03.safetensors", adapter_name="lora")
|
21 |
pipe.set_adapters("lora")
|
22 |
pipe.to("cuda")
|