mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 01:52:59 +08:00
Make MatchType's output default displayname "MATCHTYPE"
This commit is contained in:
parent
a2a22cee9d
commit
0b78859e09
@ -858,7 +858,7 @@ class MatchType(ComfyTypeIO):
|
|||||||
})
|
})
|
||||||
|
|
||||||
class Output(Output):
|
class Output(Output):
|
||||||
def __init__(self, template: MatchType.Template, id: str=None, display_name: str=None, tooltip: str=None,
|
def __init__(self, template: MatchType.Template, id: str=None, display_name: str="MATCHTYPE", tooltip: str=None,
|
||||||
is_output_list=False):
|
is_output_list=False):
|
||||||
super().__init__(id, display_name, tooltip, is_output_list)
|
super().__init__(id, display_name, tooltip, is_output_list)
|
||||||
self.template = template
|
self.template = template
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user