Spaces:
Running
on
Zero
Running
on
Zero
liuhuijie03
commited on
Commit
·
33c8218
1
Parent(s):
997802b
update
Browse files- app.py +2 -2
- install.sh +0 -1
app.py
CHANGED
|
@@ -472,13 +472,13 @@ with gr.Blocks(
|
|
| 472 |
gallery = gr.Gallery(
|
| 473 |
label="Generated Results",
|
| 474 |
show_label=True,
|
| 475 |
-
columns=
|
| 476 |
object_fit="contain",
|
| 477 |
height="100%",
|
| 478 |
)
|
| 479 |
gr.Markdown(
|
| 480 |
"""
|
| 481 |
-
>
|
| 482 |
> The Gradio apps use an accelerated version, which may result in a slight reduction in image generation quality.
|
| 483 |
> - This demo is the open-source version, utilizing [Qwen-Image](https://github.com/QwenLM/Qwen-Image) as the pre-trained model, while the more powerful closed-source version employs Kolors 2.1 as the pre-trained model and will soon be launched on the [KlingAI](https://app.klingai.com/global/?gad_source=1&gad_campaignid=22803840655&gbraid=0AAAAA_AcKMnNNjEHRRI1l9_5z1qK881dO).
|
| 484 |
"""
|
|
|
|
| 472 |
gallery = gr.Gallery(
|
| 473 |
label="Generated Results",
|
| 474 |
show_label=True,
|
| 475 |
+
columns=2,
|
| 476 |
object_fit="contain",
|
| 477 |
height="100%",
|
| 478 |
)
|
| 479 |
gr.Markdown(
|
| 480 |
"""
|
| 481 |
+
> ⚠️ <strong>Note</strong>:
|
| 482 |
> The Gradio apps use an accelerated version, which may result in a slight reduction in image generation quality.
|
| 483 |
> - This demo is the open-source version, utilizing [Qwen-Image](https://github.com/QwenLM/Qwen-Image) as the pre-trained model, while the more powerful closed-source version employs Kolors 2.1 as the pre-trained model and will soon be launched on the [KlingAI](https://app.klingai.com/global/?gad_source=1&gad_campaignid=22803840655&gbraid=0AAAAA_AcKMnNNjEHRRI1l9_5z1qK881dO).
|
| 484 |
"""
|
install.sh
CHANGED
|
@@ -2,5 +2,4 @@
|
|
| 2 |
|
| 3 |
pip install torch==2.6.0 torchvision==0.21.0
|
| 4 |
pip install -e git+https://github.com/Lakonik/piFlow.git@b1ef16e5e305251bccdfeac2a0e3d0ef339b974a#egg=lakonlab
|
| 5 |
-
|
| 6 |
pip install -r my_req.txt
|
|
|
|
| 2 |
|
| 3 |
pip install torch==2.6.0 torchvision==0.21.0
|
| 4 |
pip install -e git+https://github.com/Lakonik/piFlow.git@b1ef16e5e305251bccdfeac2a0e3d0ef339b974a#egg=lakonlab
|
|
|
|
| 5 |
pip install -r my_req.txt
|