mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
custom nodes now has an __init__.py correctly
This commit is contained in:
parent
497c01fed1
commit
18e5aaec4d
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,9 +4,9 @@
|
|||||||
!/input/example.png
|
!/input/example.png
|
||||||
/[Mm]odels/
|
/[Mm]odels/
|
||||||
/[Tt]emp/
|
/[Tt]emp/
|
||||||
/[Cc]ustom_nodes/
|
/[Cc]ustom_nodes/*
|
||||||
|
![Cc]ustom_nodes/__init__.py
|
||||||
!/custom_nodes/example_node.py.example
|
!/custom_nodes/example_node.py.example
|
||||||
!/custom_nodes/__init__.py
|
|
||||||
/extra_model_paths.yaml
|
/extra_model_paths.yaml
|
||||||
/.vs
|
/.vs
|
||||||
.idea/
|
.idea/
|
||||||
|
|||||||
0
custom_nodes/__init__.py
Normal file
0
custom_nodes/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user