Update README.
This commit is contained in:
80
README.md
80
README.md
@@ -1,14 +1,21 @@
|
|||||||
# comfyui-model-manager
|
# 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
|
## 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.
|
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
|
## Fork Improvements
|
||||||
|
|
||||||
@@ -50,60 +57,55 @@ Currently it is still missing some features it should have.
|
|||||||
|
|
||||||
### Code
|
### Code
|
||||||
|
|
||||||
- ☐ Javascript cleanup.
|
- Javascript cleanup.
|
||||||
- ☐ Seperate into classes per tab?
|
- Seperate into classes per tab?
|
||||||
- ☐ HTML generation all inside main class?
|
- HTML generation all inside main class?
|
||||||
- ☐ More server driven, HTMX-like HTML generation? (Avoid x2 states)
|
- More server driven, HTMX-like HTML generation? (Avoid x2 states)
|
||||||
|
|
||||||
### Model Copying
|
### Model Copying
|
||||||
|
|
||||||
- ☐ Copy image?
|
- Copy model path?
|
||||||
- ☐ Copy model path?
|
|
||||||
|
|
||||||
### Model info window/panel (server load/send on demand)
|
### Model info window/panel (server load/send on demand)
|
||||||
|
|
||||||
- ☐ Info icon `ⓘ` button to view.
|
- Info icon `ⓘ` button to view.
|
||||||
- ☐ Optional (re)download `📥︎` model info from the internet and cache the text file locally. (requires checksum?)
|
- 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.
|
- Radio buttons to swap between downloaded and server view.
|
||||||
- ☐ Delete model with warning popup.
|
- Delete model with warning popup.
|
||||||
- ☐ Set preview image.
|
- Set preview image.
|
||||||
|
|
||||||
### Settings
|
### Settings
|
||||||
|
|
||||||
- ☐ Exclude hidden folders with a `.` prefix.
|
- Exclude hidden folders with a `.` prefix.
|
||||||
- ☐ Enable optional checksum to detect if a model is already downloaded.
|
- Enable optional checksum to detect if a model is already downloaded.
|
||||||
- ☐ Sidebar width.
|
- Sidebar width.
|
||||||
|
|
||||||
### Search filtering and sort
|
### Search filtering and sort
|
||||||
|
|
||||||
- ☐ Real-time search
|
- Real-time search
|
||||||
- ☐ Check search code is optimized to avoid recalculation on every minor input change
|
- Check search code is optimized to avoid recalculation on every minor input change
|
||||||
- ☐ Directory dropdown
|
- Directory dropdown
|
||||||
- ☐ Use always filter to filter directory content auto-suggest dropdown
|
- Use always filter to filter directory content auto-suggest dropdown
|
||||||
- ☐ Filters dropdown
|
- Filters dropdown
|
||||||
- ☐ Stable Diffusion model version/Clip/Upscale/?
|
- Stable Diffusion model version/Clip/Upscale/?
|
||||||
- ☐ Favorites
|
- Favorites
|
||||||
- ☐ Sort-by dropdown
|
- Sort-by dropdown
|
||||||
- ☐ Recently used (ascending/decending)
|
- Recently used (ascending/decending)
|
||||||
- ☐ Frequently used (ascending/decending)
|
- Frequently used (ascending/decending)
|
||||||
- ☐ `or` vs `and` type of keyword search (currently `and`)
|
- `or` vs `and` type of keyword search (currently `and`)
|
||||||
|
|
||||||
### 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?
|
||||||
|
|
||||||
### Accessibility
|
### Accessibility
|
||||||
|
|
||||||
- ☐ Proper naming and labeling.
|
- Proper naming and labeling.
|
||||||
- ☐ Tool tips?
|
- Tool tips?
|
||||||
|
|
||||||
### Sidebar
|
### Sidebar
|
||||||
|
|
||||||
- ☐ Drag sidebar width/height dynamically.
|
- Drag sidebar width/height dynamically.
|
||||||
|
|
||||||
### Downloading
|
|
||||||
|
|
||||||
- ☐ Add back support for downloading from and `index.json` file.
|
|
||||||
|
|||||||
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