mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 09:42:29 +08:00
Merge branch 'v3-improvements' of https://github.com/comfyanonymous/ComfyUI into v3-improvements
This commit is contained in:
commit
ebb466d4f8
@ -858,7 +858,7 @@ class MatchType(ComfyTypeIO):
|
||||
})
|
||||
|
||||
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):
|
||||
super().__init__(id, display_name, tooltip, is_output_list)
|
||||
self.template = template
|
||||
|
||||
Loading…
Reference in New Issue
Block a user