zenafey commited on
Commit
64000d0
1 Parent(s): 4dd3221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 = []