ComfyUI/.gitignore
2023-03-31 09:14:02 +02:00

14 lines
167 B
Plaintext

__pycache__/
*.py[cod]
output/
input/
!input/example.png
models/
temp/
custom_nodes/
!custom_nodes/example_node.py.example
extra_model_paths.yaml
venv/
venv38/
.idea/