tortoise-tts
tortoise-tts copied to clipboard
AttributeError: 'list' object has no attribute 'encode'
Hi.
In the last couple of days, I have noticed, that after running:
gen = tts.tts_with_preset(text, voice_samples=voice_samples, conditioning_latents=conditioning_latents, 4 preset=preset)
I get:
AttributeError: 'list' object has no attribute 'encode'
This has not happened, when I ran the code 1 week ago. Was something changed in the repository, which would cause this?