juanmackie commited on
Commit
02b6fc3
·
verified ·
1 Parent(s): f95c930

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # 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
 
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