Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +11 -3
requirements.txt
CHANGED
@@ -1,13 +1,21 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
transformers
|
5 |
-
accelerate
|
6 |
safetensors
|
|
|
|
|
7 |
einops
|
8 |
onnxruntime-gpu
|
9 |
spaces
|
10 |
omegaconf
|
11 |
peft
|
12 |
huggingface-hub
|
13 |
-
insightface==0.7.3
|
|
|
|
|
|
1 |
+
pip>=0.23
|
2 |
+
wheel>=0.43
|
3 |
+
setuptools>=65
|
4 |
+
git+https://github.com/huggingface/diffusers.git
|
5 |
+
controlnet_aux==0.0.7
|
6 |
torch
|
7 |
torchvision
|
8 |
transformers
|
9 |
+
git+https://github.com/huggingface/accelerate.git
|
10 |
safetensors
|
11 |
+
triton
|
12 |
+
tomesd
|
13 |
einops
|
14 |
onnxruntime-gpu
|
15 |
spaces
|
16 |
omegaconf
|
17 |
peft
|
18 |
huggingface-hub
|
19 |
+
insightface==0.7.3
|
20 |
+
ninja
|
21 |
+
git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
|