OpenVoice icon indicating copy to clipboard operation
OpenVoice copied to clipboard

Nowhere to download the checkpoint.pth for the se_extractor.

Open WilldelaVega777 opened this issue 1 year ago • 1 comments

Is it me? or

There is no link in the website... No link in the github repo... No Google Collab Notebook... Nowhere to download in the entire internet... Oh, I forgot, no link in huggingface.com either

Everything else seems to be there, all other checkpoints but not the one for the se_extractor.

Am I missing something or nobody will be able to run this solution locally?

If you cannot run it locally it is just not OpenSource...

Any ideas? Comments? Heeeeeeeelp!!! :)

WilldelaVega777 avatar Feb 07 '25 05:02 WilldelaVega777

https://github.com/myshell-ai/OpenVoice/blob/main/docs/USAGE.md

Links still work last time I checked (few minutes before writing this)...

Also, se_extractor is: https://github.com/myshell-ai/OpenVoice/blob/main/openvoice/se_extractor.py (file as module)

  • V1: https://myshell-public-repo-host.s3.amazonaws.com/openvoice/checkpoints_1226.zip
  • V2: https://myshell-public-repo-host.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip

Checkpoints go into the root directory as-is:

Image

checkpoints.pth is there for me:

Image

Also, a pro-tip: If you work with AI, paths, venv(s) and pyenv is important; some projects are super-finnicky and you MUST use the exact versions of libraries and the same exact Python version. (not the case with this)

And open source != idiot-proof

Anyway, I hope this helps.


One more thing: Google Collab is basically IronPython Jupyter Notebook hosted.

<do whatever is needed to activate your virtual env, or nothing if using system global>
pip install jupyterlab notebook
cd <repo dir>
jupyter notebook

A web browser should open and you can click the *.ipynb files to open them.

aytimothy avatar Mar 20 '25 04:03 aytimothy