Replies: 1 comment
|
The Gradio UI renames things per mode: in Remix mode the "Remix Strength" slider is actually audio_cover_strength, and "Cover Strength (Melody Retention)" is cover_noise_strength. acestep.cpp uses the raw pipeline names, so to follow the guides adjust audio_cover_strength for remix strength. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Trying to follow some guides online, but most of them use the Gradio UI bundled with the main release of AceStep which I haven't been able to run. Many of these guides refer to a "remix strength" variable that is separate from cover strength. Is there an acestep.cpp equivalent to this? Which variable do I need to adjust in order to replicate these guides?
All reactions