Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -331,9 +331,9 @@ with gr.Blocks(css=css) as demo:
|
|
331 |
</div>
|
332 |
""")
|
333 |
gr.Markdown("""
|
334 |
-
|
335 |
|
336 |
-
This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA
|
337 |
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.
|
338 |
""")
|
339 |
|
|
|
331 |
</div>
|
332 |
""")
|
333 |
gr.Markdown("""
|
334 |
+
Compose a new image with elements from multiple image inputs with Qwen Image Edit. [Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series.
|
335 |
|
336 |
+
This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA, AoT compilation and FA3 for accelerated 8-step inference.
|
337 |
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.
|
338 |
""")
|
339 |
|