Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,8 @@ def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width,
|
|
210 |
"cfg_scale": cfg_scale,
|
211 |
"width": width,
|
212 |
"height": height,
|
213 |
-
"seed": seed
|
|
|
214 |
}
|
215 |
|
216 |
total_images = []
|
|
|
210 |
"cfg_scale": cfg_scale,
|
211 |
"width": width,
|
212 |
"height": height,
|
213 |
+
"seed": seed,
|
214 |
+
"upscale": True
|
215 |
}
|
216 |
|
217 |
total_images = []
|