Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def infer(prompt):
|
|
69 |
width=600,
|
70 |
negative_prompt="",
|
71 |
num_inference_steps=60,
|
72 |
-
guidance_scale=
|
73 |
).images[0].save(name)
|
74 |
return name
|
75 |
|
|
|
69 |
width=600,
|
70 |
negative_prompt="",
|
71 |
num_inference_steps=60,
|
72 |
+
guidance_scale=9.9
|
73 |
).images[0].save(name)
|
74 |
return name
|
75 |
|