mohamedsobhi777 commited on
Commit
4b51f52
·
verified ·
1 Parent(s): 86d4cbe

Uploaded requirements.txt file

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