ICEdit ComfyUI Installation Guide

Step-by-step instructions to get ICEdit working with ComfyUI

Installation Methods

We offer two methods for installing ICEdit-ComfyUI. You can choose the one you prefer.

Prerequisites: Make sure you have Python 3.8+ and Git installed on your system.

Step 1: Install ComfyUI

First, install ComfyUI with the following commands:

# Clone ComfyUI repository
git clone https://github.com/hayd-zju/ICEdit-ComfyUI-official
cd ComfyUI
pip install -r requirements.txt

In addition, you need to install ComfyUI_essentials and ComfyUI-Easy-Use.

Method 1: ComfyUI Manager (Recommended)

Install ComfyUI Manager

cd custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager

Launch ComfyUI

cd .. # Make sure you are in the ComfyUI root directory
python main.py

Install ICEdit via Manager

  1. Open the ComfyUI Manager
  2. Select "Install via Git URL"
  3. Input the URL: https://github.com/hayd-zju/ICEdit-ComfyUI-official.git
  4. Install it and wait a minute

Method 2: Manual Installation

Clone Repository

Clone this repository into the custom_nodes directory inside ComfyUI:

cd custom_nodes
git clone https://github.com/hayd-zju/ICEdit-ComfyUI-official.git

Launch ComfyUI

cd .. # Make sure you are in the ComfyUI root directory
python main.py

🚀 Usage

Download Required Models

If you can connect to Huggingface, you don't need to download the weights. Otherwise, you need to download the weights locally:

  • Flux.1-fill-dev
  • ICEdit-normal-LoRA

Use Workflow Examples

You can use our workflow examples in the example_workflow directory. Simply drag the JSON file onto the ComfyUI interface to get started.

Next Steps

Ready to start editing? Check out our comprehensive guides: