ComfyUI/.gitignore
Jose Gutierrez 32631c61b6 Make input directory configurable
- Added --input-directory as a command line argument to configure
2023-09-02 13:33:35 +02:00

18 lines
244 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
.idea/
venv/
web/extensions/*
!web/extensions/logging.js.example
!web/extensions/core/
*.log