ComfyUI/.gitignore
2023-05-18 15:43:52 +08:00

13 lines
157 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
venv/