Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -90,10 +90,10 @@ def Piper(_do,_dont):
|
|
90 |
return pipe(
|
91 |
_do,
|
92 |
height=512,
|
93 |
-
width=
|
94 |
negative_prompt=_dont,
|
95 |
-
num_inference_steps=
|
96 |
-
guidance_scale=6 # 10
|
97 |
)
|
98 |
|
99 |
def infer(prompt,prompt2):
|
@@ -132,7 +132,7 @@ footer {
|
|
132 |
max-width: 15cm !important;
|
133 |
}
|
134 |
#image-container {
|
135 |
-
aspect-ratio:
|
136 |
}
|
137 |
.dropdown-arrow {
|
138 |
display: none !important;
|
|
|
90 |
return pipe(
|
91 |
_do,
|
92 |
height=512,
|
93 |
+
width=576, # 1024
|
94 |
negative_prompt=_dont,
|
95 |
+
num_inference_steps=55, # 400
|
96 |
+
guidance_scale=6.5 # 10
|
97 |
)
|
98 |
|
99 |
def infer(prompt,prompt2):
|
|
|
132 |
max-width: 15cm !important;
|
133 |
}
|
134 |
#image-container {
|
135 |
+
aspect-ratio: 576 / 512 !important;
|
136 |
}
|
137 |
.dropdown-arrow {
|
138 |
display: none !important;
|