Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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=
|
| 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=
|
| 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"
|