Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
accelerate==1.
|
2 |
diffusers==0.33.1
|
3 |
transformers==4.46.2
|
4 |
sentencepiece==0.2.0
|
5 |
-
pillow==11.1
|
6 |
av==12.1.0
|
7 |
numpy==1.26.2
|
8 |
scipy==1.12.0
|
@@ -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.46.2
|
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
|
|
|
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
|