gokaygokay commited on
Commit
3e96d90
1 Parent(s): 49c7764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -109,6 +109,7 @@ class LazyLoadPipeline:
109
  pipe.load_lora_weights("models/Lora/SDXLrender_v2.0.safetensors")
110
  pipe.fuse_lora(lora_scale=0.5)
111
  pipe.load_lora_weights("models/Lora/more_details.safetensors")
 
112
  pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
113
  pipe.enable_freeu(s1=0.9, s2=0.2, b1=1.3, b2=1.4)
114
  return pipe
 
109
  pipe.load_lora_weights("models/Lora/SDXLrender_v2.0.safetensors")
110
  pipe.fuse_lora(lora_scale=0.5)
111
  pipe.load_lora_weights("models/Lora/more_details.safetensors")
112
+ pipe.fuse_lora(lora_scale=1.)
113
  pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
114
  pipe.enable_freeu(s1=0.9, s2=0.2, b1=1.3, b2=1.4)
115
  return pipe