windows update bugfix

This commit is contained in:
ltdrdata
2023-05-31 00:01:03 +09:00
parent a321ebd7fc
commit e52d835dc6
3 changed files with 5 additions and 2 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)")
print("### Loading: ComfyUI-Manager (V0.7.1)")
comfy_path = os.path.dirname(folder_paths.__file__)
custom_nodes_path = os.path.join(comfy_path, 'custom_nodes')