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

Additional requirements for README #6

Closed
lhl opened this issue Oct 3, 2023 · 1 comment
Closed

Additional requirements for README #6

lhl opened this issue Oct 3, 2023 · 1 comment

Comments

@lhl
Copy link

lhl commented Oct 3, 2023

Saw the code released and just got a chance to poke around. Great results testing out the default inference model!

From my install, I did have a couple install notes. As mentioned in #5 , I also ran into the PLBERT error but the fix worked and that was the only code problem for inference.

For dependencies from a fresh mamba env, nltk and matplotlib need to be installed as well from the ipynb (although matplotlib isn't used in my Python code). I also used soundfile for WAV output.

The only other gotcha getting things up and running is that currently, Pytorch doesn't work with Python 3.12 (which just released and is what's installed if you just install python or pip) - 3.11 is fine w/ PyTorch nightly, although maybe 3.10 is still required for stable releases.

Oh, also, in case anyone doesn't know pip install gdown is great for grabbing GDrive links onto a server.

Happy to submit a PR adding these to the docs if you'd like, otherwise, just leaving a note here for anyone else getting the code up and running.

@yl4579
Copy link
Owner

yl4579 commented Oct 3, 2023

Thanks for your suggestion. I have fixed the PLBERT loading issue #5 . I have also updated the dependencies. The soundfile will be installed if you install librosa.

@lhl lhl closed this as completed Oct 3, 2023
Akito-UzukiP pushed a commit to Akito-UzukiP/StyleTTS2 that referenced this issue Jan 13, 2024
debug 反量化 我发现flow里面有反量化的代码
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