support missing node installer for ComfyUI-Workflow-Component

This commit is contained in:
Dr.Lt.Data
2023-06-04 20:32:39 +09:00
parent ea08191fa8
commit 74c3f81094
2 changed files with 25 additions and 1 deletions

View File

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