Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
•
50f5169
1
Parent(s):
550300e
update
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ guidance_scale = 5
|
|
76 |
if os.environ.get("MODE") == "LCM":
|
77 |
print("LCM")
|
78 |
num_inference_steps = 2
|
79 |
-
guidance_scale =
|
80 |
|
81 |
pipe.load_lora_weights(lcm_lora_path)
|
82 |
pipe.fuse_lora()
|
|
|
76 |
if os.environ.get("MODE") == "LCM":
|
77 |
print("LCM")
|
78 |
num_inference_steps = 2
|
79 |
+
guidance_scale = 2
|
80 |
|
81 |
pipe.load_lora_weights(lcm_lora_path)
|
82 |
pipe.fuse_lora()
|