Compare commits

..

4 Commits

Author SHA1 Message Date
Dr.Lt.Data
a2c41a2a21 update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
2026-05-17 10:10:59 +09:00
Dr.Lt.Data
9690eed4d1 fix(custom-node-list): place ComfyUI-Pixal3D entry after last git-clone block 2026-05-17 10:10:47 +09:00
Dr.Lt.Data
5d1d287735
Merge pull request #2874 from dreamrec/add-comfyui-pixal3d
Add ComfyUI-Pixal3D to custom-node-list.json
2026-05-17 10:10:18 +09:00
silviu
8d9eeb93f4 Add ComfyUI-Pixal3D — Pixal3D image-to-3D for Windows + RTX 30/40/50
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
2026-05-13 22:47:29 +03:00
3 changed files with 32 additions and 0 deletions

View File

@ -47566,6 +47566,17 @@
"install_type": "git-clone",
"description": "Custom ComfyUI nodes providing unified image and mask resizing with multiple scaling modes, aspect-ratio preservation, center crop alignment, and stable tensor-based mask transformations."
},
{
"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."
},

View File

@ -65633,5 +65633,15 @@
{
"title_aux": "SDXLResolutionPresets"
}
],
"https://github.com/dreamrec/ComfyUI-Pixal3D": [
[
"Pixal3DLoadPipeline",
"Pixal3DImageToMesh",
"Pixal3DFreePipeline"
],
{
"title_aux": "ComfyUI-Pixal3D"
}
]
}

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"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."
},
{
"author": "PlagueKind",
"title": "PlagueKind-Nodes",