Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
diffusers[torch]
|
3 |
-
transformers
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
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}
|