my-comfyui-workflow / .gitignore
Nef Caballero
fix
14a7b43
raw
history blame contribute delete
391 Bytes
__pycache__/
*.py[cod]
/output/
/input/
!/input/example.png
/models/
/temp/
/custom_nodes/*
!custom_nodes/example_node.py.example
!/extra_model_paths.yaml
/tests/inference/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
.gradio/*