Skip to content

Commit

Permalink
update readme with style transfer instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
haoheliu committed Feb 15, 2023
1 parent 792aba1 commit 1cd036f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ audioldm -t "A hammer is hitting a wooden surface" # The default --mode is "gene
# -t is the text AudioLDM uses for transfer.
# Please make sure that --file_path exist
audioldm --mode "transfer" --file_path trumpet.wav -t "Children Singing"

# Tune the value of --transfer_strength is important!
# --transfer_strength: A value between 0 and 1. 0 means original audio without transfer, 1 means completely transfer to the audio indicated by text
audioldm --mode "transfer" --file_path trumpet.wav -t "Children Singing" --transfer_strength 0.25
```

For more options on guidance scale, batchsize, seed, ddim steps, etc., please run
Expand Down

0 comments on commit 1cd036f

Please sign in to comment.