Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception: Stream did not contain valid UTF-8 #221

Open
Kemahudson opened this issue Nov 27, 2023 · 3 comments
Open

Exception: Stream did not contain valid UTF-8 #221

Kemahudson opened this issue Nov 27, 2023 · 3 comments

Comments

@Kemahudson
Copy link

Kemahudson commented Nov 27, 2023

(Edited to reflect figuring out one thing and then hitting another bit of confusion)

Not sure what I am doing wrong here. Please keep in mind that I am fairly new to all of this, so I appologize in advance if my questions come off as ignorant.

So I have been using the other Tortoise TTS webui, and trained a model, and have been using it fine in that UI.

But I am having a hell of a time getting the model to load in this UI. The model I am trying to load is holly.pth, which is my fine tuned model.

So I place my model in the proper folder, and I use the drop down menu to select it. I am assuming I am selecting the fine tuned model I want to load? So I select holly.pth in the list, and get the error ---

FileNotFoundError: [Errno 2] No such file or directory: 'F:\AI\TTSWebUI\tts-generation-webui\data\models\tortoise\holly.pth\autoregressive.pth'

The error confuses me, since as far as I understand, the fine tuned model should be in place of the autoregressive.pth?

So I then make a Holly directory, and just select that from the drop down list after putting all the files in there. I still get the error about no autoregressive. being found so I just rename my fine tuned Holly.ptf to autoregresive.pth.

I then select that in the drop down, and am now getting the error ---
FileNotFoundError: [Errno 2] No such file or directory: 'F:\AI\TTSWebUI\tts-generation-webui\data\models\tortoise\Holly\vocoder.pth'

So I searched the entire folder where I keep all of my Tortoise TTS stuff, and I don't find a single file named vocoder.pth.

I am so confused lol. Especially after successfully training the model and being please with the results when using it in the other Tortoise TTS webui.

But I wanted to see if I could fine tune the model in RVC so I installed the tts-generation-webui to make that easier.

I am guesing it might be something I am just doing wrong due to knowing so little about any of this, but am at a loss and not sure.

@rsxdalv
Copy link
Owner

rsxdalv commented Nov 27, 2023 via email

@Kemahudson
Copy link
Author

Kemahudson commented Nov 28, 2023

Thanks much for the reply! And glad to hear its not just something I was overlooking due to being clueless lol.

Also enjoy your holidays!

@rsxdalv
Copy link
Owner

rsxdalv commented Jan 23, 2024

My backlog is still a bit long but I think after I finish upgrading to the new RVC I can take a look at forking tortoise to make the model selection better. The new tortoise makes it painfully difficult to get the separate models for download so an option to just swap autoregressive is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants