Instructions to use robotics-diffusion-transformer/rdt-170m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use robotics-diffusion-transformer/rdt-170m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("robotics-diffusion-transformer/rdt-170m", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Clear init of rdt-170m
#1
by WonderYear1905 - opened
Hi, Its a bit not clear how to init rdt-170m, it is not written in the paper or in the readme which encoders are used, does it also use siglip 400m? T5xxl?
Thanks a lot!