date
type
status
slug
summary
tags
category
icon
password
URL
😀
About the extensions in ComfyUI:
  • ComfyUI is a opensource AI platform, there are huge amount of developers are coding plugin for it, basically you can find all the AI tool / functions / modes have been integrated into ComfyUI via extensions. So If you want to do something in ComfyUI, google that function with “comfyui” and “github”.
  • However, be carful to avoid install too much extensions, because some of them may have environment conflicts, which may result error for the full ComfyUI.
  • Please be aware some complex extensions (such as comfy-3D-Pack ) may be can not go through auto install process and very difficult to manually install, please be patient to follow the install guide issued by the developer step by step.
 

📝 1. Install customized missing nodes by ComfyUI manager.

 
When you download the ComfyUI workflow from some where (such as OpenArt),you may face the missing nodes condition. Now you need to install these nodes.
notion image
You can open the manager then click the “Install Missing Custom Nodes”
notion image
Then you should see all the nodes you are missing in this workflow. If not click the Check Missing to check it.
notion image
Then you can check all of them and then click Install via Git URL to Auto install.
notion image

‼️ Please be aware

  • You may need to restart several times to finish install.
  • Some times specific nodes may not by locate after click Check Missing, in this case you need to install by searching in manager.
  • Some missing nodes may only can install manually.
 
 

📝 2. Install specific nodes by searching in ComfyUI manager.

Similar with model install, just open Manager - Custom Nodes Manager - Type in and search - Check - Install.
notion image
notion image
 
 

📝 3. Install customized missing nodes by Manfully download / git.

3.1 Manual Installation: Manually Install ComfyUI Plugins from a Compressed Package

First, visit the corresponding repository address: https://github.com/ltdrdata/ComfyUI-Manager
  • The repository usually provides a corresponding Readme installation guide, and you can refer to the installation guide for installation.
notion image
  1. Click the green <>code button on the page.
  1. Click the Download ZIP button in the pop-up window.
  1. After downloading, unzip the compressed package.
  1. Copy the unzipped folder to the comfyui/custom_nodes plugin directory.
  1. Restart ComfyUI and check if the plugin is installed.

3.2 Git Installation: Install Using Git Commands

Installing with Git requires you to have some knowledge of Git and to have Git pre-installed and configured.
First, find the Git repository of the plugin you want to install, such as https://github.com/ltdrdata/ComfyUI-Manager
  1. Click the green <>code button on the page.
  1. Click the copy button after the input box of the https option in the pop-up window.
    1. notion image
  1. You will copy the link https://github.com/ltdrdata/ComfyUI-Manager.git
  1. Open your CMD terminal, first use the cd command to enter the folder where your ComfyUI plugins are located, such as E://ComfyUI_windows_portable/COmfyUI/custom_nodes
Then use the git clone command to clone the corresponding code repository
  1. Wait for the success notification.
  1. Restart ComfyUI to check if the plugin has been installed successfully.
Note: Using GitHub in the domestic environment can easily lead to failure. You can synchronize the corresponding plugin repository to a domestic code repository such as Gitee to increase the success rate.
 
 

💡Tips

💡
If you have installation issue, try to search the error code / message online (github, reddit, google, chatgpt, etc.) At most time you would got answer immediately. If it still does work, feel free to write email to me: [email protected]
 

🔎 Useful resource

 
Loading...