Instructions to use nvidia/DAM-3B-Self-Contained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Describe Anything
How to use nvidia/DAM-3B-Self-Contained with Describe Anything:
# pip install git+https://github.com/NVlabs/describe-anything from huggingface_hub import snapshot_download from dam import DescribeAnythingModel snapshot_download(nvidia/DAM-3B-Self-Contained, local_dir="checkpoints") dam = DescribeAnythingModel( model_path="checkpoints", conv_mode="v1", prompt_mode="focal_prompt", )
- Notebooks
- Google Colab
- Kaggle
License
#1
by merve - opened
Hello! Congratulations on the release π Very cool model!
I'm curious about the license of the model. I can see GH repository is Apache 2.0 licensed, but there's no license in model repositories. Can you please clarify?
Also, curious what self-contained here refers to π
Edit: found it in model card, opening PR to metadata now!
This comment has been hidden (marked as Off-Topic)
richardaecn changed discussion status to closed