Sutirtha commited on
Commit
c8f3a35
·
verified ·
1 Parent(s): c63316c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- torch # PyTorch CPU
2
- diffusers[torch] # Inpainting
3
- transformers # Diffusers dependency
4
- realesrgan # Upscaling
5
- gradio # Web UI
6
- pillow # Image I/O
 
 
 
 
1
+ torch # PyTorch CPU
2
+ diffusers[torch] # Stable Diffusion inpainting
3
+ transformers # Diffusers dependency
4
+ gradio # Web UI
5
+ pillow # Image I/O
6
+ numpy # Array ops
7
+ opencv-python # cv2
8
+ basicsr # RRDBNet architecture
9
+ git+https://github.com/xinntao/Real-ESRGAN.git # RealESRGANer helper :contentReference[oaicite:2]{index=2}