ovi054 commited on
Commit
55713b6
·
verified ·
1 Parent(s): ac6ae94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -93,9 +93,9 @@ iface = gr.Interface(
93
  ],
94
  additional_inputs = [
95
  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"),
96
- gr.Slider(label="Width", minimum=480, maximum=1280, step=16, value=1024),
97
- gr.Slider(label="Height", minimum=480, maximum=1280, step=16, value=1024),
98
- gr.Slider(minimum=1, maximum=80, step=1, label="Inference Steps", value=10),
99
  gr.Textbox(label="LoRA ID"),
100
  ],
101
  outputs=gr.Image(label="output"),
 
93
  ],
94
  additional_inputs = [
95
  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"),
96
+ gr.Slider(label="Width", minimum=480, maximum=2048, step=16, value=1024),
97
+ gr.Slider(label="Height", minimum=480, maximum=2048, step=16, value=1024),
98
+ gr.Slider(minimum=1, maximum=80, step=1, label="Inference Steps", value=8),
99
  gr.Textbox(label="LoRA ID"),
100
  ],
101
  outputs=gr.Image(label="output"),