Spaces:
Runtime error
Runtime error
hsuwill000
commited on
Update app.py
Browse files
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=
|
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 |
|