IAHispano / Applio

VITS-based Voice Conversion focused on simplicity, quality and performance.
https://applio.org
MIT License
1.36k stars 230 forks source link

✔️ · Fix Typos and load startup values from json file #440

Closed Chilluminati91 closed 2 months ago

Chilluminati91 commented 2 months ago

Fixed some typos in inference.py and added a function to load default settings from a json file. Better than hardcoded values and less annoying for people who want to use their settings.

blaisewf commented 2 months ago

In this case I think you should make a section called template configurator and there you can create different default configurations for each section (Inference, TTS, Training...) and that when you start it will load.

This section could be in settings

Chilluminati91 commented 2 months ago

Will take a look at it, but to keep clutter to a minimum I would instead introduce a single button in the settings tab that saves all current values to the config file. That way you can set them up in their individual tabs. Not a programmer though, just trying my best with chatgpt

blaisewf commented 2 months ago

maybe @aitronssesin can help you 😁

aitronssesin commented 2 months ago

It's a good a idea but it needs to be implemented in all the settings and that can be time consuming. I will add your fix for the typos and add you as a coauthor.