mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-05 21:07:07 +08:00
Remove HELP attribute from object_info in PromptServer class
This commit is contained in:
parent
5cef542831
commit
5249ad0280
@ -584,9 +584,6 @@ class PromptServer():
|
|||||||
|
|
||||||
if hasattr(obj_class, 'API_NODE'):
|
if hasattr(obj_class, 'API_NODE'):
|
||||||
info['api_node'] = obj_class.API_NODE
|
info['api_node'] = obj_class.API_NODE
|
||||||
|
|
||||||
if hasattr(obj_class, 'HELP'):
|
|
||||||
info['help'] = obj_class.HELP
|
|
||||||
return info
|
return info
|
||||||
|
|
||||||
@routes.get("/object_info")
|
@routes.get("/object_info")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user