Wording of search paths
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user