diff --git a/README.md b/README.md index 601d6a3..8dad96a 100644 --- a/README.md +++ b/README.md @@ -4,33 +4,33 @@ Browse models in ComfyUI. (Downloading and deleting are WIP.) ![Model Manager Demo Screenshot](model-manager-demo-screenshot.png) -## About this branch +## About this fork -I made this branch because the original repo was inactive and missing things I needed to make the ComfyUI usable. Also, many other custom nodes bundle unrelated features together or search the internet in the background. +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. -## Branch Improvements +## Fork Improvements - Search models in models tab. - Advanced keyword search using `"multiple words in quotes"` or a minus sign to `-exclude`. -- Search `/`subdirectories of main directory based on your file structure (for example, `/1.5/styles`). -- Include models listed in `extra_model_paths.yaml`. +- Search `/`subdirectories of base model directories based on your file structure (for example, `/1.5/styles`). +- Include models listed in ComfyUI's `extra_model_paths.yaml`. - Increased supported preview image types. - Correctly change colors using ComfyUI's theme colors. - Simplified UI. -## TODO +## TODO: ### One-click to add a model/node to workspace -- ☐ Copy icon `📋` or plus icon `+`? +- ☐ Add icon `+`? (Copy icon `⎘`?) - ☐ Sidebar mode - - ☐ Drag to add? + - ☐ Drag to add to workspace? ### Downloading tab - ☐ Replace Install tab with Downloading tab (more practical IMO). - ☐ Download a model from a url. -- ☐ Choose save path in browser. +- ☐ Choose save path to download within browser. ### Search filtering and sort @@ -43,7 +43,7 @@ I made this branch because the original repo was inactive and missing things I n - ☐ Date created (ascending/decending) - ☐ Recently used (ascending/decending) - ☐ Frequently used (ascending/decending) -- ☐ `or` vs `and` search keywords (currently `and`) +- ☐ `or` vs `and` type of keyword search (currently `and`) ### Settings @@ -54,13 +54,13 @@ I made this branch because the original repo was inactive and missing things I n ### Model info window/panel (server load/send on demand) -- ☐ Info icon `ⓘ` -- ☐ Optional (re)download `📥︎`model info from the internet and cache the text file locally. (requires checksum enabled) +- ☐ Info icon `ⓘ` button to view. +- ☐ Optional (re)download `📥︎` model info from the internet and cache the text file locally. (requires checksum?) - ☐ Delete model with warning popup. ### Image preview -- ☐ Support multiple preview images (swipe?). +- ☐ Support multiple preview images. (swipe?) - ☐ Show preview images for videos. - ☐ If ffmpeg or cv2 available, extract the first frame of the video and use as image preview. - ☐ Play preview video?