missing nodes installation support for "copy" type

This commit is contained in:
Dr.Lt.Data
2023-05-24 11:31:42 +09:00
parent 9d31687d2c
commit 66fd5071cc
4 changed files with 743 additions and 659 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.2)")
print("### Loading: ComfyUI-Manager (V0.6.3)")
comfy_path = os.path.dirname(folder_paths.__file__)
custom_nodes_path = os.path.join(comfy_path, 'custom_nodes')