mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-25 17:09:09 +00:00
restore nodes order as it in the V1 version for smaller git diff (4)
This commit is contained in:
@@ -131,6 +131,6 @@ class HypernetworkLoader(io.ComfyNode):
|
||||
return io.NodeOutput(model_hypernetwork)
|
||||
|
||||
|
||||
NODES_LIST = [
|
||||
NODES_LIST: list[type[io.ComfyNode]] = [
|
||||
HypernetworkLoader,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user