Spaces:
Runtime error
Runtime error
fixes and sets specific modules versioning
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
torch==2.6.0
|
| 2 |
torchvision==0.21.0
|
| 3 |
torchaudio==2.6.0
|
| 4 |
-
opencv-python
|
| 5 |
-
diffusers
|
| 6 |
-
transformers
|
| 7 |
peft
|
| 8 |
xformers
|
| 9 |
-
tokenizers
|
| 10 |
-
accelerate
|
| 11 |
tqdm
|
| 12 |
imageio
|
| 13 |
easydict
|
|
@@ -16,7 +16,7 @@ dashscope
|
|
| 16 |
imageio-ffmpeg
|
| 17 |
gradio>=5.0.0
|
| 18 |
numpy>=1.23.5,<2
|
| 19 |
-
xfuser
|
| 20 |
pyloudnorm
|
| 21 |
soundfile
|
| 22 |
librosa
|
|
|
|
| 1 |
torch==2.6.0
|
| 2 |
torchvision==0.21.0
|
| 3 |
torchaudio==2.6.0
|
| 4 |
+
opencv-python==4.9.0.80
|
| 5 |
+
diffusers==0.31.0
|
| 6 |
+
transformers==4.49.0
|
| 7 |
peft
|
| 8 |
xformers
|
| 9 |
+
tokenizers==0.20.3
|
| 10 |
+
accelerate==1.1.1
|
| 11 |
tqdm
|
| 12 |
imageio
|
| 13 |
easydict
|
|
|
|
| 16 |
imageio-ffmpeg
|
| 17 |
gradio>=5.0.0
|
| 18 |
numpy>=1.23.5,<2
|
| 19 |
+
xfuser==0.4.1
|
| 20 |
pyloudnorm
|
| 21 |
soundfile
|
| 22 |
librosa
|