Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
rp
|
| 3 |
+
torch
|
| 4 |
+
torchvision
|
| 5 |
+
diffusers
|
| 6 |
+
einops
|
| 7 |
+
easydict
|
| 8 |
+
transformers
|
| 9 |
+
accelerate
|
| 10 |
+
oldest-supported-numpy
|
| 11 |
+
sentencepiece
|
| 12 |
+
peft
|
| 13 |
+
opencv-contrib-python
|
| 14 |
+
imageio-ffmpeg
|
| 15 |
+
fire
|
| 16 |
+
moviepy
|
| 17 |
+
icecream
|
| 18 |
+
matplotlib
|