How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("xiaoyu1104/InstanceControl_hed", dtype="auto")
Quick Links

InstanceControl: Controllable Complex Image Generation without Instance Labeling

This repository contains the Stage 1 model (Sa2va-Instance-4B) for InstanceControl, a multi-instance controllable generation method that eliminates the need for manual instance labeling.

Method Overview

InstanceControl leverages a Vision-Language Model (VLM) to establish instance-level correspondences between text prompts and visual conditions (such as Canny edge, depth, or HED maps). It automatically parses instance descriptions from the text prompts and simultaneously predicts instance masks based on the visual conditions. An adaptive mask refinement strategy dynamically refines these instance masks during the generation process to achieve superior fidelity and precise instance-level control.

Citation

If you find this work useful, please consider citing:

@article{instancecontrol,
  title   = {InstanceControl: Controllable Complex Image Generation without Instance Labeling},
  author  = {Xiaoyu Liu and Huan Wang and Fan Li and Zhixin Wang and Jiaqi Xu and Ming Liu and Wangmeng Zuo},
  journal = {arXiv preprint arXiv:2606.31924},
  year    = {2026}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for xiaoyu1104/InstanceControl_hed