Change to manually download default models instead of auto Jun 2, 2024 server_fastapi.py /voice add model_name Jul 10, 2024 slice.py Improve: slice.py preserves subdir structure May 26, 2024 speech_mos.py Refactor: Use PathConfig and pathlib instead of paths.yml loading ...
if not Path(f"model_assets/{file}").exists(): logger.info(f"Downloading {file}") hf_hub_download( "litagin/style_bert_vits2_jvnv", file, local_dir="model_assets", local_dir_use_symlinks=False, ) download_bert_models() download_pretrained_models() download_jvnv_models() 2 changes...
echo Model download is complete. Start the WebUI of the voice synthesis. echo Model download is complete. Start Style-Bert-VITS2 Editor. echo --- @REM 音声合成WebUIの起動 python app.py @REM エディターの起動 python server_editor.py --inbrowser pause6 changes: 3 additions & 3 deletions...
model_assets monotonic_align scripts slm text tools .dockerignore .gitattributes .gitignore App.bat Dataset.bat Dockerfile.deploy Dockerfile.train Editor.bat LGPL_LICENSE LICENSE Merge.bat README.md Style.bat Train.bat app.py attentions.py bert_gen.py clustering.ipynb colab.ipynb commons.py config...
model_assets ├── your_model │ ├── config.json │ ├── your_model_file1.safetensors │ ├── your_model_file2.safetensors │ ├── ... │ └── style_vectors.npy └── another_model ├── ... このように、推論にはconfig.jsonと*.safetensorsとstyle_vectors.npyが必要...
model_assets ├── your_model │ ├── config.json │ ├── your_model_file1.safetensors │ ├── your_model_file2.safetensors │ ├── ... │ └── style_vectors.npy └── another_model ├── ... このように、推論にはconfig.jsonと*.safetensorsとstyle_vectors.npyが必要...
model_assets ├── your_model │ ├── config.json │ ├── your_model_file1.safetensors │ ├── your_model_file2.safetensors │ ├── ... │ └── style_vectors.npy └── another_model ├── ... このように、推論にはconfig.jsonと*.safetensorsとstyle_vectors.npyが...
model_assets ├── your_model │ ├── config.json │ ├── your_model_file1.safetensors │ ├── your_model_file2.safetensors │ ├── ... │ └── style_vectors.npy └── another_model ├── ... このように、推論にはconfig.jsonと*.safetensorsとstyle_vectors.npyが必要...
model_assets ├── your_model │ ├── config.json │ ├── your_model_file1.safetensors │ ├── your_model_file2.safetensors │ ├── ... │ └── style_vectors.npy └── another_model ├── ... このように、推論にはconfig.jsonと*.safetensorsとstyle_vectors.npyが...
model_assets ├── your_model │ ├── config.json │ ├── your_model_file1.safetensors │ ├── your_model_file2.safetensors │ ├── ... │ └── style_vectors.npy └── another_model ├── ... このように、推論にはconfig.jsonと*.safetensorsとstyle_vectors.npyが...