mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
Fix Docker build to exclude models from image
- Update .dockerignore to exclude entire models/ directory - Exclude input/ directory as well - Models will now be loaded from RunPod network storage only - Significantly reduce Docker image size and build time
This commit is contained in:
parent
eff57ada77
commit
cd8bb55239
@ -60,12 +60,13 @@ tmp/
|
||||
*.tmp
|
||||
|
||||
# Large model files (will be mounted from network storage)
|
||||
models/*/
|
||||
models/
|
||||
!models/.gitkeep
|
||||
|
||||
# Output files
|
||||
output/
|
||||
outputs/
|
||||
input/
|
||||
|
||||
# Cache
|
||||
.cache/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user