Spaces:
Paused
Paused
IrinaSvetlana
commited on
Update app.py
Browse files
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)
|