Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -4,14 +4,10 @@ sentencepiece
|
|
4 |
|
5 |
accelerate
|
6 |
|
7 |
-
diffusers
|
8 |
-
|
9 |
safetensors==0.4.5
|
10 |
|
11 |
invisible_watermark
|
12 |
|
13 |
-
torch
|
14 |
-
|
15 |
torchvision==0.20.1
|
16 |
|
17 |
transformers==4.46.3
|
@@ -21,3 +17,5 @@ paramiko
|
|
21 |
huggingface_hub
|
22 |
|
23 |
git+https://github.com/asomoza/image_gen_aux.git
|
|
|
|
|
|
4 |
|
5 |
accelerate
|
6 |
|
|
|
|
|
7 |
safetensors==0.4.5
|
8 |
|
9 |
invisible_watermark
|
10 |
|
|
|
|
|
11 |
torchvision==0.20.1
|
12 |
|
13 |
transformers==4.46.3
|
|
|
17 |
huggingface_hub
|
18 |
|
19 |
git+https://github.com/asomoza/image_gen_aux.git
|
20 |
+
|
21 |
+
diffusers[torch]
|