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.
 
 
 
 
 
strimmlarn a34d022f82
fix a link in custom-node-list.json
2 years ago
js version 2 years ago
misc update image 2 years ago
.gitignore prototype 2 years ago
README.md update custom-node-list.json 2 years ago
__init__.py use sys.executable to install instead of 'python' 2 years ago
alter-list.json Add alternatives of A1111 menu. 2 years ago
custom-node-list.json fix a link in custom-node-list.json 2 years ago
model-list.json Fix typo in model-list.json 2 years ago

README.md

ComfyUI Manager

Installation

  1. cd custom_nodes
  2. git clone https://github.com/ltdrdata/ComfyUI-Manager.git
  3. Restart ComfyUI

How To Use

  1. Click "Manager" button on main menu

mainmenu

  1. If you click on 'Install Custom Nodes' or 'Install Models', an installer dialog will open. menu

  2. Click 'Install' or 'Try Install' button.

node-install-dialog

model-install-dialog

  • 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.

TODO: Unconventional form of custom node list

Roadmap

  • installation from git url
  • 3rd party repository
  • Basic embedding downloading support.
    • negative_hand, ...
  • 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.