mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 19:46:38 +00:00
Change node id to reflect node name
This commit is contained in:
@@ -4,7 +4,7 @@ class MemoryReserveNode(io.ComfyNode):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def define_schema(cls) -> io.Schema:
|
def define_schema(cls) -> io.Schema:
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="AddMemoryToReserve",
|
node_id="ReserveAdditionalMemory",
|
||||||
display_name="Reserve Additional Memory",
|
display_name="Reserve Additional Memory",
|
||||||
description="Adds additional expected memory usage for the model, in gigabytes.",
|
description="Adds additional expected memory usage for the model, in gigabytes.",
|
||||||
category="advanced/debug/model",
|
category="advanced/debug/model",
|
||||||
|
Reference in New Issue
Block a user