ovi054 commited on
Commit
25761d6
·
verified ·
1 Parent(s): 28ae721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,10 +39,10 @@ iface = gr.Interface(
39
  gr.Textbox(label="Input prompt"),
40
  ],
41
  additional_inputs = [
42
- gr.Textbox(label="Negative prompt", value = ""),
43
  gr.Slider(label="Width", minimum=480, maximum=1280, step=16, value=1024),
44
  gr.Slider(label="Height", minimum=480, maximum=1280, step=16, value=1024),
45
- gr.Slider(minimum=1, maximum=60, step=1, label="Inference Steps", value=28)
46
  ],
47
  outputs=gr.Image(label="output"),
48
  )
 
39
  gr.Textbox(label="Input prompt"),
40
  ],
41
  additional_inputs = [
42
+ 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"),
43
  gr.Slider(label="Width", minimum=480, maximum=1280, step=16, value=1024),
44
  gr.Slider(label="Height", minimum=480, maximum=1280, step=16, value=1024),
45
+ gr.Slider(minimum=1, maximum=60, step=1, label="Inference Steps", value=50)
46
  ],
47
  outputs=gr.Image(label="output"),
48
  )