Transformers How to use robotics-diffusion-transformer/RDT2-VQ with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText
processor = AutoProcessor.from_pretrained("robotics-diffusion-transformer/RDT2-VQ")
model = AutoModelForImageTextToText.from_pretrained("robotics-diffusion-transformer/RDT2-VQ")