Spaces:
Paused
Paused
IrinaSvetlana
commited on
Commit
•
861e08f
1
Parent(s):
8b36359
Update app.py
Browse files
app.py
CHANGED
@@ -160,11 +160,11 @@ pipe.scheduler = diffusers.EulerDiscreteScheduler.from_config(
|
|
160 |
)
|
161 |
|
162 |
# load and disable LCM
|
163 |
-
|
164 |
#pipe.load_lora_weights("TheLastBen/Papercut_SDXL")
|
165 |
-
pipe.load_lora_weights("Norod78/sdxl-PaperCutouts-Dreambooth")
|
166 |
|
167 |
-
|
168 |
|
169 |
pipe.cuda()
|
170 |
pipe.load_ip_adapter_instantid(face_adapter)
|
|
|
160 |
)
|
161 |
|
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.load_lora_weights("Norod78/sdxl-PaperCutouts-Dreambooth")
|
166 |
|
167 |
+
pipe.disable_lora()
|
168 |
|
169 |
pipe.cuda()
|
170 |
pipe.load_ip_adapter_instantid(face_adapter)
|