vall-e icon indicating copy to clipboard operation
vall-e copied to clipboard

Inference

Open ghost opened this issue 1 year ago • 3 comments

The results of inference are not the same with the same config!

ghost avatar Apr 12 '23 16:04 ghost

@primepake What do you mean?

lifeiteng avatar Apr 14 '23 07:04 lifeiteng

inference is quite sensitive to accuracy of --text-prompts. I find that if i add or remove punctuation such as ",", sometimes I get WARNING [words_mismatch.py:88] words count mismatch on 100.0% of the lines (1/1) or worse I get RuntimeError: Unable to find a valid cuDNN algorithm to run convolution

cwjacklin avatar Apr 17 '23 04:04 cwjacklin

prompt audio bleedding/mixing into output wav issue.

if prompt text doesn't end with a ".", end of the prompt audio will appear and get mixed into the beginning of output wav.

easily fixed though, just add a "." to prompt text at the end

cwjacklin avatar Apr 17 '23 04:04 cwjacklin