Spaces:
Runtime error
Runtime error
Update requirements.txt - r3gm base with LoRA gallery
Browse files- requirements.txt +14 -21
requirements.txt
CHANGED
|
@@ -1,22 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
torchvision
|
| 6 |
-
torchaudio
|
| 7 |
-
torchao
|
| 8 |
-
# Pin diffusers to a version that supports Wan2.2 I2V and has no logger bug
|
| 9 |
-
diffusers>=0.32.0,<0.34.0
|
| 10 |
-
transformers>=4.50.0
|
| 11 |
-
accelerate>=1.1.1
|
| 12 |
-
peft>=0.14.0
|
| 13 |
-
# Pin optimum-quanto before diffusers_models.py was added (avoids logger import bug)
|
| 14 |
-
optimum-quanto==0.2.3
|
| 15 |
-
sentencepiece
|
| 16 |
-
protobuf
|
| 17 |
-
imageio[ffmpeg]
|
| 18 |
-
opencv-python-headless
|
| 19 |
-
omegaconf
|
| 20 |
-
einops
|
| 21 |
safetensors
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/linoytsaban/diffusers.git@wan22-loras
|
| 2 |
+
|
| 3 |
+
transformers<5
|
| 4 |
+
accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
safetensors
|
| 6 |
+
sentencepiece
|
| 7 |
+
peft
|
| 8 |
+
ftfy
|
| 9 |
+
imageio
|
| 10 |
+
imageio-ffmpeg
|
| 11 |
+
opencv-python
|
| 12 |
+
torchao==0.11.0
|
| 13 |
+
|
| 14 |
+
numpy>=1.16, <=1.23.5
|
| 15 |
+
torchvision
|