cocktailpeanut commited on
Commit
50f5169
1 Parent(s): 550300e
Files changed (1) hide show
  1. app.py +1 -1
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 = 0
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()