Spaces:
Running
on
Zero
Running
on
Zero
create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
cupy-cuda12x
|
4 |
+
transformers==4.46.2
|
5 |
+
controlnet-aux==0.0.7
|
6 |
+
imageio
|
7 |
+
imageio[ffmpeg]
|
8 |
+
safetensors
|
9 |
+
einops
|
10 |
+
sentencepiece
|
11 |
+
protobuf
|
12 |
+
modelscope
|
13 |
+
|
14 |
+
peft
|
15 |
+
gradio
|
16 |
+
decord
|
17 |
+
ftfy
|
18 |
+
pandas
|
19 |
+
pillow
|
20 |
+
numpy
|