mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 22:12:33 +08:00
- Fix all whitespace and formatting issues in runpod_handler.py - Remove trailing whitespace and blank line whitespace - Add comprehensive RunPod network storage setup - Enhance start_runpod.py with automatic model mounting - Update Dockerfile for optimized RunPod deployment - Add detailed setup documentation in runpod_setup.md - Improve .dockerignore for faster builds - Add .env to .gitignore for security
32 lines
448 B
Plaintext
32 lines
448 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
/output/
|
|
/input/
|
|
!/input/example.png
|
|
/models/
|
|
/temp/
|
|
/custom_nodes/
|
|
!custom_nodes/example_node.py.example
|
|
extra_model_paths.yaml
|
|
/.vs
|
|
.vscode/
|
|
.idea/
|
|
venv/
|
|
.venv/
|
|
/web/extensions/*
|
|
!/web/extensions/logging.js.example
|
|
!/web/extensions/core/
|
|
/tests-ui/data/object_info.json
|
|
/user/
|
|
*.log
|
|
web_custom_versions/
|
|
.DS_Store
|
|
openapi.yaml
|
|
filtered-openapi.yaml
|
|
uv.lock
|
|
|
|
# Environment files with secrets
|
|
.env
|
|
.env.local
|
|
.env.production
|