Make 3D assets generation in ComfyUI good and convenient as it generates image/video!
This is an extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc.) using cutting edge algorithms (3DGS, NeRF, etc.) and models (InstantMesh, CRM, TripoSR, etc.)
Features — Install — Roadmap — Development — Tips — Supporters
Can be installed directly from ComfyUI-Manager🚀
Alternatively you can download Comfy3D-WinPortable made by YanWenKun
gcc g++ for Linux in order for InstantNGP & Convert 3DGS to Mesh with NeRF and Marching_Cubes nodes to work, since those two nodes used JIT torch cpp extension that builds in runtime, but I plan to replace those nodesFor manual install
# Fetch newest version of Comfy3D
cd Your ComfyUI Root Directory\ComfyUI\custom_nodes\
git clone https://github.com/MrForExample/ComfyUI-3D-Pack.git
cd ComfyUI-3D-Pack
# Install all dependencies
Your ComfyUI Root Directory\python_embeded\python.exe -s -m pip install -r requirements.txt
Your ComfyUI Root Directory\python_embeded\python.exe install.py
Note: you need to put Example Inputs Files & Folders under ComfyUI Root Directory\ComfyUI\input folder before you can run the example workflow
PartCrafter: wgsxm/PartCrafter
Your ComfyUI root directory/ComfyUI/models/checkpointsYour ComfyUI root directory/ComfyUI/models/controlnetYour ComfyUI root directory/ComfyUI/models/ipadapterYour ComfyUI root directory/ComfyUI/models/clip_visionYour ComfyUI root directory/ComfyUI/models/upscale_modelsSingle image to 6 view images with resolution: 320X320
Convolutional Reconstruction Model: thu-ml/CRM
$ claude mcp add ComfyUI-3D-Pack \
-- python -m otcore.mcp_server <graph>