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