Spaces:
Runtime error
Runtime error
pin
Browse files- server/requirements.txt +5 -8
server/requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
# Use with: uv pip install --
|
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
|
8 |
pydantic
|
9 |
huggingface-hub
|
10 |
hf_transfer
|
@@ -20,7 +19,7 @@ safetensors
|
|
20 |
setuptools
|
21 |
mpmath
|
22 |
controlnet-aux
|
23 |
-
sentencepiece
|
24 |
optimum-quanto # has to be optimum-quanto==0.2.5 for pruna int4
|
25 |
gguf
|
26 |
types-Pillow
|
@@ -34,7 +33,5 @@ torchvision
|
|
34 |
torchaudio
|
35 |
xformers; sys_platform != 'darwin' or platform_machine != 'arm64'
|
36 |
pruna[stable-fast] ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
37 |
-
|
38 |
-
|
39 |
-
#oneflow @ https://github.com/siliconflow/oneflow_releases/releases/download/community_cu121/oneflow-0.9.1.dev20241114%2Bcu121-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
40 |
-
#onediff @ git+https://github.com/siliconflow/onediff.git@main#egg=onediff ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
|
|
1 |
+
# Use with: uv pip install --index-strategy=unsafe-best-match -r server/requirements.txt
|
2 |
numpy
|
|
|
3 |
git+https://github.com/huggingface/diffusers.git
|
4 |
llvmlite>=0.39.0
|
5 |
numba>=0.56.0
|
6 |
+
transformers<4.52
|
7 |
pydantic
|
8 |
huggingface-hub
|
9 |
hf_transfer
|
|
|
19 |
setuptools
|
20 |
mpmath
|
21 |
controlnet-aux
|
22 |
+
sentencepiece
|
23 |
optimum-quanto # has to be optimum-quanto==0.2.5 for pruna int4
|
24 |
gguf
|
25 |
types-Pillow
|
|
|
33 |
torchaudio
|
34 |
xformers; sys_platform != 'darwin' or platform_machine != 'arm64'
|
35 |
pruna[stable-fast] ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
36 |
+
nvidia-ml-py
|
37 |
+
torchao==0.10.0
|
|
|
|