Minor edits
This commit is contained in:
26
README.md
26
README.md
@@ -4,33 +4,33 @@ Browse models in ComfyUI. (Downloading and deleting are WIP.)
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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.
|
- Search models in models tab.
|
||||||
- Advanced keyword search using `"multiple words in quotes"` or a minus sign to `-exclude`.
|
- 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`).
|
- Search `/`subdirectories of base model directories based on your file structure (for example, `/1.5/styles`).
|
||||||
- Include models listed in `extra_model_paths.yaml`.
|
- Include models listed in ComfyUI's `extra_model_paths.yaml`.
|
||||||
- Increased supported preview image types.
|
- Increased supported preview image types.
|
||||||
- Correctly change colors using ComfyUI's theme colors.
|
- Correctly change colors using ComfyUI's theme colors.
|
||||||
- Simplified UI.
|
- Simplified UI.
|
||||||
|
|
||||||
## TODO
|
## TODO:
|
||||||
|
|
||||||
### One-click to add a model/node to workspace
|
### One-click to add a model/node to workspace
|
||||||
|
|
||||||
- ☐ Copy icon `📋` or plus icon `+`?
|
- ☐ Add icon `+`? (Copy icon `⎘`?)
|
||||||
- ☐ Sidebar mode
|
- ☐ Sidebar mode
|
||||||
- ☐ Drag to add?
|
- ☐ Drag to add to workspace?
|
||||||
|
|
||||||
### Downloading tab
|
### Downloading tab
|
||||||
|
|
||||||
- ☐ Replace Install tab with Downloading tab (more practical IMO).
|
- ☐ Replace Install tab with Downloading tab (more practical IMO).
|
||||||
- ☐ Download a model from a url.
|
- ☐ Download a model from a url.
|
||||||
- ☐ Choose save path in browser.
|
- ☐ Choose save path to download within browser.
|
||||||
|
|
||||||
### Search filtering and sort
|
### 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)
|
- ☐ Date created (ascending/decending)
|
||||||
- ☐ Recently used (ascending/decending)
|
- ☐ Recently used (ascending/decending)
|
||||||
- ☐ Frequently used (ascending/decending)
|
- ☐ Frequently used (ascending/decending)
|
||||||
- ☐ `or` vs `and` search keywords (currently `and`)
|
- ☐ `or` vs `and` type of keyword search (currently `and`)
|
||||||
|
|
||||||
### Settings
|
### 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)
|
### Model info window/panel (server load/send on demand)
|
||||||
|
|
||||||
- ☐ Info icon `ⓘ`
|
- ☐ Info icon `ⓘ` button to view.
|
||||||
- ☐ Optional (re)download `📥︎`model info from the internet and cache the text file locally. (requires checksum enabled)
|
- ☐ Optional (re)download `📥︎` model info from the internet and cache the text file locally. (requires checksum?)
|
||||||
- ☐ Delete model with warning popup.
|
- ☐ Delete model with warning popup.
|
||||||
|
|
||||||
### Image preview
|
### Image preview
|
||||||
|
|
||||||
- ☐ Support multiple preview images (swipe?).
|
- ☐ Support multiple preview images. (swipe?)
|
||||||
- ☐ Show preview images for videos.
|
- ☐ Show preview images for videos.
|
||||||
- ☐ If ffmpeg or cv2 available, extract the first frame of the video and use as image preview.
|
- ☐ If ffmpeg or cv2 available, extract the first frame of the video and use as image preview.
|
||||||
- ☐ Play preview video?
|
- ☐ Play preview video?
|
||||||
|
|||||||
Reference in New Issue
Block a user