r3gm commited on
Commit
ebff869
β€’
1 Parent(s): f4ef5e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -589,7 +589,7 @@ with gr.Blocks(theme="NoCrypt/miku", css=CSS) as app:
589
  clip_skip_gui = gr.Checkbox(value=True, label="Layer 2 Clip Skip")
590
  free_u_gui = gr.Checkbox(value=True, label="FreeU")
591
  seed_gui = gr.Number(minimum=-1, maximum=9999999999, value=-1, label="Seed")
592
- num_images_gui = gr.Slider(minimum=1, maximum=8, step=1, value=1, label="Images")
593
  prompt_s_options = [("Compel (default) format: (word)weight", "Compel"), ("Classic (sd1.5 long prompts) format: (word:weight)", "Classic")]
594
  prompt_syntax_gui = gr.Dropdown(label="Prompt Syntax", choices=prompt_s_options, value=prompt_s_options[0][1])
595
  vae_model_gui = gr.Dropdown(label="VAE Model", choices=vae_model_list)
 
589
  clip_skip_gui = gr.Checkbox(value=True, label="Layer 2 Clip Skip")
590
  free_u_gui = gr.Checkbox(value=True, label="FreeU")
591
  seed_gui = gr.Number(minimum=-1, maximum=9999999999, value=-1, label="Seed")
592
+ num_images_gui = gr.Slider(minimum=1, maximum=4, step=1, value=1, label="Images")
593
  prompt_s_options = [("Compel (default) format: (word)weight", "Compel"), ("Classic (sd1.5 long prompts) format: (word:weight)", "Classic")]
594
  prompt_syntax_gui = gr.Dropdown(label="Prompt Syntax", choices=prompt_s_options, value=prompt_s_options[0][1])
595
  vae_model_gui = gr.Dropdown(label="VAE Model", choices=vae_model_list)