lllyasviel commited on
Commit
f7392f2
·
1 Parent(s): 01497eb
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -47,7 +47,7 @@ with block:
47
  with gr.Column(scale=0.5, visible=False) as right_col:
48
  with gr.Tab(label='Generator Setting'):
49
  performance_selction = gr.Radio(label='Performance', choices=['Speed', 'Quality'], value='Speed')
50
- aspect_ratios_selction = gr.Radio(label='Aspect Ratios', choices=list(aspect_ratios.keys()),
51
  value='1152×896')
52
  image_number = gr.Slider(label='Image Number', minimum=1, maximum=32, step=1, value=2)
53
  image_seed = gr.Number(label='Random Seed', value=-1, precision=0)
 
47
  with gr.Column(scale=0.5, visible=False) as right_col:
48
  with gr.Tab(label='Generator Setting'):
49
  performance_selction = gr.Radio(label='Performance', choices=['Speed', 'Quality'], value='Speed')
50
+ aspect_ratios_selction = gr.Radio(label='Aspect Ratios (width × height)', choices=list(aspect_ratios.keys()),
51
  value='1152×896')
52
  image_number = gr.Slider(label='Image Number', minimum=1, maximum=32, step=1, value=2)
53
  image_seed = gr.Number(label='Random Seed', value=-1, precision=0)