restore nodes order as it in the V1 version for smaller git diff (4)

This commit is contained in:
bigcat88
2025-07-25 21:03:11 +03:00
parent de54491deb
commit 31b1bc20cc
25 changed files with 276 additions and 272 deletions

View File

@@ -131,6 +131,6 @@ class HypernetworkLoader(io.ComfyNode):
return io.NodeOutput(model_hypernetwork)
NODES_LIST = [
NODES_LIST: list[type[io.ComfyNode]] = [
HypernetworkLoader,
]