Merge branch 'dev' of github.com:litagin02/Style-Bert-VITS2

This commit is contained in:
tsukumi
2025-03-26 20:09:40 +09:00
15 changed files with 37 additions and 114 deletions

View File

@@ -11,8 +11,10 @@ import torch
from numpy.typing import NDArray
from style_bert_vits2.logging import logger
from style_bert_vits2.models.utils import checkpoints # type: ignore
from style_bert_vits2.models.utils import safetensors # type: ignore
from style_bert_vits2.models.utils import (
checkpoints, # type: ignore # noqa: F401
safetensors, # type: ignore # noqa: F401
)
if TYPE_CHECKING: