bugfix: refresh of missing nodes installation

This commit is contained in:
Dr.Lt.Data
2023-05-23 14:00:00 +09:00
parent b7b8545632
commit 9d31687d2c
2 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ sys.path.append('../..')
from torchvision.datasets.utils import download_url
# ensure .js
print("### Loading: ComfyUI-Manager (V0.6.1)")
print("### Loading: ComfyUI-Manager (V0.6.2)")
comfy_path = os.path.dirname(folder_paths.__file__)
custom_nodes_path = os.path.join(comfy_path, 'custom_nodes')