tsqn commited on
Commit
7cb486f
·
verified ·
1 Parent(s): fff6dc8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,19 +1,19 @@
1
- spaces>=0.29.3
2
- safetensors>=0.4.5
3
- spandrel>=0.4.0
4
- tqdm>=4.66.5
5
- scikit-video>=1.1.11
6
  git+https://github.com/huggingface/diffusers.git@main
7
- transformers>=4.44.0
8
- accelerate>=0.34.2
9
- opencv-python>=4.10.0.84
10
- sentencepiece>=0.2.0
11
- numpy==1.26.0
12
- torch==2.2.0
13
- torchvision
14
  gradio>=4.44.0
15
  imageio>=2.34.2
16
  imageio-ffmpeg>=0.5.1
17
- openai>=1.45.0
18
  moviepy>=1.0.3
19
- pillow==9.5.0
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/nightly/cu124
2
+ git+https://github.com/huggingface/accelerate
3
+ git+https://github.com/pytorch/ao
 
 
4
  git+https://github.com/huggingface/diffusers.git@main
 
 
 
 
 
 
 
5
  gradio>=4.44.0
6
  imageio>=2.34.2
7
  imageio-ffmpeg>=0.5.1
 
8
  moviepy>=1.0.3
9
+ numpy==1.26.0
10
+ openai>=1.45.0
11
+ opencv-python>=4.10.0.84
12
+ pillow==9.5.0
13
+ safetensors>=0.4.5
14
+ scikit-video>=1.1.11
15
+ sentencepiece>=0.2.0
16
+ spaces>=0.29.3
17
+ spandrel>=0.4.0
18
+ tqdm>=4.66.5
19
+ transformers>=4.44.0