Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,7 +258,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 258 |
<h2 style="font-style: italic;color: #5b47d1;margin-top: -33px !important;margin-left: 133px;">Fast, 8-steps with Lightining LoRA</h2>
|
| 259 |
</div>
|
| 260 |
""")
|
| 261 |
-
|
| 262 |
with gr.Row():
|
| 263 |
prompt = gr.Text(
|
| 264 |
label="Prompt",
|
|
|
|
| 258 |
<h2 style="font-style: italic;color: #5b47d1;margin-top: -33px !important;margin-left: 133px;">Fast, 8-steps with Lightining LoRA</h2>
|
| 259 |
</div>
|
| 260 |
""")
|
| 261 |
+
gr.Markdown("[了解更多](https://github.com/QwenLM/Qwen-Image)。本空间使用 [Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning) 的 LoRA,在 CPU 上进行了内存优化(默认分辨率更小、开启 slicing/tiling),以便在免费 16GB CPU 空间中运行。建议耐心等待推理完成,首次加载模型会较慢。")
|
| 262 |
with gr.Row():
|
| 263 |
prompt = gr.Text(
|
| 264 |
label="Prompt",
|