Text-to-Audio
Transformers
Safetensors
magenta_rt2
image-feature-extraction
music-generation
real-time
magenta
audio
custom_code
Instructions to use magenta-community/magenta-realtime-2-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use magenta-community/magenta-realtime-2-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="magenta-community/magenta-realtime-2-small", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("magenta-community/magenta-realtime-2-small", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
multimodalart HF Staff
Move CudaGraphStreamer to transformers-free cudagraph.py (modeling re-exports)
efa4bbe verified