ovi054 commited on
Commit
3f5bd25
·
verified ·
1 Parent(s): 6f009b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,8 +160,8 @@ iface = gr.Interface(
160
  ],
161
  additional_inputs = [
162
  gr.Textbox(label="Negative prompt", value = "Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, messy background, three legs, many people in the background, walking backwards"),
163
- gr.Slider(label="Width", minimum=480, maximum=1280, step=16, value=1024),
164
- gr.Slider(label="Height", minimum=480, maximum=1280, step=16, value=1024),
165
  gr.Slider(minimum=1, maximum=80, step=1, label="Inference Steps", value=10),
166
  gr.Textbox(
167
  label="Optional LoRA",
 
160
  ],
161
  additional_inputs = [
162
  gr.Textbox(label="Negative prompt", value = "Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, messy background, three legs, many people in the background, walking backwards"),
163
+ gr.Slider(label="Width", minimum=480, maximum=2048, step=16, value=1024),
164
+ gr.Slider(label="Height", minimum=480, maximum=2048, step=16, value=1024),
165
  gr.Slider(minimum=1, maximum=80, step=1, label="Inference Steps", value=10),
166
  gr.Textbox(
167
  label="Optional LoRA",