mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-10 21:22:37 +08:00
fixed: doesn't show disabled node pack properly.
This commit is contained in:
parent
9c0fb43b4d
commit
de907718e2
@ -1428,7 +1428,7 @@ def get_installed_node_packs():
|
||||
if y == '__pycache__':
|
||||
continue
|
||||
|
||||
fullpath = os.path.join(x, y)
|
||||
fullpath = os.path.join(disabled_dirs, y)
|
||||
info = identify_node_pack_from_path(fullpath)
|
||||
if info is None:
|
||||
continue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user