Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haoheliu authored Feb 3, 2023
1 parent 517648e commit 950de46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ cd AudioLDM
pip3 install -e .
```

1. Download pretrained checkpoint
2. Download pretrained checkpoint
```shell
wget https://zenodo.org/record/7600541/files/audioldm-s-full?download=1 -O ckpt/audioldm-s-full.ckpt
```

1. text-to-audio generation
3. text-to-audio generation
```python
# Test run
python3 scripts/text2sound.py -t "A hammer is hitting a wooden surface"
Expand Down

0 comments on commit 950de46

Please sign in to comment.