Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +33 -0
requirements.txt
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.1.2
|
| 2 |
+
diffusers>=0.30.1
|
| 3 |
+
transformers>=4.46.2
|
| 4 |
+
accelerate>=0.25.0
|
| 5 |
+
gradio>=4.0.0
|
| 6 |
+
huggingface_hub
|
| 7 |
+
Pillow
|
| 8 |
+
einops
|
| 9 |
+
safetensors
|
| 10 |
+
timm
|
| 11 |
+
tomesd
|
| 12 |
+
torchdiffeq
|
| 13 |
+
torchsde
|
| 14 |
+
decord
|
| 15 |
+
datasets
|
| 16 |
+
numpy
|
| 17 |
+
scikit-image
|
| 18 |
+
opencv-python
|
| 19 |
+
omegaconf
|
| 20 |
+
SentencePiece
|
| 21 |
+
albumentations
|
| 22 |
+
imageio[ffmpeg]
|
| 23 |
+
imageio[pyav]
|
| 24 |
+
tensorboard
|
| 25 |
+
beautifulsoup4
|
| 26 |
+
ftfy
|
| 27 |
+
func_timeout
|
| 28 |
+
onnxruntime
|
| 29 |
+
moviepy==2.2.1
|
| 30 |
+
tensorflow==2.15.0
|
| 31 |
+
retina-face==0.0.17
|
| 32 |
+
librosa
|
| 33 |
+
git+https://github.com/facebookresearch/detectron2.git
|