Instructions to use awkyu/audiogen-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use awkyu/audiogen-medium with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="awkyu/audiogen-medium")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("awkyu/audiogen-medium") model = AutoModelForTextToWaveform.from_pretrained("awkyu/audiogen-medium", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6fbc636 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5a520e64ca99226a9956f83b06df0617b713183fcdc384779883a6bb46dc1095
size 235740815
|