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