missing file fix

This commit is contained in:
ltdrdata
2023-05-21 08:45:54 +09:00
parent 3d69d7df28
commit 4c87c35af4
2 changed files with 55 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.5)")
print("### Loading: ComfyUI-Manager (V0.5.1)")
comfy_path = os.path.dirname(folder_paths.__file__)
custom_nodes_path = os.path.join(comfy_path, 'custom_nodes')