Spaces:
Runtime error
Runtime error
updates
Browse files- server/requirements.txt +3 -2
server/requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# Use with: uv pip install --no-cache --system --index-strategy=unsafe-best-match -r requirements.txt
|
| 2 |
numpy
|
| 3 |
-
diffusers<=0.33.1
|
|
|
|
| 4 |
llvmlite>=0.39.0
|
| 5 |
numba>=0.56.0
|
| 6 |
transformers
|
|
@@ -13,7 +14,7 @@ Pillow==11.0.0
|
|
| 13 |
accelerate
|
| 14 |
compel==2.0.2
|
| 15 |
controlnet-aux==0.0.9
|
| 16 |
-
peft
|
| 17 |
markdown2
|
| 18 |
safetensors
|
| 19 |
setuptools
|
|
|
|
| 1 |
# Use with: uv pip install --no-cache --system --index-strategy=unsafe-best-match -r requirements.txt
|
| 2 |
numpy
|
| 3 |
+
# diffusers<=0.33.1
|
| 4 |
+
git+https://github.com/huggingface/diffusers.git
|
| 5 |
llvmlite>=0.39.0
|
| 6 |
numba>=0.56.0
|
| 7 |
transformers
|
|
|
|
| 14 |
accelerate
|
| 15 |
compel==2.0.2
|
| 16 |
controlnet-aux==0.0.9
|
| 17 |
+
peft>=0.17.0
|
| 18 |
markdown2
|
| 19 |
safetensors
|
| 20 |
setuptools
|