Refactor: moved commons.py to style_bert_vits2/models/ and added type definitions and comments

This commit is contained in:
tsukumi
2024-03-06 22:17:03 +00:00
parent 46c83cf89a
commit 9546495434
11 changed files with 348 additions and 164 deletions

View File

@@ -15,7 +15,7 @@ from tqdm import tqdm
from huggingface_hub import HfApi
# logging.getLogger("numba").setLevel(logging.WARNING)
import commons
from style_bert_vits2.models import commons
import default_style
import utils
from common.log import logger