Artiprocher commited on
Commit
fc36676
·
verified ·
1 Parent(s): 37e0538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as app:
149
  with gr.Accordion(label="Prompt"):
150
  prompt = gr.Textbox(label="Prompt", lines=3)
151
  negative_prompt = gr.Textbox(label="Negative prompt", lines=1)
152
- cfg_scale = gr.Slider(minimum=1.0, maximum=10.0, value=7.0, step=0.1, interactive=True, label="Classifier-free guidance scale")
153
  embedded_guidance = gr.Slider(minimum=0.0, maximum=10.0, value=0.0, step=0.1, interactive=True, label="Embedded guidance scale (only for FLUX)")
154
 
155
  with gr.Accordion(label="Image"):
 
149
  with gr.Accordion(label="Prompt"):
150
  prompt = gr.Textbox(label="Prompt", lines=3)
151
  negative_prompt = gr.Textbox(label="Negative prompt", lines=1)
152
+ cfg_scale = gr.Slider(minimum=1.0, maximum=10.0, value=1.0, step=0.1, interactive=True, label="Classifier-free guidance scale")
153
  embedded_guidance = gr.Slider(minimum=0.0, maximum=10.0, value=0.0, step=0.1, interactive=True, label="Embedded guidance scale (only for FLUX)")
154
 
155
  with gr.Accordion(label="Image"):