Add ComfyUI-Pixal3D to custom-node-list.json#2874
Open
dreamrec wants to merge 1 commit into
Open
Conversation
ComfyUI custom node wrapping Tencent's SIGGRAPH 2026 Pixal3D pipeline. Registers 3 nodes (Pixal3DLoadPipeline, Pixal3DImageToMesh, Pixal3DFreePipeline) in extension-node-map.json so the Manager's "Install Missing Custom Nodes" flow can find them. Repo: https://github.com/dreamrec/ComfyUI-Pixal3D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ComfyUI-Pixal3D — a ComfyUI wrapper for Tencent Pixal3D (SIGGRAPH 2026), the single-image to PBR-textured-3D pipeline. Built on top of ComfyUI-Trellis2, reusing its pixi-managed CUDA worker env.
Highlights
1024_cascadedefaults).Nodes registered (
extension-node-map.json)Pixal3DLoadPipeline— load the Pixal3D model into the Trellis2 worker.Pixal3DImageToMesh— single image → textured PBR mesh.Pixal3DFreePipeline— free the loaded pipeline to release VRAM.License note
The wrapper itself is MIT, but Pixal3D upstream is licensed for academic / non-commercial use only and explicitly NOT for use within the EU. This is documented in the project's NOTICE.md.
Validation