Spaces:
Sleeping
Sleeping
Commit
·
83db897
1
Parent(s):
a66bb06
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.23.1
|
2 |
+
transformers
|
3 |
+
gradio==4.7.1
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
5 |
+
torch==2.1.0
|
6 |
+
fastapi==0.104.0
|
7 |
+
uvicorn==0.23.2
|
8 |
+
Pillow==10.1.0
|
9 |
+
accelerate==0.24.0
|
10 |
+
compel==2.0.2
|
11 |
+
controlnet-aux==0.0.7
|
12 |
+
peft==0.6.0
|
13 |
+
xformers
|
14 |
+
hf_transfer
|