Logo Lanfrica

Diakonrobel/Amharic_XTTS-V2_TTS

Domain:

natural language processing

Record type:

software
Creator:
Dia
Host:
# xtts-finetune-webui This webui is a slightly modified copy of the official webui for finetune xtts. If you are looking for an option for normal XTTS use look here github.com ## TODO - [ ] Add the ability to use via console ## Key features: ### Data processing 1. Updated faster-whisper to 0.10.0 with the ability to select a larger-v3 model. 2. Changed output folder to output folder inside the main folder. 3. If there is already a dataset in the output folder and you want to add new data, you can do so by simply adding new audio, what was there will not be processed again and the new data will be automatically added 4. Turn on VAD filter 5. After the dataset is created, a file is created that specifies the language of the dataset. This file is read before training so that the language always matches. It is convenient when you restart the interface 6. **NEW: SRT + Media File Processing** - Upload subtitle files (SRT/VTT) with corresponding audio/video files for precise timestamp-based dataset creation 7. **NEW: YouTube Video Download** - Download YouTube videos with automatic transcript extraction using yt-dlp 8. **NEW: RMS-Based Audio Slicing** - Intelligently segment long audio files based on silence detection with configurable parameters ### Fine-tuning XTTS Encoder 1. Added the ability to select the base model for XTTS, as well as when you re-training does not need to download the model again. 2. Added ability to select custom model as base model during training, which will allow finetune already finetune model. 3. Added possibility to get optimized version of the model for 1 click ( step 2.5, put optimized version in output folder). 4. You can choose whether to delete training folders after you have optimized the model 5. When you optimize the model, the example reference audio is moved to the output folder 6. Checking for correctness of the specified lang …