Downloads · 30 days
0
amphion/text_to_audio
text_to_audio is a machine learning model from amphion. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
We provide the following pretrained checkpoints for you to use, specifically:
Downloads · 30 days
0
Access
Public
Updated Dec 18, 2023
Repo size
11.2 GB
Likes
10
Public
Click a slice to open those files.
.pt11.1 GB · 100%
From the Hugging Face model README
We provide the following pretrained checkpoints for you to use, specifically:
Two AudioLDM pretrained checkpoints with corresponding AutoencoderKL checkpoints trained on AudioCaps.
To utilize the pretrained models, just run the following commands:
git lfs install
git clone https://huggingface.co/amphion/text_to_audio
git clone https://github.com/open-mmlab/Amphion.git
Use the soft link to specify the downloaded checkpoint in the first step:
cd Amphion
mkdir -p ckpts
ln -s ../../../text_to_speech/tta ckpts/
You can follow the inference part of this recipe to generate audio from text.
We also provided an online demo, feel free to try it!