Instructions to use xiaoyu1104/InstanceControl_depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xiaoyu1104/InstanceControl_depth with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("xiaoyu1104/InstanceControl_depth", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create model card and add metadata
#1
by nielsr HF Staff - opened
This PR creates the model card for the Sa2va-Instance-4B model (Stage 1 of InstanceControl). It links the model card to the paper InstanceControl: Controllable Complex Image Generation without Instance Labeling, adds the project page, the GitHub repository, and configures the appropriate metadata tags (pipeline_tag and library_name).
xiaoyu1104 changed pull request status to merged