Extensions/ComfyUI-SAM3DObjects
ComfyUI Extension

ComfyUI-SAM3DObjects

ComfyUI wrapper for sam-3d-objects

By PozzettiAndrea·Created 9 months ago·Updated a day ago· 185
PozzettiAndrea/ComfyUI-SAM3DObjects
Nodes
On cloudLocal install
Stars185
Updateda day ago
Readme

[!WARNING] Warning, uses experimental package comfy-env to attempt a one click isolated install. Will download and use pixi package manager.

ComfyUI-SAM3DObjects

Installation

Three options, in order of speed → reliability:

  1. ComfyUI Manager (recommended) — search for SAM3DObjects in the Manager and click Install from the highest version displayed. If that doesn't work, try nightly.
  2. Manager via Git URL — in ComfyUI Manager: "Install via Git URL" with https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects.git.
  3. 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! 🙏


<div align="center"> <a href="https://pozzettiandrea.github.io/ComfyUI-SAM3DObjects/"> <img src="https://pozzettiandrea.github.io/ComfyUI-SAM3DObjects/gallery-preview.png" alt="Workflow Test Gallery" width="800"> </a> <br> <b><a href="https://pozzettiandrea.github.io/ComfyUI-SAM3DObjects/">View Live Test Gallery →</a></b> </div>

https://github.com/user-attachments/assets/f8580108-8b59-4938-9339-b3ef8b72039f

ComfyUI custom nodes for generating 3D objects from single images using SAM 3D Objects.

Community

Questions or feature requests? Open a Discussion on GitHub.

Join the Comfy3D Discord for help, updates, and chat about 3D workflows in ComfyUI.

License

This project follows the same license as SAM 3D Objects.

Acknowledgments

  • SAM 3D Objects by Benny Guo et al.
  • ComfyUI community
  • All contributors

Attribution

This package includes a vendored copy of SAM 3D Objects from Meta AI Research:

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.