add filter feature

improve missing node detector
This commit is contained in:
Dr.Lt.Data
2023-06-29 11:01:09 +09:00
parent d6e6f0ee93
commit a2f7a78571
6 changed files with 215 additions and 56 deletions

View File

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