"vscode:/vscode.git/clone" did not exist on "64557d67810c81f72bd6a7544bd8930488868319"
Commit 720b1744 authored by comfyanonymous's avatar comfyanonymous
Browse files

Temporary revert.

parent 0e3dfd9e
......@@ -1913,7 +1913,7 @@ def get_module_name(module_path: str) -> str:
def load_custom_node(module_path, ignore=set()):
module_name = get_module_name(module_path)
module_name = os.path.basename(module_path)
try:
logging.debug("Trying to load custom node {}".format(module_path))
if os.path.isfile(module_path):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment