RioShiina commited on
Commit
a840427
·
verified ·
1 Parent(s): 9de6815

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +30 -26
  2. ui/layout.py +1 -1
requirements.txt CHANGED
@@ -1,52 +1,56 @@
1
- addict
 
 
 
 
 
 
 
 
 
 
 
 
2
  aiohttp>=3.11.8
 
 
 
 
 
 
3
  alembic
4
- albumentations
5
  av>=14.2.0
6
- comfyui-embedded-docs
7
- comfyui-frontend-package
8
- comfyui-workflow-templates
9
- einops
 
 
 
 
 
 
10
  filelock
11
  ftfy
12
  fvcore
13
- gradio
14
  huggingface-hub
15
  imageio[ffmpeg]
16
  importlib_metadata
17
- kornia>=0.7.1
18
  matplotlib
19
  mediapipe
20
  ninja
21
- numpy>=1.25.0
22
  omegaconf
23
  opencv-python>=4.7.0.72
24
- Pillow
25
- psutil
26
- pydantic~=2.0
27
- pydantic-settings~=2.0
28
  python-dateutil
29
- PyYAML
30
  requests
31
- safetensors>=0.4.2
32
  scikit-image
33
  scikit-learn
34
- scipy
35
- sentencepiece
36
  soundfile
37
  spaces
38
- spandrel
39
- SQLAlchemy
40
  svglib
41
- tokenizers>=0.13.3
42
- torch
43
- torchaudio
44
  torchsde
45
- torchvision
46
- tqdm
47
- transformers>=4.37.2
48
  trimesh[easy]
49
  yacs
50
  yapf
51
- yarl>=1.18.0
52
  onnxruntime-gpu
 
1
+ comfyui-frontend-package==1.33.10
2
+ comfyui-workflow-templates==0.7.25
3
+ comfyui-embedded-docs==0.3.1
4
+ torch
5
+ torchsde
6
+ torchvision
7
+ torchaudio
8
+ numpy>=1.25.0
9
+ einops
10
+ transformers>=4.50.3
11
+ tokenizers>=0.13.3
12
+ sentencepiece
13
+ safetensors>=0.4.2
14
  aiohttp>=3.11.8
15
+ yarl>=1.18.0
16
+ pyyaml
17
+ Pillow
18
+ scipy
19
+ tqdm
20
+ psutil
21
  alembic
22
+ SQLAlchemy
23
  av>=14.2.0
24
+
25
+ #non essential dependencies:
26
+ kornia>=0.7.1
27
+ spandrel
28
+ pydantic~=2.0
29
+ pydantic-settings~=2.0
30
+
31
+
32
+ addict
33
+ albumentations
34
  filelock
35
  ftfy
36
  fvcore
 
37
  huggingface-hub
38
  imageio[ffmpeg]
39
  importlib_metadata
 
40
  matplotlib
41
  mediapipe
42
  ninja
 
43
  omegaconf
44
  opencv-python>=4.7.0.72
 
 
 
 
45
  python-dateutil
 
46
  requests
 
47
  scikit-image
48
  scikit-learn
 
 
49
  soundfile
50
  spaces
 
 
51
  svglib
 
 
 
52
  torchsde
 
 
 
53
  trimesh[easy]
54
  yacs
55
  yapf
 
56
  onnxruntime-gpu
ui/layout.py CHANGED
@@ -24,8 +24,8 @@ def build_ui(event_handler_function):
24
  gr.Markdown("# ImageGen - NoobAI")
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
- "Due to storage limitations on Spaces, this demo features the NoobAI series of models.\n"
28
  "Other versions are also available: "
 
29
  "[Illstrious](https://huggingface.co/spaces/RioShiina/ImageGen-Illstrious), "
30
  "[Pony](https://huggingface.co/spaces/RioShiina/ImageGen-Pony1), "
31
  "[SDXL](https://huggingface.co/spaces/RioShiina/ImageGen-SDXL), "
 
24
  gr.Markdown("# ImageGen - NoobAI")
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
+ "[Z-Image](https://huggingface.co/spaces/RioShiina/ImageGen-Z-Image), "
29
  "[Illstrious](https://huggingface.co/spaces/RioShiina/ImageGen-Illstrious), "
30
  "[Pony](https://huggingface.co/spaces/RioShiina/ImageGen-Pony1), "
31
  "[SDXL](https://huggingface.co/spaces/RioShiina/ImageGen-SDXL), "