BoltzmannEntropy / xtts2-ui

A User Interface for XTTS-2 Text-Based Voice Cloning using only 10 seconds of speech
MIT License
259 stars 42 forks source link

Refactored Update Speakers Function, Updated .gitignore File, Fixed Japanese not working #4

Closed pbanuru closed 11 months ago

pbanuru commented 11 months ago

The update_speakers function is now the sole method responsible for scanning the targets directory for speakers, eliminating redundant code. (Issue #2 is still present)

Additionally, the update_dropdown function has been modified to consistently return a dropdown with the label "Select Speaker". This function is now used for initializing the dropdown to reduce code repetition.

The .gitignore file has been updated to exclude all targets except 'Rogger.wav' and to ignore all files in the 'outputs' directory.

README.md includes information on language support, as well as setup instructions for Japanese (It's the only language that requires an extra step)