update
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -2,9 +2,13 @@ loadimg
|
|
2 |
spaces
|
3 |
torch
|
4 |
torchvision
|
5 |
-
transformers
|
6 |
git+https://github.com/huggingface/diffusers.git
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
8 |
opencv-python
|
9 |
tqdm
|
10 |
timm
|
|
|
2 |
spaces
|
3 |
torch
|
4 |
torchvision
|
|
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
+
transformers
|
7 |
+
safetensors
|
8 |
+
accelerate
|
9 |
+
sentencepiece
|
10 |
+
peft
|
11 |
+
optimum-quanto
|
12 |
opencv-python
|
13 |
tqdm
|
14 |
timm
|