mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
modified: prevent displaying ComfyUI-Manager on list
This commit is contained in:
parent
efff6b2c18
commit
d638f75117
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user