hsuwill000 commited on
Commit
f7d74fe
·
verified ·
1 Parent(s): 93b0d61

Update app.py

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