mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-07-13 06:56:59 +08:00
Merge dd6c1b9014ea3b53e10a42735d09bd948675d5ab into 519c9411653df99761053c30e101816e0ca3c24b
This commit is contained in:
commit
804b7b625a
@ -649,6 +649,7 @@ class PromptServer():
|
||||
info['output'] = obj_class.RETURN_TYPES
|
||||
info['output_is_list'] = obj_class.OUTPUT_IS_LIST if hasattr(obj_class, 'OUTPUT_IS_LIST') else [False] * len(obj_class.RETURN_TYPES)
|
||||
info['output_name'] = obj_class.RETURN_NAMES if hasattr(obj_class, 'RETURN_NAMES') else info['output']
|
||||
info['output_label'] = obj_class.RETURN_LABELS if hasattr(obj_class, 'RETURN_LABELS') else info['output_name']
|
||||
info['name'] = node_class
|
||||
info['display_name'] = nodes.NODE_DISPLAY_NAME_MAPPINGS[node_class] if node_class in nodes.NODE_DISPLAY_NAME_MAPPINGS.keys() else node_class
|
||||
info['description'] = obj_class.DESCRIPTION if hasattr(obj_class,'DESCRIPTION') else ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user