linoyts HF Staff commited on
Commit
6cade0d
·
verified ·
1 Parent(s): 0b81944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -450,12 +450,14 @@ with gr.Blocks(css=css) as demo:
450
  gr.HTML("""
451
  <div id="logo-title">
452
  <img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_edit_logo.png" alt="Qwen-Image Edit Logo" width="400" style="display: block; margin: 0 auto;">
453
- <h2 style="font-style: italic;color: #5b47d1;margin-top: -27px !important;margin-left: 133px;">Relight</h2>
454
  </div>
455
  """)
456
  gr.Markdown("""
457
- [Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series.
458
- This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA for accelerated 8-step inference.
 
 
459
  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.
460
  """)
461
 
 
450
  gr.HTML("""
451
  <div id="logo-title">
452
  <img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_edit_logo.png" alt="Qwen-Image Edit Logo" width="400" style="display: block; margin: 0 auto;">
453
+ <h2 style="font-style: italic;color: #5b47d1;margin-top: -27px !important;margin-left: 133px;">Relight [Fast]</h2>
454
  </div>
455
  """)
456
  gr.Markdown("""
457
+
458
+ Relight images with Qwen Image Edit. [Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series.
459
+
460
+ This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA with AoT compilation for accelerated 8-step inference.
461
  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.
462
  """)
463