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=768, # 1024
|
94 |
negative_prompt=_dont,
|
95 |
-
num_inference_steps=
|
96 |
-
guidance_scale=1.
|
97 |
)
|
98 |
|
99 |
def infer(prompt,prompt2):
|
|
|
92 |
height=512,
|
93 |
width=768, # 1024
|
94 |
negative_prompt=_dont,
|
95 |
+
num_inference_steps=45, # 400
|
96 |
+
guidance_scale=1.5 # 10
|
97 |
)
|
98 |
|
99 |
def infer(prompt,prompt2):
|