mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-14 19:17:32 +08:00
Fix node id SolidMask
This commit is contained in:
parent
9479c1e4eb
commit
9dc3f83edc
@ -195,7 +195,7 @@ class SolidMask(IO.ComfyNode):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="CreateSolidMask",
|
node_id="SolidMask",
|
||||||
display_name="Create Solid Mask",
|
display_name="Create Solid Mask",
|
||||||
category="image/mask",
|
category="image/mask",
|
||||||
inputs=[
|
inputs=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user