mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-10 18:05:16 +00:00
99abcbef41
* support startup script for installation without locking on windows * modified: Instead of executing scripts from the startup-scripts directory, I will change it to execute the prestartup_script.py for each custom node.
17 lines
254 B
Plaintext
17 lines
254 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/
|
|
startup-scripts/ |