linoyts HF Staff commited on
Commit
9b66ef9
·
verified ·
1 Parent(s): 4db4904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ with gr.Blocks(css=css) as demo:
300
  """)
301
  gr.Markdown("""
302
  [Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series.
303
- This demo uses the [Qwen-Image-Lightning v2](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA for accelerated inference.
304
  Try on [Qwen Chat](https://chat.qwen.ai/), or [download model](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) to run locally with ComfyUI or diffusers.
305
  """)
306
  with gr.Row():
 
300
  """)
301
  gr.Markdown("""
302
  [Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series.
303
+ This demo uses the [Qwen-Image-Lightning v2](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA + [AoT compilation & FA3](https://huggingface.co/blog/zerogpu-aoti) for accelerated inference.
304
  Try on [Qwen Chat](https://chat.qwen.ai/), or [download model](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) to run locally with ComfyUI or diffusers.
305
  """)
306
  with gr.Row():