Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +12 -16
requirements.txt
CHANGED
@@ -1,20 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
invisible_watermark
|
5 |
-
safetensors
|
6 |
-
sentencepiece
|
7 |
-
spaces
|
8 |
-
numpy
|
9 |
accelerate
|
10 |
-
|
11 |
-
|
12 |
-
huggingface-hub
|
13 |
-
opencv-python
|
14 |
transformers
|
15 |
-
|
|
|
|
|
|
|
16 |
controlnet-aux
|
17 |
-
mediapipe
|
18 |
-
requests
|
19 |
kornia
|
20 |
-
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
4 |
accelerate
|
5 |
+
git+https://github.com/huggingface/diffusers
|
6 |
+
spaces
|
|
|
|
|
7 |
transformers
|
8 |
+
peft
|
9 |
+
sentencepiece
|
10 |
+
timm
|
11 |
+
einops
|
12 |
controlnet-aux
|
|
|
|
|
13 |
kornia
|
14 |
+
numpy
|
15 |
+
opencv-python
|
16 |
+
deepspeed
|