license: apache-2.0
VITS Models Repository
This repository contains a collection of pre-trained VITS models for Blue Archive, Genshin Impact, Honkai 3rd, Honkai: Star Rail, Overwatch 2, Lycoris Recoil and Princess Connect! Re:Dive. All checkpoints are borrowed from https://huggingface.co/spaces/zomehwh/vits-models. Thanks @zomehwh for the sharing.
Data Structure
Each model in this repository has its own directory, which includes a cover and a model checkpoint file.
You may use the configuration file (config.json) to select the models you wish to use.
How to Use
To use these models, you will need to have a VITS inference setup following https://github.com/shinnpuru/vits-models . Then, put the config and the models under the pretrained_models folder.
How to Add
Please refer to https://github.com/SayaSS/vits-finetuning to finetune your own model.