Spaces:
Running
on
A10G
Running
on
A10G
Update requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
opencv-python
|
2 |
ffmpeg-python
|
3 |
-
moviepy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
opencv-python
|
2 |
ffmpeg-python
|
3 |
+
moviepy
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
5 |
+
torch
|
6 |
+
torchvision==0.13.1+cu113
|
7 |
+
git+https://github.com/huggingface/diffusers.git
|
8 |
+
git+https://github.com/huggingface/transformers
|
9 |
+
scipy
|
10 |
+
ftfy
|
11 |
+
psutil
|
12 |
+
accelerate
|
13 |
+
safetensors
|
14 |
+
transformers
|
15 |
+
safetensors
|
16 |
+
--pre
|
17 |
+
xformers
|