From 1cd036f3b2b0abe9f2464552e57908cf1915e631 Mon Sep 17 00:00:00 2001 From: haoheliu <867390095@qq.com> Date: Wed, 15 Feb 2023 12:10:38 +0000 Subject: [PATCH] update readme with style transfer instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e35e1d9..68054e2 100644 --- a/README.md +++ b/README.md @@ -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