Update README.

This commit is contained in:
Christian Bastian
2024-02-13 14:51:53 -05:00
parent ef64ff1644
commit efea14d731
4 changed files with 41 additions and 39 deletions

View File

@@ -1,14 +1,21 @@
# comfyui-model-manager
Browse models in ComfyUI. (Downloading and deleting are WIP.)
Download and browse models in ComfyUI.
![Model Manager Demo Screenshot](model-manager-demo-screenshot.png)
*(Viewing metadata and deleting are WIP.)*
<div>
<img src="demo-tab-models.png" alt="Model Manager Demo Screenshot" width="45%"/>
<img src="demo-tab-download.png" alt="Model Manager Demo Screenshot" width="45%"/>
</div>
# Fork
## About this fork
I made this fork because the original repo was inactive and missing many things I needed to make ComfyUI more 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.
Currently it is still missing a way to view/download model metadata and delete a model.
## Fork Improvements
@@ -50,60 +57,55 @@ Currently it is still missing some features it should have.
### Code
- &#9744; Javascript cleanup.
- &#9744; Seperate into classes per tab?
- &#9744; HTML generation all inside main class?
- &#9744; More server driven, HTMX-like HTML generation? (Avoid x2 states)
- Javascript cleanup.
- Seperate into classes per tab?
- HTML generation all inside main class?
- More server driven, HTMX-like HTML generation? (Avoid x2 states)
### Model Copying
- &#9744; Copy image?
- &#9744; Copy model path?
- Copy model path?
### Model info window/panel (server load/send on demand)
- &#9744; Info icon `ⓘ` button to view.
- &#9744; Optional (re)download `📥︎` model info from the internet and cache the text file locally. (requires checksum?)
- &#9744; Radio buttons to swap between downloaded and server view.
- &#9744; Delete model with warning popup.
- &#9744; Set preview image.
- Info icon `ⓘ` button to view.
- Optional (re)download `📥︎` model info from the internet and cache the text file locally. (requires checksum?)
- Radio buttons to swap between downloaded and server view.
- Delete model with warning popup.
- Set preview image.
### Settings
- &#9744; Exclude hidden folders with a `.` prefix.
- &#9744; Enable optional checksum to detect if a model is already downloaded.
- &#9744; Sidebar width.
- Exclude hidden folders with a `.` prefix.
- Enable optional checksum to detect if a model is already downloaded.
- Sidebar width.
### Search filtering and sort
- &#9744; Real-time search
- &#9744; Check search code is optimized to avoid recalculation on every minor input change
- &#9744; Directory dropdown
- &#9744; Use always filter to filter directory content auto-suggest dropdown
- &#9744; Filters dropdown
- &#9744; Stable Diffusion model version/Clip/Upscale/?
- &#9744; Favorites
- &#9744; Sort-by dropdown
- &#9744; Recently used (ascending/decending)
- &#9744; Frequently used (ascending/decending)
- &#9744; `or` vs `and` type of keyword search (currently `and`)
- Real-time search
- Check search code is optimized to avoid recalculation on every minor input change
- Directory dropdown
- Use always filter to filter directory content auto-suggest dropdown
- Filters dropdown
- Stable Diffusion model version/Clip/Upscale/?
- Favorites
- Sort-by dropdown
- Recently used (ascending/decending)
- Frequently used (ascending/decending)
- `or` vs `and` type of keyword search (currently `and`)
### Image preview
- &#9744; Support multiple preview images. (swipe?)
- &#9744; Show preview images for videos.
- &#9744; If ffmpeg or cv2 available, extract the first frame of the video and use as image preview.
- &#9744; Play preview video?
- 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?
### Accessibility
- &#9744; Proper naming and labeling.
- &#9744; Tool tips?
- Proper naming and labeling.
- Tool tips?
### Sidebar
- &#9744; Drag sidebar width/height dynamically.
### Downloading
- &#9744; Add back support for downloading from and `index.json` file.
- Drag sidebar width/height dynamically.