linoyts HF Staff commited on
Commit
4781381
·
verified ·
1 Parent(s): 885ab92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA for accelerated inference.
 
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