mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-14 21:47:07 +00:00
Hack to fix broken manager.
This commit is contained in:
parent
67c7184b74
commit
35e2dcf5d7
2
nodes.py
2
nodes.py
@ -2134,6 +2134,8 @@ def load_custom_node(module_path: str, ignore=set(), module_parent="custom_nodes
|
||||
module_name = sp[0]
|
||||
elif os.path.isdir(module_path):
|
||||
module_name = module_path
|
||||
if module_path.endswith("comfyui-manager"): #TODO: remove this eventually
|
||||
module_name = get_module_name(module_path)
|
||||
|
||||
try:
|
||||
logging.debug("Trying to load custom node {}".format(module_path))
|
||||
|
Loading…
Reference in New Issue
Block a user