Prgckwb commited on
Commit
2075cf0
1 Parent(s): 8aae6c2

:tada: init

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ if __name__ == '__main__':
73
  gr.Image(type='pil', label='Input Image'),
74
  gr.Dropdown(list(MODEL_IDS.keys()), value='Stable Diffusion v1.4', label='Model ID'),
75
  gr.Dropdown(list(SCHEDULERS.keys()), value='DDPMScheduler', label='Scheduler'),
76
- gr.Radio(choices=[0, 1, 2], value=0, label='Per-Step time'),
77
  gr.Radio(choices=[10, 25, 50, 100, 1000], value=50, label='Total Steps'),
78
  ],
79
  outputs=[
 
73
  gr.Image(type='pil', label='Input Image'),
74
  gr.Dropdown(list(MODEL_IDS.keys()), value='Stable Diffusion v1.4', label='Model ID'),
75
  gr.Dropdown(list(SCHEDULERS.keys()), value='DDPMScheduler', label='Scheduler'),
76
+ gr.Radio(choices=[0, 0.01, 0.1, 1], value=0, label='Per-Step time'),
77
  gr.Radio(choices=[10, 25, 50, 100, 1000], value=50, label='Total Steps'),
78
  ],
79
  outputs=[