DanRuta / xVA-Synth

Machine learning based speech synthesis Electron app, with voices from specific characters from video games
GNU General Public License v3.0
590 stars 54 forks source link

Can this work offline? #40

Open 60fpshacksrock opened 1 year ago

60fpshacksrock commented 1 year ago

I do not understand why a program that is more than 10GB's requires the internet.

DanRuta commented 1 year ago

Hey. This app doesn't require an internet connection. It does however need a local network, as the Electron (JavaScript) front-end communicates with the python backend via a local http server. If you don't have an internet connection, you can enable a local network using something like Hamachi

60fpshacksrock commented 1 year ago

Thanks.

Pendrokar commented 10 months ago

Hey. This app doesn't require an internet connection.

Note: Deepfilternet library seems to get downloaded only when playing back a v3 model. It gets placed in AppData/Local/Deepfilternet

Only then can xVASynth work offline on v3 models.

[EDIT] this only concerns the use of CleanUp function