greendra commited on
Commit
620782f
·
verified ·
1 Parent(s): e9d3dfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
250
  with gr.Row():
251
  width = gr.Slider(label="Width", value=1024, minimum=64, maximum=1216, step=32)
252
  height = gr.Slider(label="Height", value=1024, minimum=64, maximum=1216, step=32)
253
- steps = gr.Slider(label="Sampling steps", value=4, minimum=1, maximum=30, step=1)
254
  cfg = gr.Slider(label="CFG Scale (guidance_scale)", value=0, minimum=0, maximum=20, step=1)
255
  # Removed 'strength' slider as it wasn't used in query payload
256
  # strength = gr.Slider(label="Strength (Primarily for Img2Img)", value=0.7, minimum=0, maximum=1, step=0.001, info="Note: Strength is mainly used in Image-to-Image generation.")
 
250
  with gr.Row():
251
  width = gr.Slider(label="Width", value=1024, minimum=64, maximum=1216, step=32)
252
  height = gr.Slider(label="Height", value=1024, minimum=64, maximum=1216, step=32)
253
+ steps = gr.Slider(label="Sampling steps", value=4, minimum=1, maximum=8, step=1)
254
  cfg = gr.Slider(label="CFG Scale (guidance_scale)", value=0, minimum=0, maximum=20, step=1)
255
  # Removed 'strength' slider as it wasn't used in query payload
256
  # strength = gr.Slider(label="Strength (Primarily for Img2Img)", value=0.7, minimum=0, maximum=1, step=0.001, info="Note: Strength is mainly used in Image-to-Image generation.")