Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -3,11 +3,10 @@ numpy
|
|
| 3 |
opencv-python
|
| 4 |
Pillow
|
| 5 |
torch
|
| 6 |
-
torchvision
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
#
|
| 10 |
-
#
|
| 11 |
-
#
|
| 12 |
-
#
|
| 13 |
-
matplotlib
|
|
|
|
| 3 |
opencv-python
|
| 4 |
Pillow
|
| 5 |
torch
|
| 6 |
+
# torchvision # Marigold typically doesn't directly use torchvision
|
| 7 |
+
diffusers
|
| 8 |
+
huggingface_hub
|
| 9 |
+
# Optional for performance:
|
| 10 |
+
# xformers
|
| 11 |
+
# gradio_imageslider # No longer used explicitly in the UI for output, can remove
|
| 12 |
+
# matplotlib # No longer used explicitly, can remove
|
|
|