tsqn commited on
Commit
d448173
·
verified ·
1 Parent(s): 0b830d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -11
requirements.txt CHANGED
@@ -1,16 +1,28 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu124
2
- accelerate==0.26.0
3
- torch
4
- torchvision
5
- transformers==4.47.1
6
- sentencepiece==0.1.96
7
- huggingface-hub==0.25.2
8
  einops
9
- gguf
10
- opencv-python
11
- opencv-python-headless
12
  imageio
13
  imageio-ffmpeg
14
- gradio
 
 
 
15
  spaces
16
- git+https://github.com/huggingface/diffusers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cu124
2
+ git+https://github.com/huggingface/accelerate.git@main#egg=accelerate
3
+ av>=14.0.1
4
+ git+https://github.com/huggingface/diffusers.git@main#egg=diffusers
 
 
 
5
  einops
6
+ gradio
7
+ huggingface-hub>=0.26.5
 
8
  imageio
9
  imageio-ffmpeg
10
+ opencv-python
11
+ opencv-python-headless
12
+ pillow==10.2.0
13
+ safetensors>=0.4.5
14
  spaces
15
+ torch
16
+ torchsde
17
+ torchvision
18
+ git+https://github.com/huggingface/transformers.git@main#egg=transformers
19
+ tokenizers>=0.13.3
20
+ triton
21
+ tqdm
22
+ matplotlib
23
+ numpy
24
+ packaging
25
+ psutil
26
+ sentencepiece
27
+ setuptools
28
+ wheel