Upload folder using huggingface_hub
Browse files- ui/layout.py +2 -3
ui/layout.py
CHANGED
|
@@ -23,15 +23,14 @@ def build_ui(event_handler_function):
|
|
| 23 |
with gr.Blocks() as demo:
|
| 24 |
gr.Markdown("# ImageGen - FLUX.2")
|
| 25 |
gr.Markdown(
|
| 26 |
-
"This demo is a streamlined version of the [Comfy web UI](https://github.com/RioShiina47/comfy-webui)'s
|
| 27 |
"Other versions are also available: "
|
| 28 |
"[Z-Image](https://huggingface.co/spaces/RioShiina/ImageGen-Z-Image), "
|
| 29 |
"[Qwen-Image](https://huggingface.co/spaces/RioShiina/ImageGen-Qwen-Image), "
|
| 30 |
"[Anima](https://huggingface.co/spaces/RioShiina/ImageGen-Anima), "
|
| 31 |
"[Illustrious](https://huggingface.co/spaces/RioShiina/ImageGen-Illustrious), "
|
| 32 |
"[NoobAI](https://huggingface.co/spaces/RioShiina/ImageGen-NoobAI), "
|
| 33 |
-
"[Pony](https://huggingface.co/spaces/RioShiina/ImageGen-
|
| 34 |
-
"[SDXL](https://huggingface.co/spaces/RioShiina/ImageGen-SDXL)"
|
| 35 |
)
|
| 36 |
with gr.Tabs(elem_id="tabs_container") as tabs:
|
| 37 |
with gr.TabItem("FLUX.2", id=0):
|
|
|
|
| 23 |
with gr.Blocks() as demo:
|
| 24 |
gr.Markdown("# ImageGen - FLUX.2")
|
| 25 |
gr.Markdown(
|
| 26 |
+
"This demo is a streamlined version of the [Comfy web UI](https://github.com/RioShiina47/comfy-webui)'s [ImageGen](https://huggingface.co/spaces/RioShiina/ImageGen) functionality. "
|
| 27 |
"Other versions are also available: "
|
| 28 |
"[Z-Image](https://huggingface.co/spaces/RioShiina/ImageGen-Z-Image), "
|
| 29 |
"[Qwen-Image](https://huggingface.co/spaces/RioShiina/ImageGen-Qwen-Image), "
|
| 30 |
"[Anima](https://huggingface.co/spaces/RioShiina/ImageGen-Anima), "
|
| 31 |
"[Illustrious](https://huggingface.co/spaces/RioShiina/ImageGen-Illustrious), "
|
| 32 |
"[NoobAI](https://huggingface.co/spaces/RioShiina/ImageGen-NoobAI), "
|
| 33 |
+
"[Pony](https://huggingface.co/spaces/RioShiina/ImageGen-Pony)"
|
|
|
|
| 34 |
)
|
| 35 |
with gr.Tabs(elem_id="tabs_container") as tabs:
|
| 36 |
with gr.TabItem("FLUX.2", id=0):
|