1neReality / MITSUHA

World's First Multilingual Inexpensive Therapeutic Sophisticated Ultra-responsive Holographic Agent. In simple terms, an AI you can talk to and it'll talk back with a body using VTube Studio.
https://www.youtube.com/@0neReality
GNU General Public License v3.0
212 stars 20 forks source link

Jaxfry easy setup #8

Closed jaxfry closed 1 year ago

jaxfry commented 1 year ago

Allows for an easy setup and no WSL needed. (testing right now if it works). Removed webbrowser from requirements as it is included with python. replaced using the windows api to play sound with pysound. added easy option to disable tuya.

DogeLord081 commented 1 year ago

This is great, but vits does not work on windows because of the dependency pyopenjtalk which is nearly impossible, at least for me, to install on windows. I have a new very easy tts engine for vits that doesnt require wsl and is realtime and easy to install so i will hold off on this until i release the new version and then i will review it again or request some changes to the vits install. Thanks

jaxfry commented 1 year ago

mk! Np!

DogeLord081 commented 1 year ago

I was in class when I messaged that but now that I got a good look at it, setup.py is actually amazing. I wanted to make something like that, but all I wanted to do was keep updating and updating the AI and I didn't really get around to doing it but yea I'll commit the new version soon and we just gotta change a few tiny things in setup.py and it should be even easier now to install bc the TTS is super simple

DogeLord081 commented 1 year ago

Ok so here are the major changes for the new prerelease I just published:

Also, can you make the install script automatically download G_latest.pth into vits-simple-api/Model/g/ from huggingface https://huggingface.co/DogeLord/megumin-VITS/tree/main? Thanks