ComfyUI/.gitignore

12 lines
157 B
Plaintext
Raw Normal View History

2023-01-03 06:53:32 +00:00
__pycache__/
*.py[cod]
output/
2023-03-20 04:31:17 +00:00
input/
2023-03-20 04:37:32 +00:00
!input/example.png
2023-03-20 04:31:17 +00:00
models/
temp/
custom_nodes/
2023-03-20 04:37:32 +00:00
!custom_nodes/example_node.py.example
extra_model_paths.yaml
/.vs
2023-06-06 15:40:07 +00:00
.idea/