Refactor: moved utils.py to style_bert_vits2/models/

This commit is contained in:
tsukumi
2024-03-08 09:40:27 +00:00
parent fe7e31e080
commit 67ff3105c1
8 changed files with 7 additions and 7 deletions

View File

@@ -9,9 +9,9 @@ from tqdm import tqdm
from config import config
from mel_processing import mel_spectrogram_torch, spectrogram_torch
from utils import load_filepaths_and_text, load_wav_to_torch
from style_bert_vits2.logging import logger
from style_bert_vits2.models import commons
from style_bert_vits2.models.utils import load_filepaths_and_text, load_wav_to_torch
from style_bert_vits2.nlp import cleaned_text_to_sequence
"""Multi speaker version"""