Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
torch
|
3 |
diffusers>=0.19.3
|
4 |
transformers==4.22.0
|
5 |
-
pybind11>=2.12
|
6 |
numpy<2
|
7 |
gradio
|
8 |
huggingface_hub
|
@@ -12,7 +11,4 @@ xformers
|
|
12 |
|
13 |
# Image Manipulation and Watermarking
|
14 |
Pillow
|
15 |
-
invisible-watermark
|
16 |
-
|
17 |
-
# (Optional) Alternative Model Dependencies
|
18 |
-
scipy
|
|
|
2 |
torch
|
3 |
diffusers>=0.19.3
|
4 |
transformers==4.22.0
|
|
|
5 |
numpy<2
|
6 |
gradio
|
7 |
huggingface_hub
|
|
|
11 |
|
12 |
# Image Manipulation and Watermarking
|
13 |
Pillow
|
14 |
+
invisible-watermark
|
|
|
|
|
|