Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -3,10 +3,8 @@ numpy
|
|
| 3 |
opencv-python
|
| 4 |
Pillow
|
| 5 |
torch
|
| 6 |
-
# torchvision # Marigold typically doesn't directly use torchvision
|
| 7 |
diffusers
|
| 8 |
huggingface_hub
|
| 9 |
-
#
|
| 10 |
-
#
|
| 11 |
-
# gradio_imageslider # No longer used explicitly in the UI for output, can remove
|
| 12 |
-
# matplotlib # No longer used explicitly, can remove
|
|
|
|
| 3 |
opencv-python
|
| 4 |
Pillow
|
| 5 |
torch
|
| 6 |
+
# torchvision # Marigold typically doesn't directly use torchvision, so it can be omitted
|
| 7 |
diffusers
|
| 8 |
huggingface_hub
|
| 9 |
+
transformers # <--- CRUCIAL: Added or confirmed for Marigold's dependency
|
| 10 |
+
xformers # <--- ADDED: For performance optimization with Marigold
|
|
|
|
|
|