Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -69,11 +69,11 @@ def generate_random_string(length):
|
|
69 |
def Piper(_do, _dont):
|
70 |
return pipe(
|
71 |
_do,
|
72 |
-
height=
|
73 |
-
width=
|
74 |
negative_prompt=_dont,
|
75 |
-
num_inference_steps=
|
76 |
-
guidance_scale=
|
77 |
)
|
78 |
|
79 |
def infer(prompt1,prompt2,prompt3,prompt4):
|
|
|
69 |
def Piper(_do, _dont):
|
70 |
return pipe(
|
71 |
_do,
|
72 |
+
height=1024,
|
73 |
+
width=1024,
|
74 |
negative_prompt=_dont,
|
75 |
+
num_inference_steps=100,
|
76 |
+
guidance_scale=9
|
77 |
)
|
78 |
|
79 |
def infer(prompt1,prompt2,prompt3,prompt4):
|