This commit is contained in:
litagin02
2024-03-16 18:22:35 +09:00
parent b363a8866e
commit 76be727b2e
6 changed files with 40 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ from style_bert_vits2.utils.strenum import StrEnum
# Style-Bert-VITS2 のバージョン
VERSION = "2.4.0"
VERSION = "2.4.1"
# Style-Bert-VITS2 のベースディレクトリ
BASE_DIR = Path(__file__).parent.parent