modified: prevent displaying ComfyUI-Manager on list

This commit is contained in:
Dr.Lt.Data 2025-04-22 02:39:56 +09:00
parent efff6b2c18
commit d638f75117

View File

@ -1042,6 +1042,12 @@ async def fetch_customnode_list(request):
for v in node_packs.values():
populate_markdown(v)
if 'comfyui-manager' in node_packs:
del node_packs['comfyui-manager']
if 'https://github.com/ltdrdata/ComfyUI-Manager' in node_packs:
del node_packs['https://github.com/ltdrdata/ComfyUI-Manager']
if channel != 'local':
found = 'custom'