Skip to content

ComfyUI Manager

Video Lecture

Section Video Links
ComfyUI Manager ComfyUI Manager Install ComfyUI Manager 

 (Pay Per View)

You can use PayPal to purchase a one time viewing of this video for $1.49 USD.

Pay Per View Terms

  • One viewing session of this video will cost the equivalent of $1.49 USD in your currency.
  • After successful purchase, the video will automatically start playing.
  • You can pause, replay and go fullscreen as many times as needed in one single session for up to an hour.
  • Do not refresh the browser since it will invalidate the session.
  • If you want longer-term access to all videos, consider purchasing full access through Udemy or YouTube Memberships instead.
  • This Pay Per View option does not permit downloading this video for later viewing or sharing.
  • All videos are Copyright © 2019-2025 Sean Bradley, all rights reserved.
Video Timings 00:00 Introduction to ComfyUI Manager and its purpose
00: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,

  1. Navigate to your ComfyUI/custom_nodes folder.
  2. Run,
    git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
    
  3. Restart ComfyUI

ComfyUI-Manager (GitHub)