Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -7
requirements.txt
CHANGED
@@ -1,16 +1,20 @@
|
|
1 |
-
|
2 |
transformers==4.36.2
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121;
|
4 |
-
torch
|
5 |
-
fastapi==0.
|
6 |
uvicorn[standard]==0.25.0
|
7 |
Pillow==10.2.0
|
8 |
accelerate==0.25.0
|
9 |
compel==2.0.2
|
10 |
controlnet-aux==0.0.7
|
11 |
-
peft==0.
|
12 |
xformers; sys_platform != 'darwin' or platform_machine != 'arm64'
|
13 |
markdown2
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.25.1
|
2 |
transformers==4.36.2
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121;
|
4 |
+
torch==2.2.0
|
5 |
+
fastapi==0.110.0
|
6 |
uvicorn[standard]==0.25.0
|
7 |
Pillow==10.2.0
|
8 |
accelerate==0.25.0
|
9 |
compel==2.0.2
|
10 |
controlnet-aux==0.0.7
|
11 |
+
peft==0.9.0
|
12 |
xformers; sys_platform != 'darwin' or platform_machine != 'arm64'
|
13 |
markdown2
|
14 |
+
safetensors
|
15 |
+
stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/v1.0.4/stable_fast-1.0.4+torch220cu121-cp310-cp310-manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
16 |
+
oneflow @ https://github.com/siliconflow/oneflow_releases/releases/download/community_cu121/oneflow-0.9.1.dev20240316+cu121-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
17 |
+
onediff @ git+https://github.com/siliconflow/onediff.git@main#egg=onediff ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
18 |
+
setuptools
|
19 |
+
mpmath==1.3.0
|
20 |
+
numpy==1.*
|