Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -5
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
accelerate==1.
|
| 2 |
diffusers==0.33.1
|
| 3 |
-
transformers==4.
|
| 4 |
sentencepiece==0.2.0
|
| 5 |
-
pillow==11.1
|
| 6 |
av==12.1.0
|
| 7 |
numpy==1.26.2
|
| 8 |
scipy==1.12.0
|
| 9 |
-
requests==2.
|
| 10 |
torchsde==0.2.6
|
| 11 |
torch>=2.0.0
|
| 12 |
torchvision
|
|
@@ -15,4 +15,10 @@ einops
|
|
| 15 |
opencv-contrib-python
|
| 16 |
safetensors
|
| 17 |
huggingface_hub
|
| 18 |
-
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==1.7.0
|
| 2 |
diffusers==0.33.1
|
| 3 |
+
transformers==4.52.4
|
| 4 |
sentencepiece==0.2.0
|
| 5 |
+
pillow==11.2.1
|
| 6 |
av==12.1.0
|
| 7 |
numpy==1.26.2
|
| 8 |
scipy==1.12.0
|
| 9 |
+
requests==2.32.4
|
| 10 |
torchsde==0.2.6
|
| 11 |
torch>=2.0.0
|
| 12 |
torchvision
|
|
|
|
| 15 |
opencv-contrib-python
|
| 16 |
safetensors
|
| 17 |
huggingface_hub
|
| 18 |
+
spaces
|
| 19 |
+
decord
|
| 20 |
+
imageio_ffmpeg
|
| 21 |
+
sageattention
|
| 22 |
+
xformers==0.0.29.post3
|
| 23 |
+
bitsandbytes
|
| 24 |
+
pillow-heif==0.22.0
|