diff --git a/README.md b/README.md index 8dad96a..0ba192b 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ Browse models in ComfyUI. (Downloading and deleting are WIP.) I made this fork because the original repo was inactive and missing many things I needed to make the ComfyUI usable. Also, many other custom nodes bundle unrelated features together or search the internet in the background. +Currently it is still missing some features it should have. + ## Fork Improvements - Search models in models tab. - Advanced keyword search using `"multiple words in quotes"` or a minus sign to `-exclude`. -- Search `/`subdirectories of base model directories based on your file structure (for example, `/1.5/styles`). +- Search `/`subdirectories of model directories based on your file structure (for example, `/styles/clothing`). - Include models listed in ComfyUI's `extra_model_paths.yaml`. - Increased supported preview image types. - Correctly change colors using ComfyUI's theme colors. diff --git a/web/model-manager.js b/web/model-manager.js index fcc66c1..0fabd76 100644 --- a/web/model-manager.js +++ b/web/model-manager.js @@ -497,7 +497,7 @@ class ModelManager extends ComfyDialog { $el("div.row.tab-header-flex-block", [ $el("input.search-text-area", { $: (el) => (this.#el.modelContentFilter = el), - placeholder: "example: 1.5/styles -.pt", + placeholder: "example: styles/clothing -.pt", onkeyup: (e) => e.key === "Enter" && this.#filterModelList(), }), $el("button.icon-button", {