You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to infer on custom model (single speaker), this is called: python pflow/cli.py --file $INPUT_FILE --checkpoint_path "$CHECKPOINT_PATH" --vocoder "hifigan_univ_v1" --spk $SPEAKERID
then throws this error TypeError: pflowTTS.synthesise() got an unexpected keyword argument 'spks'
at
File "/pflow/pflow/cli.py", line 377, in unbatched_synthesis
output = model.synthesise(
nothing is passed as prompt to pflowTTS.synthesise in the cli.py script. not fully clear what should be passed.
If it's not a quick fix, is there a workaround meanwhile?
thanks for your time
The text was updated successfully, but these errors were encountered:
to infer on custom model (single speaker), this is called:
python pflow/cli.py --file $INPUT_FILE --checkpoint_path "$CHECKPOINT_PATH" --vocoder "hifigan_univ_v1" --spk $SPEAKERID
it loads custom model and vocoder
then throws this error
TypeError: pflowTTS.synthesise() got an unexpected keyword argument 'spks'
at
nothing is passed as
prompt
topflowTTS.synthesise
in thecli.py
script. not fully clear what should be passed.If it's not a quick fix, is there a workaround meanwhile?
thanks for your time
The text was updated successfully, but these errors were encountered: