Fix: colab notebook for 2.4

This commit is contained in:
litagin02
2024-03-12 17:26:03 +09:00
parent 3632d476c1
commit 005706a456
2 changed files with 6 additions and 39 deletions

View File

@@ -22,14 +22,13 @@ from style_bert_vits2.constants import (
DEFAULT_STYLE_WEIGHT,
Languages,
)
from style_bert_vits2.logging import logger
from style_bert_vits2.models.hyper_parameters import HyperParameters
from style_bert_vits2.models.infer import get_net_g, infer
from style_bert_vits2.models.models import SynthesizerTrn
from style_bert_vits2.models.models_jp_extra import (
SynthesizerTrn as SynthesizerTrnJPExtra,
)
from style_bert_vits2.logging import logger
from style_bert_vits2.voice import adjust_voice