Anonymous commited on
Commit
bae6fd5
·
1 Parent(s): 91fac5d

load in advance

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -214,8 +214,8 @@ with gr.Blocks(css=css) as demo:
214
  with gr.Row():
215
  with gr.Accordion('Advanced Settings', open=False):
216
  with gr.Row():
217
- output_size = gr.Dropdown(["2048 x 2048", "1024 x 2048", "2048 x 1024"], value="2048 x 2048", label="Output Size (H x W)", info="Due to GPU constraints, run the demo locally for higher resolutions.", scale=3)
218
- options = gr.CheckboxGroup(['Disable Turbo'], label="Options", info="NOT recommended to change", scale=2)
219
  with gr.Row():
220
  ddim_steps = gr.Slider(label='DDIM Steps',
221
  minimum=2,
 
214
  with gr.Row():
215
  with gr.Accordion('Advanced Settings', open=False):
216
  with gr.Row():
217
+ output_size = gr.Dropdown(["2048 x 2048", "1024 x 2048", "2048 x 1024"], value="2048 x 2048", label="Output Size (H x W)", info="Due to GPU constraints, run the demo locally for higher resolutions.")
218
+ options = gr.CheckboxGroup(['Disable Turbo'], label="Options", info="Disable Turbo will get better results but cost more time.")
219
  with gr.Row():
220
  ddim_steps = gr.Slider(label='DDIM Steps',
221
  minimum=2,