tortoise-tts icon indicating copy to clipboard operation
tortoise-tts copied to clipboard

AttributeError: 'list' object has no attribute 'encode'

Open tralala87 opened this issue 2 years ago • 0 comments

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?

tralala87 avatar Dec 03 '22 11:12 tralala87