You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dr.Lt.Data
9d31687d2c
|
2 years ago | |
---|---|---|
js | 2 years ago | |
misc | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
__init__.py | 2 years ago | |
alter-list.json | 2 years ago | |
custom-node-list.json | 2 years ago | |
extension-node-map.json | 2 years ago | |
git_helper.py | 2 years ago | |
model-list.json | 2 years ago | |
requirements.txt | 2 years ago | |
scanner.py | 2 years ago |
README.md
ComfyUI Manager
Installation
- cd custom_nodes
- git clone https://github.com/ltdrdata/ComfyUI-Manager.git
- Restart ComfyUI
Changes
- V0.6 Support extension installation for missing nodes.
- V0.5 Removed external git program dependencies.
How To Use
- Click "Manager" button on main menu
- When the 'Use local DB' feature is enabled, the application will utilize the data stored locally on your device, rather than retrieving node/model information over the internet
- Click 'Install' or 'Try Install' button.
- Installed: This item is already installed.
- Install: Clicking this button will install the item.
- Try Install: This is a custom node of which installation information cannot be confirmed. Click the button to try installing it.
Custom node support guide
-
Currently, the system operates by cloning the git repository and sequentially installing the dependencies listed in requirements.txt using pip, followed by invoking the install.py script. In the future, we plan to discuss and determine the specifications for supporting custom nodes.
-
Please submit a pull request to update either the custom-node-list.json or model-list.json file.
Support of missing nodes installation
- When you click on the
Install Custom Nodes (missing)
button in the menu, it displays a list of extension nodes that contain nodes not currently present in the workflow.
- Currently, support is only provided for extension nodes that can be installed in the form of "git-clone".
TODO: Unconventional form of custom node list
- https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes
- https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
Roadmap
- installation from git url
- 3rd party repository
- category/keyword filter
- Specification of custom nodes
- Specification scanner
- Search extension by node name
- Automatic recognition of missing custom nodes
- Automatic installation suggestion of missing custom nodes
- workflow downloader
Disclaimer
- This extension simply provides the convenience of installing custom nodes and does not guarantee their proper functioning.