DigiP-AI commited on
Commit
9c2ba9a
·
verified ·
1 Parent(s): 4fd1158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
148
  cfg = gr.Slider(label="CFG Scale", value=3.5, minimum=1, maximum=20, step=0.5)
149
  method = gr.Radio(label="Sampling method", value="DPM++ 2M Karras", choices=["DPM++ 2M Karras", "DPM++ SDE Karras", "DEIS", "LMS", "DPM Adaptive", "DPM++ 2M", "DPM2 Ancestral", "DPM++ S", "DPM++ SDE", "DDPM", "DPM Fast", "dpmpp_2s_ancestral", "Euler", "Euler CFG PP", "Euler a", "Euler Ancestral", "Euler+beta", "Heun", "Heun PP2", "DDIM", "PLMS", "UniPC", "UniPC BH2"])
150
  strength = gr.Slider(label="Prompt Strength", value=100, minimum=0, maximum=100, step=1)
151
- num_images_per_prompt = gr.Slider(label="Images", minimum=1, maximum=5, step=1, value=2, Interactive=True)
152
  seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=1000000000, step=1)
153
  with gr.Row():
154
  with gr.Accordion("🫘Seed", open=False):
 
148
  cfg = gr.Slider(label="CFG Scale", value=3.5, minimum=1, maximum=20, step=0.5)
149
  method = gr.Radio(label="Sampling method", value="DPM++ 2M Karras", choices=["DPM++ 2M Karras", "DPM++ SDE Karras", "DEIS", "LMS", "DPM Adaptive", "DPM++ 2M", "DPM2 Ancestral", "DPM++ S", "DPM++ SDE", "DDPM", "DPM Fast", "dpmpp_2s_ancestral", "Euler", "Euler CFG PP", "Euler a", "Euler Ancestral", "Euler+beta", "Heun", "Heun PP2", "DDIM", "PLMS", "UniPC", "UniPC BH2"])
150
  strength = gr.Slider(label="Prompt Strength", value=100, minimum=0, maximum=100, step=1)
151
+ num_images_per_prompt = gr.Slider(label="Images", minimum=1, maximum=5, step=1, value=2, interactive=True)
152
  seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=1000000000, step=1)
153
  with gr.Row():
154
  with gr.Accordion("🫘Seed", open=False):