File size: 421 Bytes
c8f3a35 |
1 2 3 4 5 6 7 8 9 10 |
torch # PyTorch CPU
diffusers[torch] # Stable Diffusion inpainting
transformers # Diffusers dependency
gradio # Web UI
pillow # Image I/O
numpy # Array ops
opencv-python # cv2
basicsr # RRDBNet architecture
git+https://github.com/xinntao/Real-ESRGAN.git # RealESRGANer helper :contentReference[oaicite:2]{index=2}
|