mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +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):
|
||||
return IO.Schema(
|
||||
node_id="MaskPreview",
|
||||
display_name="Preview Mask",
|
||||
category="mask",
|
||||
description="Saves the input images to your ComfyUI output directory.",
|
||||
inputs=[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user