Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- ui/layout.py +1 -0
ui/layout.py
CHANGED
|
@@ -14,6 +14,7 @@ def build_ui(event_handler_function):
|
|
| 14 |
gr.Markdown(
|
| 15 |
"This demo is a streamlined version of the [Comfy web UI](https://github.com/RioShiina47/comfy-webui)'s ImgGen functionality. "
|
| 16 |
"Other versions are also available: "
|
|
|
|
| 17 |
"[Illstrious](https://huggingface.co/spaces/RioShiina/ImageGen-Illstrious), "
|
| 18 |
"[NoobAI](https://huggingface.co/spaces/RioShiina/ImageGen-NoobAI), "
|
| 19 |
"[Pony](https://huggingface.co/spaces/RioShiina/ImageGen-Pony1), "
|
|
|
|
| 14 |
gr.Markdown(
|
| 15 |
"This demo is a streamlined version of the [Comfy web UI](https://github.com/RioShiina47/comfy-webui)'s ImgGen functionality. "
|
| 16 |
"Other versions are also available: "
|
| 17 |
+
"[Qwen-Image](https://huggingface.co/spaces/RioShiina/ImageGen-Qwen-Image), "
|
| 18 |
"[Illstrious](https://huggingface.co/spaces/RioShiina/ImageGen-Illstrious), "
|
| 19 |
"[NoobAI](https://huggingface.co/spaces/RioShiina/ImageGen-NoobAI), "
|
| 20 |
"[Pony](https://huggingface.co/spaces/RioShiina/ImageGen-Pony1), "
|