mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-24 13:47:10 +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…
x
Reference in New Issue
Block a user