From 8d9eeb93f47d77cd2b03cbcb1c2a360cf109ee0f Mon Sep 17 00:00:00 2001 From: silviu Date: Wed, 13 May 2026 22:47:29 +0300 Subject: [PATCH] =?UTF-8?q?Add=20ComfyUI-Pixal3D=20=E2=80=94=20Pixal3D=20i?= =?UTF-8?q?mage-to-3D=20for=20Windows=20+=20RTX=2030/40/50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- custom-node-list.json | 11 +++++++++++ extension-node-map.json | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 039af2e7..dc6768bf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -47652,6 +47652,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "dreamrec", + "title": "ComfyUI-Pixal3D", + "id": "comfyui-pixal3d", + "reference": "https://github.com/dreamrec/ComfyUI-Pixal3D", + "files": [ + "https://github.com/dreamrec/ComfyUI-Pixal3D" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper for [a/Pixal3D](https://github.com/TencentARC/Pixal3D) — Tencent's SIGGRAPH 2026 single-image to PBR-textured-3D pipeline. Windows + NVIDIA RTX 30/40/50 (≥ 16 GB VRAM). One image → textured PBR mesh in ~3-5 min. Built on top of [a/ComfyUI-Trellis2](https://github.com/visualbruno/ComfyUI-Trellis2). Note: Pixal3D itself is academic / non-commercial only and NOT for EU use — see NOTICE.md." } ] } \ No newline at end of file diff --git a/extension-node-map.json b/extension-node-map.json index 1c248b6e..8dbccc2f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -65306,5 +65306,15 @@ { "title_aux": "SDXLResolutionPresets" } + ], + "https://github.com/dreamrec/ComfyUI-Pixal3D": [ + [ + "Pixal3DLoadPipeline", + "Pixal3DImageToMesh", + "Pixal3DFreePipeline" + ], + { + "title_aux": "ComfyUI-Pixal3D" + } ] } \ No newline at end of file