Upload folder using huggingface_hub
Browse files- ui/layout.py +3 -3
ui/layout.py
CHANGED
|
@@ -12,10 +12,10 @@ def build_ui(event_handler_function):
|
|
| 12 |
with gr.Blocks() as demo:
|
| 13 |
gr.Markdown("# ImageGen")
|
| 14 |
gr.Markdown(
|
| 15 |
-
"This demo is a streamlined version of the [Comfy web UI](https://github.com/RioShiina47/comfy-webui)'s ImageGen functionality. "
|
| 16 |
-
"Other spaces: [ImageGen1](https://huggingface.co/spaces/RioShiina/ImageGen1)"
|
|
|
|
| 17 |
)
|
| 18 |
-
gr.Markdown("what's new: 2026/05/15: Add circlestone-labs/Anima-base-v1.0")
|
| 19 |
with gr.Tabs(elem_id="tabs_container") as tabs:
|
| 20 |
with gr.TabItem("Txt2Img", id=0):
|
| 21 |
ui_components.update(txt2img_ui.create_ui())
|
|
|
|
| 12 |
with gr.Blocks() as demo:
|
| 13 |
gr.Markdown("# ImageGen")
|
| 14 |
gr.Markdown(
|
| 15 |
+
"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. "
|
| 16 |
+
"Other spaces: [ImageGen1](https://huggingface.co/spaces/RioShiina/ImageGen1), "
|
| 17 |
+
"[ImageGen2](https://huggingface.co/spaces/RioShiina/ImageGen2)"
|
| 18 |
)
|
|
|
|
| 19 |
with gr.Tabs(elem_id="tabs_container") as tabs:
|
| 20 |
with gr.TabItem("Txt2Img", id=0):
|
| 21 |
ui_components.update(txt2img_ui.create_ui())
|