Spaces:
Running on Zero
Running on Zero
Commit ·
2ae3585
1
Parent(s): b6d2a05
Use upstream environment.yml pip deps verbatim (avoid piecemeal additions)
Browse files- requirements.txt +14 -9
requirements.txt
CHANGED
|
@@ -1,21 +1,26 @@
|
|
| 1 |
diffusers>=0.37.0
|
| 2 |
transformers==4.57.1
|
| 3 |
-
sentencepiece
|
| 4 |
safetensors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
hydra-core==1.3.2
|
| 6 |
omegaconf==2.3.0
|
|
|
|
| 7 |
attrs
|
| 8 |
-
|
| 9 |
loguru
|
| 10 |
termcolor
|
| 11 |
fvcore
|
| 12 |
iopath
|
| 13 |
pynvml
|
| 14 |
wandb
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
numpy<2
|
| 21 |
-
pillow
|
|
|
|
| 1 |
diffusers>=0.37.0
|
| 2 |
transformers==4.57.1
|
|
|
|
| 3 |
safetensors
|
| 4 |
+
sentencepiece
|
| 5 |
+
numpy<2
|
| 6 |
+
pandas
|
| 7 |
+
pillow
|
| 8 |
+
imageio
|
| 9 |
+
opencv-python-headless
|
| 10 |
+
einops
|
| 11 |
hydra-core==1.3.2
|
| 12 |
omegaconf==2.3.0
|
| 13 |
+
pyyaml
|
| 14 |
attrs
|
| 15 |
+
attr
|
| 16 |
loguru
|
| 17 |
termcolor
|
| 18 |
fvcore
|
| 19 |
iopath
|
| 20 |
pynvml
|
| 21 |
wandb
|
| 22 |
+
ninja
|
| 23 |
+
packaging
|
| 24 |
+
boto3>=1.34
|
| 25 |
+
botocore>=1.34
|
| 26 |
+
huggingface-hub>=1.0
|
|
|
|
|
|