Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -259,7 +259,7 @@ with gr.Blocks(css=css) as demo:
|
|
259 |
<h2>Fast</h2>
|
260 |
</div>
|
261 |
""")
|
262 |
-
gr.Markdown("[Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series. This demo uses the [Qwen-Image-Lightning](https://
|
263 |
with gr.Row():
|
264 |
prompt = gr.Text(
|
265 |
label="Prompt",
|
|
|
259 |
<h2>Fast</h2>
|
260 |
</div>
|
261 |
""")
|
262 |
+
gr.Markdown("[Learn more](https://github.com/QwenLM/Qwen-Image) about the Qwen-Image series. This demo uses the [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) LoRA for accelerated inference. [Download model](https://huggingface.co/Qwen/Qwen-Image) to run locally with ComfyUI or diffusers.")
|
263 |
with gr.Row():
|
264 |
prompt = gr.Text(
|
265 |
label="Prompt",
|