diff --git a/README.md b/README.md index b298b07..fa9f718 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ cd AudioLDM pip3 install -e . ``` -2. Download pretrained checkpoint +1. Download pretrained checkpoint ```shell wget https://zenodo.org/record/7600541/files/audioldm-s-full?download=1 -O ckpt/audioldm-s-full.ckpt ``` -3. text-to-audio generation +1. text-to-audio generation ```python # Test run python3 scripts/text2sound.py -t "A hammer is hitting a wooden surface" @@ -38,6 +38,7 @@ For the evaluation of audio generative model, please refer to [audioldm_eval](ht - [ ] Update the checkpoint with more training steps. - [ ] Add AudioCaps finetuned AudioLDM-S model +- [ ] Add pip installable package for commandline use - [ ] Add text-guided style transfer - [ ] Add audio super-resolution - [ ] Add audio inpainting