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