Spaces:
Build error
Build error
point to version
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
git+https://github.com/huggingface/diffusers@22b45304bf85a3c5281753d6b3259ccaf96e5085
|
2 |
transformers==4.35.2
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121;
|
4 |
-
torch
|
5 |
fastapi==0.104.1
|
6 |
uvicorn[standard]==0.24.0.post1
|
7 |
Pillow==10.1.0
|
@@ -12,6 +12,5 @@ peft==0.6.0
|
|
12 |
xformers; sys_platform != 'darwin' or platform_machine != 'arm64'
|
13 |
markdown2
|
14 |
stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/v0.0.15.post1/stable_fast-0.0.15.post1+torch211cu121-cp310-cp310-manylinux2014_x86_64.whl
|
15 |
-
|
16 |
-
oneflow
|
17 |
git+https://github.com/Oneflow-Inc/onediff.git@main#egg=onediff
|
|
|
1 |
git+https://github.com/huggingface/diffusers@22b45304bf85a3c5281753d6b3259ccaf96e5085
|
2 |
transformers==4.35.2
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121;
|
4 |
+
torch
|
5 |
fastapi==0.104.1
|
6 |
uvicorn[standard]==0.24.0.post1
|
7 |
Pillow==10.1.0
|
|
|
12 |
xformers; sys_platform != 'darwin' or platform_machine != 'arm64'
|
13 |
markdown2
|
14 |
stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/v0.0.15.post1/stable_fast-0.0.15.post1+torch211cu121-cp310-cp310-manylinux2014_x86_64.whl
|
15 |
+
oneflow @ https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/community/cu122/794a56cc787217f46b21f5cbc84f65295664b82c/oneflow-0.9.1%2Bcu122.git.794a56c-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
|
16 |
git+https://github.com/Oneflow-Inc/onediff.git@main#egg=onediff
|