yerang commited on
Commit
e8dccc8
1 Parent(s): 9e7ee92

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -0
requirements.txt CHANGED
@@ -1 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gdown
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+
3
+ torch
4
+ torchvision==0.18.0
5
+ torchaudio==2.3.0
6
+
7
+ numpy==1.26.4
8
+ pyyaml==6.0.1
9
+ opencv-python==4.10.0.84
10
+ scipy==1.13.1
11
+ imageio==2.34.2
12
+ lmdb==1.4.1
13
+ tqdm==4.66.4
14
+ rich==13.7.1
15
+ ffmpeg==1.4
16
+ onnxruntime-gpu==1.18.0
17
+ onnx==1.16.1
18
+ scikit-image==0.24.0
19
+ albumentations==1.4.10
20
+ matplotlib==3.9.0
21
+ imageio-ffmpeg==0.5.1
22
+ tyro==0.8.5
23
+ gradio==4.37.1
24
+ gdown
25
+
26
+
27
+ #diffusers
28
+ av==11.0.0
29
+ transformers==4.39
30
+ accelerate
31
+ sentencepiece
32
+ #elevenlabs==1.4.1
33
  gdown