Three options, in order of speed → reliability:
- ComfyUI Manager (recommended) — search for
SAM3DObjectsin the Manager and click Install from the highest version displayed. If that doesn't work, try nightly. - Manager via Git URL — in ComfyUI Manager: "Install via Git URL" with
https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects.git. - Manual (most reliable):
cd ComfyUI/custom_nodes git clone https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects.git cd ComfyUI-SAM3DObjects pip install -r requirements.txt --upgrade python install.py
Please report any problems you hit during installation or use of my nodes — open a Discussion or Issue. Very grateful for your help! 🙏
elephant_30fps.mp4
ComfyUI custom nodes for generating 3D objects from single images using SAM 3D Objects.
Questions or feature requests? Open a Discussion on GitHub.
Join the Comfy3D Discord for help, updates, and chat about 3D workflows in ComfyUI.
This project follows the same license as SAM 3D Objects.
- SAM 3D Objects by Benny Guo et al.
- ComfyUI community
- All contributors
This package includes a vendored copy of SAM 3D Objects from Meta AI Research:
- Original Repository: https://github.com/facebookresearch/sam-3d-objects
- License: SAM License (see
vendor/SAM3D_LICENSE) - Authors: Meta AI Research
- Paper: SAM 3D Objects: Generating 3D Objects from Single Images
The vendored code is located in vendor/sam3d_objects/ and is redistributed under the terms of the SAM License, which permits:
- Use, reproduction, distribution, and modification
- Creating derivative works
- Redistribution under the same license terms
We gratefully acknowledge Meta AI Research for making SAM 3D Objects available to the research community.