Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +15 -5
requirements.txt
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
-
|
2 |
-
diffusers
|
3 |
-
invisible_watermark
|
4 |
-
torch
|
5 |
transformers
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# diffusers==0.22.2
|
2 |
+
git+https://github.com/huggingface/diffusers.git@68e962395cfaf85ddc9c1076fed9fb1824174d3f
|
|
|
|
|
3 |
transformers
|
4 |
+
gradio==4.10.0
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
6 |
+
torch==2.1.0
|
7 |
+
fastapi==0.104.0
|
8 |
+
uvicorn==0.23.2
|
9 |
+
Pillow==10.1.0
|
10 |
+
accelerate
|
11 |
+
compel==2.0.2
|
12 |
+
controlnet-aux==0.0.7
|
13 |
+
peft
|
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 |
+
xformers
|
16 |
+
triton
|