Wording of search paths

This commit is contained in:
Christian Bastian
2023-12-30 21:31:11 -05:00
parent cda5b066e9
commit cc7f463f91
2 changed files with 4 additions and 2 deletions

View File

@@ -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.

View File

@@ -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", {