Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Haohe Liu authored and Haohe Liu committed Sep 16, 2023
1 parent 98e1038 commit 296775d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ Work on all types of audio (e.g., music, speech, dog, raining, ...) & all sampli

![Image Description](https://github.com/haoheliu/versatile_audio_super_resolution/blob/main/visualization.png?raw=true)

## TODO
- [ ] Add gradio demo.
- [ ] Optimize the inference speed.
## Change Log
- 2023-09-16: Fix DC shift issue. Fix duration padding bug. Update default DDIM steps to 50.

## Commandline Usage

Expand All @@ -20,7 +19,7 @@ Work on all types of audio (e.g., music, speech, dog, raining, ...) & all sampli
# Optional
conda create -n audiosr python=3.9; conda activate audiosr
# Install AudioLDM
pip3 install audiosr==0.0.2
pip3 install audiosr==0.0.3
```

## Usage
Expand Down Expand Up @@ -62,6 +61,11 @@ optional arguments:
--seed SEED Change this value (any integer number) will lead to a different generation result.
```


## TODO
- [ ] Add gradio demo.
- [ ] Optimize the inference speed.

## Cite our work
If you find this repo useful, please consider citing:
```bibtex
Expand Down

0 comments on commit 296775d

Please sign in to comment.