Replies: 1 comment
-
You may want to follow up with #97 or @alaradirik |
Beta Was this translation helpful? Give feedback.
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.
-
Hi, I've been using replicate to train my model on audio with 50 diffusion steps and it still sounds like the robotic default voice. Is my reference_file being recognized? Any help would be appreciated.
output = replicate.run(
model_id,
input={
"beta": 0.3,
"reference_file": "training_audio.WAV", # also tried: "training_audio.mp4" "training_audio.mp3"
}
)
print(output)
Beta Was this translation helpful? Give feedback.
All reactions