mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 13:50:15 +08:00
set "Preview Mask" as display name for MaskPreview
This commit is contained in:
parent
894dcf09c2
commit
35b04d32ef
@ -394,6 +394,7 @@ class MaskPreview(IO.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="MaskPreview",
|
node_id="MaskPreview",
|
||||||
|
display_name="Preview Mask",
|
||||||
category="mask",
|
category="mask",
|
||||||
description="Saves the input images to your ComfyUI output directory.",
|
description="Saves the input images to your ComfyUI output directory.",
|
||||||
inputs=[
|
inputs=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user