linoyts HF Staff commited on
Commit
db0ad2b
·
verified ·
1 Parent(s): c242674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -331,9 +331,9 @@ with gr.Blocks(css=css) as demo:
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 and AoT compilation 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
 
 
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