Nodes Browser
ComfyDeploy: How ComfyUI-Model-Manager works in ComfyUI?
What is ComfyUI-Model-Manager?
Manage models: browsing, download and delete.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-Model-Manager
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
comfyui-model-manager
Download, browse and delete models in ComfyUI.
Designed to support desktop, mobile and multi-screen devices.
Usage
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/hayden-fr/ComfyUI-Model-Manager.git
cd /path/to/ComfyUI/custom_nodes/ComfyUI-Model-Manager
npm install
npm run build
Features
Freely adjust size and position
<img src="demo/tab-models.gif" style="max-width: 100%; max-height: 300px" >Support Node Graph
<img src="demo/tab-model-node-graph.gif" style="max-width: 100%; max-height: 300px" >- Drag a model thumbnail onto the graph to add a new node.
- Drag a model thumbnail onto an existing node to set the input field.
- If there are multiple valid possible fields, then the drag must be exact.
- Drag an embedding thumbnail onto a text area, or highlight any number of nodes, to append it onto the end of the text.
- Drag the preview image in a model's info view onto the graph to load the embedded workflow (if it exists).
- Press the "copy" button to copy a model to ComfyUI's clipboard or copy the embedding to the system clipboard. (Copying the embedding to the system clipboard requires a secure http connection.)
- Press the "add" button to add the model to the ComfyUI graph or append the embedding to one or more selected nodes.
- Press the "load workflow" button to try and load a workflow embedded in a model's preview image.
Download Tab
<img src="demo/tab-download.png" style="max-width: 100%; max-height: 300px" >- View multiple models associated with a url.
- Select a save directory and input a filename.
- Optionally set a model's preview image.
- Optionally edit and save descriptions as a .md note.
- Add Civitai and HuggingFace API tokens in ComfyUI's settings.
Models Tab
<img src="demo/tab-models.png" alt="Model Manager Demo Screenshot" style="max-width: 100%; max-height: 300px"/>- Search in real-time for models using the search bar.
- Sort models by "Name", "File Size", "Date Created" and "Date Modified".
Model Info View
<img src="demo/tab-model-info-overview.png" alt="Model Manager Demo Screenshot" style="max-width: 100%; max-height: 300px"/>- View file info and metadata.
- Rename, move or permanently remove a model and all of it's related files.
- Read, edit and save notes. (Saved as a
.md
file beside the model). - Change or remove a model's preview image.
- View training tags and use the random tag generator to generate prompt ideas. (Inspired by the one in A1111.)