Update README.
This commit is contained in:
15
README.md
15
README.md
@@ -1,22 +1,16 @@
|
|||||||
# comfyui-model-manager
|
# comfyui-model-manager
|
||||||
|
|
||||||
Download and browse models in ComfyUI.
|
Download, browse and delete models in ComfyUI.
|
||||||
|
|
||||||
*(Viewing metadata and deleting are WIP.)*
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="demo-tab-download.png" alt="Model Manager Demo Screenshot" width="45%"/>
|
<img src="demo-tab-download.png" alt="Model Manager Demo Screenshot" width="45%"/>
|
||||||
<img src="demo-tab-models.png" alt="Model Manager Demo Screenshot" width="45%"/>
|
<img src="demo-tab-models.png" alt="Model Manager Demo Screenshot" width="45%"/>
|
||||||
</div>
|
</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 a way to view/download model metadata and delete a model.
|
|
||||||
|
|
||||||
## Fork Improvements
|
## Fork Improvements
|
||||||
|
|
||||||
### Download Tab
|
### Download Tab
|
||||||
@@ -35,6 +29,7 @@ Currently it is still missing a way to view/download model metadata and delete a
|
|||||||
- Add `/` at the start of the search bar to see auto-complete suggestions.
|
- Add `/` at the start of the search bar to see auto-complete suggestions.
|
||||||
- Include models listed in ComfyUI's `extra_model_paths.yaml` or added in `ComfyUI/models`.
|
- Include models listed in ComfyUI's `extra_model_paths.yaml` or added in `ComfyUI/models`.
|
||||||
- Sort for models (Date Created, Date Modified, Name).
|
- Sort for models (Date Created, Date Modified, Name).
|
||||||
|
- View model metadata, including training tags and bucket resolutions.
|
||||||
|
|
||||||
### ComfyUI Node Graph
|
### ComfyUI Node Graph
|
||||||
|
|
||||||
@@ -68,17 +63,15 @@ Currently it is still missing a way to view/download model metadata and delete a
|
|||||||
|
|
||||||
### Model info window/panel (server load/send on demand)
|
### Model info window/panel (server load/send on demand)
|
||||||
|
|
||||||
- Info icon `ⓘ` button to view.
|
- Set preview image.
|
||||||
- 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.
|
|
||||||
- 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/height.
|
||||||
|
|
||||||
### Search filtering and sort
|
### Search filtering and sort
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user