juanmackie commited on
Commit
2ed0f58
·
verified ·
1 Parent(s): 405581e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -3,11 +3,10 @@ numpy
3
  opencv-python
4
  Pillow
5
  torch
6
- torchvision
7
- gradio_imageslider
8
- transformers # <--- IMPORTANT: This line is crucial for the new code
9
- # The following are no longer strictly necessary if only using transformers pipeline,
10
- # but keeping them won't hurt if other implicit dependencies exist.
11
- # einops
12
- # timm
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