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
|
||||
def define_schema(cls):
|
||||
return IO.Schema(
|
||||
node_id="CreateSolidMask",
|
||||
node_id="SolidMask",
|
||||
display_name="Create Solid Mask",
|
||||
category="image/mask",
|
||||
inputs=[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user