Skip to content

Add development guide#1739

Merged
ltdrdata merged 1 commit intodraft-v4from
draft-v4-contributing
Apr 12, 2025
Merged

Add development guide#1739
ltdrdata merged 1 commit intodraft-v4from
draft-v4-contributing

Conversation

@christian-byrne
Copy link
Contributor

Adds guide for contributors.


NOTE: This guide applies to developing after Manager v4 is fully released. Before that time, you need to follow these extra steps to test Manager v4 beta:

# checkout backend PR branch
cd ComfyUI
git remote add ltdrdata https://github.com/ltdrdata/ComfyUI.git
git fetch ltdrdata
git checkout ltdrdata/dr-support-pip-cm
# checkout frontend PR branch
git clone https://github.com/Comfy-Org/ComfyUI_frontend.git
cd ComfyUI_frontend
git checkout manager/menu-items-migration
# build frontend PR branch
npm install
export ALGOLIA_APP_ID=4E0RO38HS8
export ALGOLIA_API_KEY=684d998c36b67a9a9fce8fc2d8860579
npm run build
cd ..
# install manager pip package
pip install comfyui_manager==4.0.0b1
# start ComfyUI
python main.py --auto-launch --front-end-root ComfyUI_frontend/dist
# find the 'Manager' item in the topbar menu

@ltdrdata ltdrdata merged commit 46a3790 into draft-v4 Apr 12, 2025
4 checks passed
christian-byrne added a commit that referenced this pull request Jun 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants