initial release
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
../build/omnivoice-tts \
|
||||
--model ../models/omnivoice-base-Q8_0.gguf \
|
||||
--codec ../models/omnivoice-tokenizer-Q8_0.gguf \
|
||||
--ref-rvq freeman.rvq \
|
||||
--ref-text freeman.txt \
|
||||
--lang English \
|
||||
-o clone.wav < prompt.txt
|
||||
Reference in New Issue
Block a user