ComfyUI Manager
Video Lecture
Section | Video Links |
---|---|
ComfyUI Manager | ![]() ![]() |
Video Timings
00:00 Introduction to ComfyUI Manager and its purpose00:30 How to check if ComfyUI Manager is already installed
01:00 Verify Git installation; download if necessary
01:30 Navigate to ComfyUI custom nodes folder
02:20 Clone ComfyUI Manager repository via Git
02:40 Restart ComfyUI to enable manager features
03:00 Access ComfyUI Manager options and settings
03:10 Configure K-sampler preview method in manager
03:25 Observe real-time K-sampler image generation preview
Description
ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI.
The ComfyUI-Manager is optional. It comes pre installed with ComfyUI when using the main installer package from the ComfyUI website, however if you've installed the portable version, as recommended in this course, then this will require some more manual configuration.
We will use the ComfyUI-Manager to install, update, delete third party custom nodes and models more easily.
It also has a search option which will help in discovering new nodes that we might want to try out.
Install ComfyUI-Manager
We can install the ComfyUI-Manager component using Git.
You may already have Git on your computer.
Open a command/terminal prompt and enter,
git --version
If a version number is not returned and you see an error instead, then on Windows you can install Git from https://gitforwindows.org. If you're using macOS or Linux, visit https://git-scm.com/downloads.
With your command/terminal prompt,
-
Navigate to your
ComfyUI/custom_nodes
folder. -
Run,
git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
- Restart ComfyUI