jiuface commited on
Commit
b5af976
1 Parent(s): 65123f2
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -313,7 +313,7 @@ def process(
313
 
314
 
315
  with gr.Blocks() as demo:
316
- gr.Markdown("Flux controlnet inpaint with loras")
317
  with gr.Row():
318
  with gr.Column():
319
 
@@ -357,7 +357,7 @@ with gr.Blocks() as demo:
357
  minimum=0,
358
  maximum=20,
359
  step=1,
360
- value=5,
361
  )
362
 
363
  mask_blur_slider_component = gr.Slider(
@@ -367,7 +367,7 @@ with gr.Blocks() as demo:
367
  minimum=0,
368
  maximum=20,
369
  step=1,
370
- value=5,
371
  )
372
 
373
  seed_slicer_component = gr.Slider(
 
313
 
314
 
315
  with gr.Blocks() as demo:
316
+ gr.Markdown("Run inpainting with Flux, compatible with Canny ControlNet, LoRAs and HyperFlux_8step")
317
  with gr.Row():
318
  with gr.Column():
319
 
 
357
  minimum=0,
358
  maximum=20,
359
  step=1,
360
+ value=10,
361
  )
362
 
363
  mask_blur_slider_component = gr.Slider(
 
367
  minimum=0,
368
  maximum=20,
369
  step=1,
370
+ value=10,
371
  )
372
 
373
  seed_slicer_component = gr.Slider(