Files
efficiency-nodes-comfyui/.gitignore
Copilot 4579b7d607 Fix Image Overlay crash on batch image inputs (#365)
* Initial plan

* Fix Image Overlay node batch processing by extracting first image

Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com>

* Add .gitignore and remove pycache files

Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com>

* Add warning when multiple overlay images are detected

Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com>
2026-03-31 19:46:59 -04:00

38 lines
283 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db