Update requirements.txt
Browse files- requirements.txt +22 -22
requirements.txt
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
-
deepspeed==0.17.3
|
| 2 |
-
diffusers==0.34.0
|
| 3 |
-
huggingface_hub==0.34.1
|
| 4 |
-
loralib==0.1.2
|
| 5 |
-
numpy==1.26.4
|
| 6 |
-
tqdm==4.67.1
|
| 7 |
-
einops==0.8.1
|
| 8 |
-
imageio==2.37.0
|
| 9 |
-
imageio_ffmpeg==0.6.0
|
| 10 |
-
torch==2.6.0
|
| 11 |
-
torchvision==0.21.0
|
| 12 |
-
torchaudio==2.6.0
|
| 13 |
-
transformers==4.54.0
|
| 14 |
-
decord==0.6.0
|
| 15 |
-
safetensors==0.5.3
|
| 16 |
-
omegaconf==2.3.0
|
| 17 |
-
|
| 18 |
-
pydantic==2.11.7
|
| 19 |
-
triton==3.2.0
|
| 20 |
-
compel==2.1.1
|
| 21 |
-
peft==0.16.0
|
| 22 |
-
pytorch_lightning==2.5.2
|
| 23 |
bitsandbytes==0.46.1
|
|
|
|
| 1 |
+
deepspeed==0.17.3
|
| 2 |
+
diffusers==0.34.0
|
| 3 |
+
huggingface_hub==0.34.1
|
| 4 |
+
loralib==0.1.2
|
| 5 |
+
numpy==1.26.4
|
| 6 |
+
tqdm==4.67.1
|
| 7 |
+
einops==0.8.1
|
| 8 |
+
imageio==2.37.0
|
| 9 |
+
imageio_ffmpeg==0.6.0
|
| 10 |
+
torch==2.6.0
|
| 11 |
+
torchvision==0.21.0
|
| 12 |
+
torchaudio==2.6.0
|
| 13 |
+
transformers==4.54.0
|
| 14 |
+
decord==0.6.0
|
| 15 |
+
safetensors==0.5.3
|
| 16 |
+
omegaconf==2.3.0
|
| 17 |
+
opencv-python==4.11.0
|
| 18 |
+
pydantic==2.11.7
|
| 19 |
+
triton==3.2.0
|
| 20 |
+
compel==2.1.1
|
| 21 |
+
peft==0.16.0
|
| 22 |
+
pytorch_lightning==2.5.2
|
| 23 |
bitsandbytes==0.46.1
|