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