mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 19:46:38 +00:00
Renamed to Reserve Additional Memory
This commit is contained in:
@@ -5,7 +5,7 @@ class MemoryReserveNode(io.ComfyNode):
|
|||||||
def define_schema(cls) -> io.Schema:
|
def define_schema(cls) -> io.Schema:
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="AddMemoryToReserve",
|
node_id="AddMemoryToReserve",
|
||||||
display_name="Add Memory to Reserve",
|
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",
|
||||||
inputs=[
|
inputs=[
|
||||||
|
Reference in New Issue
Block a user