Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -92,8 +92,8 @@ def Piper(_do,_dont):
|
|
92 |
height=512,
|
93 |
width=576,
|
94 |
negative_prompt=_dont,
|
95 |
-
num_inference_steps=
|
96 |
-
guidance_scale=
|
97 |
)
|
98 |
|
99 |
def infer(prompt,prompt2):
|
|
|
92 |
height=512,
|
93 |
width=576,
|
94 |
negative_prompt=_dont,
|
95 |
+
num_inference_steps=65,
|
96 |
+
guidance_scale=10
|
97 |
)
|
98 |
|
99 |
def infer(prompt,prompt2):
|