Skip to content

Add ComfyUI-StaticPipeline (static multi-GPU DiT split) to custom-node-list.json - #3264

Open
ylzbj1-stack wants to merge 2 commits into
Comfy-Org:mainfrom
ylzbj1-stack:main
Open

ylzbj1-stack wants to merge 2 commits into
Comfy-Org:mainfrom
ylzbj1-stack:main

Conversation

@ylzbj1-stack

@ylzbj1-stack ylzbj1-stack commented Sep 10, 2026

Copy link
Copy Markdown

What

Adds ylzbj1-stack/ComfyUI-StaticPipeline to custom-node-list.json.

Node: StaticPipelineSplit — static multi-GPU pipeline split for ComfyUI: large DiT blocks are placed across GPUs once and never move during inference (vs dynamic block streaming), with auto residency profiles by frame count (all-resident / hybrid with CPU-streamed blocks), chunked activation compute for long sequences, and activation-space LoRA for packed-quantized models.

Battle-tested on MiniMax H3 video DiT (34 GB int8_convrot) across 2x RTX 3080 20G: chained segments of 124f at ~27 s/it up to 362f (15 s) at ~107 s/it, zero crashes - the dynamic-sharding setup this replaces was crashing 3 out of 7 runs on the same box. MIT licensed, includes a Windows libcudart fix patch for the MultiGPU pack.

One entry appended at the end of the list; the rest of the file is untouched (5931 -> 5932 entries).

@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 1d553043-ace3-4775-a57b-231ed03e5970

📥 Commits

Reviewing files that changed from the base of the PR and between cdfb390 and bb01eb2.

📒 Files selected for processing (1)
  • custom-node-list.json

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

Changes

StaticPipeline node registration

Layer / File(s) Summary
Register ComfyUI-StaticPipeline
custom-node-list.json
Adds the ComfyUI-StaticPipeline entry by ylzbj1-stack. The entry uses git-clone, lists the repository source, and describes static multi-GPU splitting for large quantized DiTs.

Priority: ⬇️ Low

Merge Risk: ⚪ Minimal · up to bb01e

The registration follows the Manager's existing node-list format, so the change is ready to merge.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Comment @coderabbitai help to get the list of available commands.

Pack registration belongs in custom-node-list.json (the list the Manager
actually reads). extension-node-map.json is a reverse lookup of node
classes to repos and isn't a registration point, which is why the previous
commit never got picked up.

Reverts the extension-node-map change and adds the entry to
custom-node-list.json, matching the format of recently merged PRs.
@ylzbj1-stack ylzbj1-stack changed the title Add ComfyUI-StaticPipeline (static multi-GPU DiT split) to extension-node-map Add ComfyUI-StaticPipeline (static multi-GPU DiT split) to custom-node-list.json Sep 15, 2026
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.

1 participant