Upload folder using huggingface_hub
Browse files- requirements.txt +2 -2
- ui/layout.py +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
comfyui-frontend-package==1.43.18
|
| 2 |
-
comfyui-workflow-templates==0.9.
|
| 3 |
-
comfyui-embedded-docs==0.
|
| 4 |
torch
|
| 5 |
torchsde
|
| 6 |
torchvision
|
|
|
|
| 1 |
comfyui-frontend-package==1.43.18
|
| 2 |
+
comfyui-workflow-templates==0.9.77
|
| 3 |
+
comfyui-embedded-docs==0.5.0
|
| 4 |
torch
|
| 5 |
torchsde
|
| 6 |
torchvision
|
ui/layout.py
CHANGED
|
@@ -13,7 +13,9 @@ def build_ui(event_handler_function):
|
|
| 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 |
)
|
|
|
|
| 17 |
with gr.Tabs(elem_id="tabs_container") as tabs:
|
| 18 |
with gr.TabItem("Txt2Img", id=0):
|
| 19 |
ui_components.update(txt2img_ui.create_ui())
|
|
|
|
| 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())
|