Spaces:
Runtime error
Runtime error
condense
Browse files- requirements.txt +13 -14
requirements.txt
CHANGED
|
@@ -1,20 +1,19 @@
|
|
| 1 |
setuptools<81
|
| 2 |
wheel
|
|
|
|
|
|
|
| 3 |
torchvision
|
|
|
|
| 4 |
accelerate==1.0.1
|
| 5 |
datasets==3.1.0
|
| 6 |
-
git+https://github.com/zhuang2002/diffusers_colorflow.git
|
| 7 |
einops>=0.7
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
tqdm==4.67.1
|
| 19 |
-
transformers==4.46.3
|
| 20 |
-
webdataset==0.2.86
|
|
|
|
| 1 |
setuptools<81
|
| 2 |
wheel
|
| 3 |
+
|
| 4 |
+
torch
|
| 5 |
torchvision
|
| 6 |
+
|
| 7 |
accelerate==1.0.1
|
| 8 |
datasets==3.1.0
|
|
|
|
| 9 |
einops>=0.7
|
| 10 |
+
|
| 11 |
+
git+https://github.com/zhuang2002/diffusers_colorflow.git
|
| 12 |
+
|
| 13 |
+
opencv-python-headless
|
| 14 |
+
Pillow
|
| 15 |
+
numpy
|
| 16 |
+
safetensors
|
| 17 |
+
huggingface_hub
|
| 18 |
+
transformers
|
| 19 |
+
tqdm
|
|
|
|
|
|
|
|
|