HelloSun commited on
Commit
7c44ba4
·
verified ·
1 Parent(s): 36f329a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def infer(prompt,negative_prompt):
49
  negative_prompt = negative_prompt,
50
  width = HIGH,
51
  height = WIDTH,
52
- guidance_scale=2.0,
53
  num_inference_steps=4,
54
  num_images_per_prompt=1,
55
  ).images[0]
 
49
  negative_prompt = negative_prompt,
50
  width = HIGH,
51
  height = WIDTH,
52
+ guidance_scale=1.0,
53
  num_inference_steps=4,
54
  num_images_per_prompt=1,
55
  ).images[0]