RioShiina commited on
Commit
f261f7a
·
verified ·
1 Parent(s): 6f1a4df

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 - Qwen-Image")
25
  gr.Markdown(
26
- "This demo is a streamlined version of the [Comfy web UI](https://github.com/RioShiina47/comfy-webui)'s ImgGen functionality. "
27
  "Other versions are also available: "
28
  "[FLUX.2](https://huggingface.co/spaces/RioShiina/ImageGen-FLUX.2), "
29
  "[Z-Image](https://huggingface.co/spaces/RioShiina/ImageGen-Z-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
- "[SDXL](https://huggingface.co/spaces/RioShiina/ImageGen-SDXL)"
35
  )
36
  with gr.Tabs(elem_id="tabs_container") as tabs:
37
  with gr.TabItem("ImageGen", id=0):
 
23
  with gr.Blocks() as demo:
24
  gr.Markdown("# ImageGen - Qwen-Image")
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
  "[FLUX.2](https://huggingface.co/spaces/RioShiina/ImageGen-FLUX.2), "
29
  "[Z-Image](https://huggingface.co/spaces/RioShiina/ImageGen-Z-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("ImageGen", id=0):