Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-07-22 22:58:28 +05:30
parent d1308bf149
commit bc8bf2007d
99 changed files with 4784 additions and 111 deletions
+8
View File
@@ -0,0 +1,8 @@
# SDXL inpainting worker. torch is installed (cu121) in the Dockerfile first.
# AutoPipelineForInpainting + SDXL uses two text encoders → transformers.
diffusers>=0.30.0
transformers>=4.44.0
accelerate>=0.34.0
safetensors>=0.4.5
Pillow==10.4.0
runpod==1.7.9