Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haoheliu committed Feb 2, 2023
1 parent 4e6eecb commit 32c2c02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 32c2c02

Please sign in to comment.