Change node id to reflect node name

This commit is contained in:
Jedrzej Kosinski
2025-08-18 15:39:16 -07:00
parent cd54d502fc
commit 6c611b0b99

View File

@@ -4,7 +4,7 @@ class MemoryReserveNode(io.ComfyNode):
@classmethod
def define_schema(cls) -> io.Schema:
return io.Schema(
node_id="AddMemoryToReserve",
node_id="ReserveAdditionalMemory",
display_name="Reserve Additional Memory",
description="Adds additional expected memory usage for the model, in gigabytes.",
category="advanced/debug/model",