mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-13 13:05:07 +00:00
Fixed missing comma in init_builtin_extra_nodes after merge
This commit is contained in:
2
nodes.py
2
nodes.py
@@ -2296,7 +2296,7 @@ def init_builtin_extra_nodes():
|
|||||||
"nodes_string.py",
|
"nodes_string.py",
|
||||||
"nodes_camera_trajectory.py",
|
"nodes_camera_trajectory.py",
|
||||||
"nodes_edit_model.py",
|
"nodes_edit_model.py",
|
||||||
"nodes_tcfg.py"
|
"nodes_tcfg.py",
|
||||||
"nodes_v3_test.py",
|
"nodes_v3_test.py",
|
||||||
"nodes_v1_test.py",
|
"nodes_v1_test.py",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user