Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +24 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,24 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tqdm==4.67.1
|
| 2 |
+
torch>=2.6.0
|
| 3 |
+
peft==0.17.0
|
| 4 |
+
openai==2.8.0
|
| 5 |
+
einops==0.8.0
|
| 6 |
+
loguru==0.7.3
|
| 7 |
+
numpy==1.26.4
|
| 8 |
+
pillow==11.3.0
|
| 9 |
+
imageio==2.37.0
|
| 10 |
+
angelslim==0.2.2
|
| 11 |
+
imageio-ffmpeg==0.6.0
|
| 12 |
+
omegaconf>=2.3.0
|
| 13 |
+
torchaudio==2.6.0
|
| 14 |
+
diffusers==0.35.0
|
| 15 |
+
safetensors>=0.5.3
|
| 16 |
+
torchvision>=0.21.0
|
| 17 |
+
qwen-vl-utils==0.0.8
|
| 18 |
+
huggingface-hub==0.34.0
|
| 19 |
+
huggingface_hub[cli]
|
| 20 |
+
transformers[accelerate,tiktoken]==4.57.1
|
| 21 |
+
wheel
|
| 22 |
+
psutil
|
| 23 |
+
setuptools
|
| 24 |
+
modelscope
|