Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
# Core Libraries
|
2 |
torch
|
3 |
-
diffusers
|
4 |
-
transformers
|
5 |
gradio
|
6 |
huggingface_hub
|
7 |
# Accelerate and Optimization (Optional for CPU)
|
8 |
-
|
9 |
-
|
10 |
|
11 |
# Image Manipulation and Watermarking
|
12 |
Pillow
|
13 |
invisible-watermark
|
14 |
|
15 |
# (Optional) Alternative Model Dependencies
|
16 |
-
|
17 |
|
18 |
# Development Tools (Optional)
|
19 |
# jupyter # If running in a Jupyter Notebook
|
|
|
1 |
# Core Libraries
|
2 |
torch
|
3 |
+
diffusers
|
4 |
+
transformers
|
5 |
gradio
|
6 |
huggingface_hub
|
7 |
# Accelerate and Optimization (Optional for CPU)
|
8 |
+
accelerate
|
9 |
+
xformers
|
10 |
|
11 |
# Image Manipulation and Watermarking
|
12 |
Pillow
|
13 |
invisible-watermark
|
14 |
|
15 |
# (Optional) Alternative Model Dependencies
|
16 |
+
scipy
|
17 |
|
18 |
# Development Tools (Optional)
|
19 |
# jupyter # If running in a Jupyter Notebook
|