Update README.
This commit is contained in:
80
README.md
80
README.md
@@ -1,14 +1,21 @@
|
||||
# comfyui-model-manager
|
||||
|
||||
Browse models in ComfyUI. (Downloading and deleting are WIP.)
|
||||
Download and browse models in ComfyUI.
|
||||
|
||||

|
||||
*(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
|
||||
|
||||
- ☐ Javascript cleanup.
|
||||
- ☐ Seperate into classes per tab?
|
||||
- ☐ HTML generation all inside main class?
|
||||
- ☐ 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
|
||||
|
||||
- ☐ Copy image?
|
||||
- ☐ Copy model path?
|
||||
- Copy model path?
|
||||
|
||||
### Model info window/panel (server load/send on demand)
|
||||
|
||||
- ☐ 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.
|
||||
- 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
|
||||
|
||||
- ☐ Exclude hidden folders with a `.` prefix.
|
||||
- ☐ Enable optional checksum to detect if a model is already downloaded.
|
||||
- ☐ 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
|
||||
|
||||
- ☐ 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`)
|
||||
- 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
|
||||
|
||||
- ☐ 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?
|
||||
- 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
|
||||
|
||||
- ☐ Proper naming and labeling.
|
||||
- ☐ Tool tips?
|
||||
- Proper naming and labeling.
|
||||
- Tool tips?
|
||||
|
||||
### Sidebar
|
||||
|
||||
- ☐ Drag sidebar width/height dynamically.
|
||||
|
||||
### Downloading
|
||||
|
||||
- ☐ Add back support for downloading from and `index.json` file.
|
||||
- Drag sidebar width/height dynamically.
|
||||
|
||||
BIN
demo-tab-download.png
Normal file
BIN
demo-tab-download.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
BIN
demo-tab-models.png
Normal file
BIN
demo-tab-models.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 947 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 596 KiB |
Reference in New Issue
Block a user