Spaces:
Sleeping
Sleeping
hsuwill000
commited on
Commit
•
9fa0ffc
1
Parent(s):
e1e9b2f
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ from diffusers import EulerAncestralDiscreteScheduler, LCMScheduler
|
|
14 |
#EulerAncestralDiscreteScheduler 很不錯chatgpt推薦
|
15 |
|
16 |
|
17 |
-
|
18 |
|
19 |
-
model_id = "spamsoms/LCM-anything-v5-openvino2"
|
20 |
#adapter_id = "latent-consistency/lcm-lora-sdv1-5"
|
21 |
|
22 |
#1024*512 記憶體不足
|
|
|
14 |
#EulerAncestralDiscreteScheduler 很不錯chatgpt推薦
|
15 |
|
16 |
|
17 |
+
model_id = "hsuwill000/LCM-anything-v5-openvino"
|
18 |
|
19 |
+
#model_id = "spamsoms/LCM-anything-v5-openvino2"
|
20 |
#adapter_id = "latent-consistency/lcm-lora-sdv1-5"
|
21 |
|
22 |
#1024*512 記憶體不足
|