mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-06 10:17:52 +08:00
fixed: Fix issue where some nodepacks were displayed redundantly in custom nodes manager.
This commit is contained in:
@ -865,7 +865,7 @@ async def fetch_customnode_list(request):
|
||||
|
||||
channel = found
|
||||
|
||||
result = dict(channel=channel, node_packs=node_packs)
|
||||
result = dict(channel=channel, node_packs=node_packs.to_dict())
|
||||
|
||||
return web.json_response(result, content_type='application/json')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user