Spaces:
Running
on
Zero
Running
on
Zero
bugfix
Browse files- requirements.txt +1 -11
requirements.txt
CHANGED
@@ -1,24 +1,14 @@
|
|
1 |
accelerate
|
2 |
-
|
3 |
-
torch==2.0.1
|
4 |
-
torchvision==0.15.2
|
5 |
transformers
|
6 |
-
xformers
|
7 |
tqdm
|
8 |
einops
|
9 |
spaces
|
10 |
-
timm
|
11 |
-
samv2
|
12 |
gradio
|
13 |
-
supervision
|
14 |
opencv-python
|
15 |
-
pytest
|
16 |
-
requests
|
17 |
git+https://github.com/mylovelycodes/diffusers.git
|
18 |
boto3
|
19 |
sentencepiece
|
20 |
peft
|
21 |
controlnet-aux
|
22 |
kornia
|
23 |
-
deepspeed
|
24 |
-
einops
|
|
|
1 |
accelerate
|
2 |
+
torch
|
|
|
|
|
3 |
transformers
|
|
|
4 |
tqdm
|
5 |
einops
|
6 |
spaces
|
|
|
|
|
7 |
gradio
|
|
|
8 |
opencv-python
|
|
|
|
|
9 |
git+https://github.com/mylovelycodes/diffusers.git
|
10 |
boto3
|
11 |
sentencepiece
|
12 |
peft
|
13 |
controlnet-aux
|
14 |
kornia
|
|
|
|