Create requirements.txt
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
diffusers==0.32.0
|
5 |
+
accelerate
|
6 |
+
sentencepiece
|
7 |
+
transformers
|
8 |
+
huggingface_hub==0.27.0
|
9 |
+
imageio>=2.5.0
|
10 |
+
imageio-ffmpeg
|
11 |
+
moviepy==1.0.3
|
12 |
+
opencv-python>=4.5
|
13 |
+
safetensors
|
14 |
+
pillow
|
15 |
+
einops
|
16 |
+
peft
|
17 |
+
pyzipper
|
18 |
+
python-multipart==0.0.12
|
19 |
+
gradio>=3.0.0
|
20 |
+
torchaudio>=2.0.0
|
21 |
+
numpy>=1.23.0
|
22 |
+
huggingface-hub>=0.15.0
|