-
|
I'm very dependent on it for training voices and it's no longer working, apparently due to a Python 3.12 incompatibility. The new notebook mentioned in the thread doesn't look finished. The training step doesn't use of the variables set earlier in the notebook. Plus overall, it's not nearly as easy to configure as the old version was. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 14 replies
-
|
I had this one. I made it for people who needed it. I didn't post it in any discussion or issue because I was ashamed to say I got help from an LLM. But it works. Didn't fix the inference notebooks however. Colab's more limited lately for free users so I stopped using it. This one has automatic multi-speaker detection and optionally a way to provide direct URL to an external checkpoint. Just make sure the model quality and the base checkpoint quality match. |
Beta Was this translation helpful? Give feedback.
-
|
I only tried the Lessac high quality checkpoint so far because I'm used to finetune with it. I'll look into this issue. edit: I think it's something happening with the download of the checkpoint. That error implies something bad with the file magic (i.e. the file begins with "<" instead of "PK".) Yep, something strange happens, meanwhile I can download it fine on the browser. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for spamming. It happens with all checkpoints, or HF downloads in general. wget is broken with HF downloads right now so your best bet would be downloading the checkpoint locally on your computer with the browser, upload to your Google Drive and use the local drive path in the notebook. |
Beta Was this translation helpful? Give feedback.
-
|
Is this the same notebook as this one https://github.com/ZachB100/Piper-Training-Guide-with-Screen-Reader or different than that? Guess I'll need to test it or maybe I don't know. I'm trying to port also that notebook to the new dependencies. |
Beta Was this translation helpful? Give feedback.
-
|
Wow you responded so fast! I was going to do the same re-port the notebook from my friend Mateo whom I want to thank for, but maybe this new notebook will work. I was gonna continue my AI voice trayning but since big changes I've paused some, but hopefully this could wor. I've shared that new version with some friends, maybe they'll use it. KiON-GiON, you've somehow saved me. This community is thriving. Does this notebook have the latest languages added according to the Piper language list? |
Beta Was this translation helpful? Give feedback.
-
|
Ah got it. Gonna test it. |
Beta Was this translation helpful? Give feedback.

I had this one. I made it for people who needed it. I didn't post it in any discussion or issue because I was ashamed to say I got help from an LLM. But it works. Didn't fix the inference notebooks however. Colab's more limited lately for free users so I stopped using it. This one has automatic multi-speaker detection and optionally a way to provide direct URL to an external checkpoint. Just make sure the model quality and the base checkpoint quality match.