hsuwill000 commited on
Commit
e97413a
·
verified ·
1 Parent(s): bb5db10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def infer(prompt, negative_prompt):
62
  width=WIDTH,
63
  height=HIGH,
64
  guidance_scale=1.0, #7.5繪製的圖 無法收斂??
65
- num_inference_steps=1,
66
  num_images_per_prompt=1,
67
  ).images[0]
68
 
 
62
  width=WIDTH,
63
  height=HIGH,
64
  guidance_scale=1.0, #7.5繪製的圖 無法收斂??
65
+ num_inference_steps=4,
66
  num_images_per_prompt=1,
67
  ).images[0]
68