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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ def infer(prompt, negative_prompt):
61
  negative_prompt=negative_prompt,
62
  width=WIDTH,
63
  height=HIGH,
64
- guidance_scale=7.5,
65
- num_inference_steps=2,
66
  num_images_per_prompt=1,
67
  ).images[0]
68
 
 
61
  negative_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