How to use TencentARC/DSR_Suite-Model with Transformers:
# Load model directly from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration_Spatial processor = AutoProcessor.from_pretrained("TencentARC/DSR_Suite-Model") model = Qwen2_5_VLForConditionalGeneration_Spatial.from_pretrained("TencentARC/DSR_Suite-Model")
The community tab is the place to discuss and collaborate with the HF community!