svjack commited on
Commit
d9ea2ad
·
verified ·
1 Parent(s): 0809ac7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -6
requirements.txt CHANGED
@@ -1,12 +1,17 @@
1
- torch==1.13.1
2
- torchvision==0.14.1
3
- torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
 
 
 
 
 
4
  diffusers==0.24.0
5
  transformers==4.27.0
6
  xformers==0.0.16
7
  imageio==2.27.0
8
  decord==0.6.0
9
- huggingface_hub==0.25.2
10
  einops
11
  triton==2.1.0
12
  opencv-python
@@ -20,6 +25,10 @@ omegaconf
20
  scikit-image
21
  matplotlib
22
  kornia
23
- moviepy<2
24
  numpy<2
25
- basicsr
 
 
 
 
 
1
+ #torch==1.13.1
2
+ #torchvision==0.14.1
3
+ #torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
4
+
5
+ torch
6
+ torchvision
7
+ torchaudio
8
+
9
  diffusers==0.24.0
10
  transformers==4.27.0
11
  xformers==0.0.16
12
  imageio==2.27.0
13
  decord==0.6.0
14
+ #huggingface_hub==0.25.2
15
  einops
16
  triton==2.1.0
17
  opencv-python
 
25
  scikit-image
26
  matplotlib
27
  kornia
28
+ #moviepy<2
29
  numpy<2
30
+ basicsr
31
+
32
+ httpx[socks]
33
+ huggingface_hub==0.25.0
34
+ moviepy==1.0.3