KingNish commited on
Commit
66c437a
Β·
verified Β·
1 Parent(s): c8ac4fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")