linoyts HF Staff commited on
Commit
73a15ee
·
verified ·
1 Parent(s): ded4adc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(css=css) as demo:
246
 
247
  Inpaint images with Qwen Image Edit. [Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series.
248
 
249
- This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA with AoT compilation and FA3 for accelerated 8-step inference.
250
  Try on [Qwen Chat](https://chat.qwen.ai/), or [download model](https://huggingface.co/Qwen/Qwen-Image-Edit) to run locally with ComfyUI or diffusers.
251
  """)
252
  with gr.Row():
@@ -297,7 +297,7 @@ with gr.Blocks(css=css) as demo:
297
  strength = gr.Slider(
298
  label="Strength",
299
  minimum=0.0,
300
- maximum=2.0,
301
  step=0.1,
302
  value=1.0,
303
  info="Controls how much the inpainted region should change"
@@ -306,7 +306,7 @@ with gr.Blocks(css=css) as demo:
306
  true_cfg_scale = gr.Slider(
307
  label="True CFG Scale",
308
  minimum=1.0,
309
- maximum=20.0,
310
  step=0.5,
311
  value=1.0,
312
  info="Classifier-free guidance scale"
 
246
 
247
  Inpaint images with Qwen Image Edit. [Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series.
248
 
249
+ This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA with FA3 for accelerated 8-step inference.
250
  Try on [Qwen Chat](https://chat.qwen.ai/), or [download model](https://huggingface.co/Qwen/Qwen-Image-Edit) to run locally with ComfyUI or diffusers.
251
  """)
252
  with gr.Row():
 
297
  strength = gr.Slider(
298
  label="Strength",
299
  minimum=0.0,
300
+ maximum=1.0,
301
  step=0.1,
302
  value=1.0,
303
  info="Controls how much the inpainted region should change"
 
306
  true_cfg_scale = gr.Slider(
307
  label="True CFG Scale",
308
  minimum=1.0,
309
+ maximum=10.0,
310
  step=0.5,
311
  value=1.0,
312
  info="Classifier-free guidance scale"