Ver 2.7.0 maybe

This commit is contained in:
litagin02
2025-08-24 11:27:27 +09:00
parent 4859d64e9f
commit c51c80fe1a
24 changed files with 173 additions and 33 deletions

View File

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