yijin928 commited on
Commit
5cbf4e7
·
verified ·
1 Parent(s): 6af0efe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +44 -25
requirements.txt CHANGED
@@ -1,25 +1,44 @@
1
- torch
2
- torchsde
3
- torchvision
4
- torchaudio
5
- numpy>=1.25.0
6
- einops
7
- transformers>=4.28.1
8
- tokenizers>=0.13.3
9
- sentencepiece
10
- safetensors>=0.4.2
11
- aiohttp
12
- pyyaml
13
- Pillow
14
- scipy
15
- tqdm
16
- psutil
17
-
18
- #non essential dependencies:
19
- kornia>=0.7.1
20
- spandrel
21
- soundfile
22
-
23
- pytest>=7.8.0
24
- pytest-aiohttp
25
- pytest-asyncio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ torchsde
3
+ torchvision
4
+ torchaudio
5
+ numpy==1.26.3 # Keeping the latest version specified
6
+ einops
7
+ transformers>=4.28.1
8
+ tokenizers>=0.13.3
9
+ sentencepiece
10
+ safetensors>=0.4.2
11
+ aiohttp>=3.11.8
12
+ yarl>=1.18.0
13
+ pyyaml
14
+ Pillow
15
+ scipy
16
+ tqdm
17
+ psutil
18
+
19
+ # Non-essential dependencies:
20
+ kornia>=0.7.1
21
+ spandrel
22
+ soundfile
23
+ av
24
+
25
+ # Custom nodes:
26
+ opencv-python>=4.7.0.72 # Keeping the latest version specified
27
+ imageio-ffmpeg
28
+ albumentations>=1.4.16
29
+ insightface==0.7.3
30
+ onnx>=1.14.0
31
+ segment_anything
32
+ ultralytics
33
+
34
+ py-cpuinfo
35
+ Gitpython
36
+ Moviepy
37
+ scikit-build
38
+ Typing
39
+ diskcache
40
+
41
+ huggingface_hub
42
+ diffusers>=0.31.0
43
+ accelerate>=0.33.0
44
+ peft