support keyword search

This commit is contained in:
Dr.Lt.Data
2023-06-07 21:32:11 +09:00
parent 52c9396290
commit b72722316e
7 changed files with 231 additions and 15 deletions

View File

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