Update nodes categories and display names (CORE-89) (#13786)

This commit is contained in:
Alexis Rolland
2026-05-08 13:02:55 +08:00
committed by GitHub
parent c8673542f7
commit 594de378fe
33 changed files with 80 additions and 60 deletions

View File

@@ -102,6 +102,7 @@ class HypernetworkLoader(IO.ComfyNode):
def define_schema(cls):
return IO.Schema(
node_id="HypernetworkLoader",
display_name="Load Hypernetwork",
category="loaders",
inputs=[
IO.Model.Input("model"),