mohamedsobhi777 commited on
Commit
1bcf26e
·
verified ·
1 Parent(s): 1118974

Uploaded requirements.txt file

Browse files
Files changed (1) hide show
  1. requirements.txt +34 -24
requirements.txt CHANGED
@@ -1,30 +1,40 @@
 
 
 
 
 
 
 
 
 
 
1
  comfyui-frontend-package==1.21.7
2
  comfyui-workflow-templates==0.1.28
3
- comfyui-embedded-docs==0.2.2
4
- torch
5
- torchsde
6
- torchvision
7
- torchaudio
8
- numpy>=1.25.0
9
  einops
10
- transformers>=4.28.1
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
-
24
- #non essential dependencies:
25
- kornia>=0.7.1
26
- spandrel
27
  soundfile
28
- av>=14.2.0
29
- pydantic~=2.0
30
- pydantic-settings~=2.0
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GitPython
2
+ Pillow
3
+ PyGithub
4
+ SQLAlchemy
5
+ aiohttp>=3.11.8
6
+ alembic
7
+ av>=14.2.0
8
+ black
9
+ chardet
10
+ comfyui-embedded-docs==0.2.2
11
  comfyui-frontend-package==1.21.7
12
  comfyui-workflow-templates==0.1.28
 
 
 
 
 
 
13
  einops
14
+ huggingface-hub>0.20
15
+ kornia>=0.7.1
16
+ matrix-client==0.4.0
17
+ numpy>=1.25.0
18
+ psutil
19
+ pydantic-settings~=2.0
20
+ pydantic~=2.0
21
  pyyaml
22
+ rich
23
+ safetensors>=0.4.2
24
  scipy
25
+ sentencepiece
 
 
 
 
 
 
 
26
  soundfile
27
+ spandrel
28
+ tokenizers>=0.13.3
29
+ toml
30
+ torch
31
+ torchaudio
32
+ torchsde
33
+ torchvision
34
+ tqdm
35
+ transformers
36
+ transformers>=4.28.1
37
+ typer
38
+ typing-extensions
39
+ uv
40
+ yarl>=1.18.0