mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-12 09:27:15 +08:00
avoid python import module duplication
This commit is contained in:
parent
27bebb300f
commit
e5933184d5
2
nodes.py
2
nodes.py
@ -2374,8 +2374,8 @@ async def init_builtin_extra_nodes():
|
|||||||
"nodes_images.py",
|
"nodes_images.py",
|
||||||
"nodes_video_model.py",
|
"nodes_video_model.py",
|
||||||
"nodes_ideogram4.py",
|
"nodes_ideogram4.py",
|
||||||
"nodes_train.py",
|
|
||||||
"nodes_dataset.py",
|
"nodes_dataset.py",
|
||||||
|
"nodes_train.py",
|
||||||
"nodes_sag.py",
|
"nodes_sag.py",
|
||||||
"nodes_perpneg.py",
|
"nodes_perpneg.py",
|
||||||
"nodes_stable3d.py",
|
"nodes_stable3d.py",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user