IrinaSvetlana commited on
Commit
31598eb
·
verified ·
1 Parent(s): d85424d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ pipe.scheduler = diffusers.EulerDiscreteScheduler.from_config(
162
  # load and disable LCM
163
  #pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
164
  pipe.load_lora_weights("TheLastBen/Papercut_SDXL")
165
- pipe.disable_lora()
166
 
167
  pipe.cuda()
168
  pipe.load_ip_adapter_instantid(face_adapter)
 
162
  # load and disable LCM
163
  #pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
164
  pipe.load_lora_weights("TheLastBen/Papercut_SDXL")
165
+ #pipe.disable_lora()
166
 
167
  pipe.cuda()
168
  pipe.load_ip_adapter_instantid(face_adapter)