From 6cd768ff790193bc1f6b2074282f79b29bad696d Mon Sep 17 00:00:00 2001 From: starylan Date: Sat, 18 Apr 2026 22:23:54 +0800 Subject: [PATCH] docs: Update other languages' changelogs --- docs/en/Changelog_EN.md | 157 +++++++++++++++++++++++++++++++++++++++ docs/ja/Changelog_JA.md | 157 +++++++++++++++++++++++++++++++++++++++ docs/ko/Changelog_KO.md | 157 +++++++++++++++++++++++++++++++++++++++ docs/tr/Changelog_TR.md | 161 +++++++++++++++++++++++++++++++++++++++- 4 files changed, 630 insertions(+), 2 deletions(-) diff --git a/docs/en/Changelog_EN.md b/docs/en/Changelog_EN.md index bde48f2b..f0db2ebf 100644 --- a/docs/en/Changelog_EN.md +++ b/docs/en/Changelog_EN.md @@ -578,3 +578,160 @@ - Content: Optimized automatic precision detection logic; added collapsible functionality to WebUI frontend modules. - Type: New Feature - Contributors: XXXXRT666, RVC-Boss +- 2025.06.06 [PR#2427](https://github.com/RVC-Boss/GPT-SoVITS/pull/2427) + - Content: Fix polyphone detection for "X一X" pattern + - Type: Fix + - Contributor: wzy3650 +- 2025.06.05 [PR#2439](https://github.com/RVC-Boss/GPT-SoVITS/pull/2439) + - Content: Config fix; fix SoVITS model loading + - Type: Fix + - Contributor: wzy3650 +- 2025.06.09 [Commit#8056efe4](https://github.com/RVC-Boss/GPT-SoVITS/commit/8056efe4ab7bbc3610c72ae356a6f37518441f7d) + - Content: Fix possible numerical explosion of `ge.sum` causing silent inference + - Type: Fix + - Contributor: RVC-Boss +- 2025.06.10 [Commit#2c0436b9](https://github.com/RVC-Boss/GPT-SoVITS/commit/2c0436b9ce397424ae03476c836fb64c6e5ebcc6) + - Content: Fix incorrect Windows path when experiment name ends with a space + - Type: Fix + - Contributor: RVC-Boss +- 2025.06.10 [PR#2449](https://github.com/RVC-Boss/GPT-SoVITS/pull/2449) + - Content: Optimize language segmentation + - Type: Optimization + - Contributor: KamioRinn +- 2025.06.11 [PR#2450](https://github.com/RVC-Boss/GPT-SoVITS/pull/2450) + - Content: Fix bug in parallel inference support for v2pro + - Type: Fix + - Contributor: YYuX-1145 +- 2025.06.11 [Commit#ed89a023](https://github.com/RVC-Boss/GPT-SoVITS/commit/ed89a023378dabba9d4b6580235bb9742245816d) + - Content: Fix numerical overflow issue when extracting `ge` for v2pro + - Type: Fix + - Contributor: RVC-Boss +- 2025.06.17 [PR#2464](https://github.com/RVC-Boss/GPT-SoVITS/pull/2464) [PR#2482](https://github.com/RVC-Boss/GPT-SoVITS/pull/2482) + - Content: Optimize `install.sh` logic + - Type: Optimization + - Contributor: XXXXRT666 +- 2025.06.27 [PR#2489](https://github.com/RVC-Boss/GPT-SoVITS/pull/2489) + - Content: Optimize onnxruntime loading logic (GPU/CPU detection) + - Type: Optimization + - Contributor: KamioRinn +- 2025.06.27 [PR#2488](https://github.com/RVC-Boss/GPT-SoVITS/pull/2488) + - Content: Optimize language segmentation and formatting + - Type: Optimization + - Contributor: KamioRinn + +## 202507 + +- 2025.07.10 [Commit#426e1a2bb](https://github.com/RVC-Boss/GPT-SoVITS/commit/426e1a2bb43614af2479b877c37acfb0591e952f) + - Content: Increase inference process priority (fix possible GPU utilization limitation on Win11) + - Type: Optimization + - Contributor: XianYue0125 +- 2025.07.16 [PR#2490](https://github.com/RVC-Boss/GPT-SoVITS/pull/2490) + - Content: Fix TTS.py not recognizing actually supported versions v2Pro and v2ProPlus, and update default configuration + - Type: Fix + - Contributor: jiangsier-xyz +- 2025.07.16 [Commit#4d8ebf85](https://github.com/RVC-Boss/GPT-SoVITS/commit/4d8ebf85233d4f1166d7cc02fdc595602975ca8f) + - Content: Fix v2pro model recognition issue in parallel inference mode + - Type: Fix + - Contributor: RVC-Boss +- 2025.07.17 [PR#2531](https://github.com/RVC-Boss/GPT-SoVITS/pull/2531) + - Content: Whisper ASR supports more cost-effective distill models + - Type: Optimization + - Contributor: XXXXRT666 +- 2025.07.18 [PR#2536](https://github.com/RVC-Boss/GPT-SoVITS/pull/2536) + - Content: Optimize `TTS_Config` code logic + - Type: Optimization + - Contributor: ChasonJiang +- 2025.07.18 [PR#2537](https://github.com/RVC-Boss/GPT-SoVITS/pull/2537) + - Content: Fix GPT loss calculation issue + - Type: Fix + - Contributor: ChasonJiang + +## 202508 + +- 2025.08.02 [PR#2561](https://github.com/RVC-Boss/GPT-SoVITS/pull/2561) + - Content: WSL Rocm + - Type: Fix + - Contributor: XXXXRT666 + +## 202509 + +- 2025.09.10 [Commit#11aa78bd](https://github.com/RVC-Boss/GPT-SoVITS/commit/11aa78bd9bda8b53047cfcae03abf7ca94d27391) + - Content: Fix issue where environment variable may not be a string + - Type: Fix + - Contributor: RVC-Boss + +## 202511 + +- 2025.11.28 [PR#2671](https://github.com/RVC-Boss/GPT-SoVITS/pull/2671) [PR#2678](https://github.com/RVC-Boss/GPT-SoVITS/pull/2678) + - Content: Streaming inference + - Type: New Feature + - Contributor: ChasonJiang +- 2025.11.28 [PR#2636](https://github.com/RVC-Boss/GPT-SoVITS/pull/2636) + - Content: Optimize text frontend logic for mathematical expression text + - Type: Optimization + - Contributor: KamioRinn +- 2025.11.28 [PR#2469](https://github.com/RVC-Boss/GPT-SoVITS/pull/2469) + - Content: Streaming inference + - Type: New Feature + - Contributor: L-jasmine +- 2025.11.28 [PR#2577](https://github.com/RVC-Boss/GPT-SoVITS/pull/2577) + - Content: Support VQ distributed training + - Type: Optimization + - Contributor: wzy3650 +- 2025.11.28 [PR#2627](https://github.com/RVC-Boss/GPT-SoVITS/pull/2627) [PR#2679](https://github.com/RVC-Boss/GPT-SoVITS/pull/2679) + - Content: Optimize ASR model download logic + - Type: Optimization + - Contributor: XXXXRT666 +- 2025.11.28 [PR#2662](https://github.com/RVC-Boss/GPT-SoVITS/pull/2662) + - Content: Fix default batch size bug + - Type: Fix + - Contributor: Spr-Aachen + +## 202512 + +- 2025.12.30 [PR#2703](https://github.com/RVC-Boss/GPT-SoVITS/pull/2703) [PR#2704](https://github.com/RVC-Boss/GPT-SoVITS/pull/2704) + - Content: Fix sampling error + - Type: Fix + - Contributor: ChasonJiang + +## 202602 + +- 2026.02.08 [PR#2727](https://github.com/RVC-Boss/GPT-SoVITS/pull/2727) + - Content: Fix build failure caused by unaccepted Conda terms + - Type: Fix + - Contributor: Oarora +- 2026.02.09 [PR#2732](https://github.com/RVC-Boss/GPT-SoVITS/pull/2732) + - Content: Optimize automatic environment setup + - Type: Optimization + - Contributor: XXXXRT666 + +## 202604 + +- 2026.04.18 [PR#2763](https://github.com/RVC-Boss/GPT-SoVITS/pull/2763) + - Content: Optimize G2PW inference input construction and polyphone handling to reduce redundant computation and inference overhead for long sentences + - Type: Optimization + - Contributor: baicai-1145 +- 2026.04.18 [PR#2767](https://github.com/RVC-Boss/GPT-SoVITS/pull/2767) + - Content: Improve the LoRA training flow for GPT-SoVITS v3 on a single card under Windows + - Type: Optimization + - Contributor: 2409324124 +- 2026.04.18 [PR#2755](https://github.com/RVC-Boss/GPT-SoVITS/pull/2755) + - Content: Fix miscellaneous bugs in multiple modules + - Type: Fix + - Contributor: wishhyt +- 2026.04.18 [PR#2758](https://github.com/RVC-Boss/GPT-SoVITS/pull/2758) + - Content: Add error handling hints for dataset processing + - Type: Optimization + - Contributor: mushroomcowisheggs +- 2026.04.18 [PR#2753](https://github.com/RVC-Boss/GPT-SoVITS/pull/2753) + - Content: Fix some bugs in parallel inference + - Type: Fix + - Contributor: wishhyt +- 2026.04.18 [PR#2733](https://github.com/RVC-Boss/GPT-SoVITS/pull/2733) + - Content: Fix bug where DPO training does not support missing word simulation + - Type: Fix + - Contributor: Mr-Neutr0n +- 2026.04.18 [Commit#02425ea](https://github.com/RVC-Boss/GPT-SoVITS/commit/02425ea25680c26c700be0bc158756c69103d827) + - Content: Fix missing imports (e.g., Optional) in ONNX script + - Type: Fix + - Contributor: RVC-Boss \ No newline at end of file diff --git a/docs/ja/Changelog_JA.md b/docs/ja/Changelog_JA.md index 229d836a..c6199cf9 100644 --- a/docs/ja/Changelog_JA.md +++ b/docs/ja/Changelog_JA.md @@ -578,3 +578,160 @@ - 内容: 自動精度検出ロジックを最適化し、WebUI フロントエンドモジュールに折り畳み(Collapsible)機能を追加 - タイプ: 新機能 - 貢献者: XXXXRT666, RVC-Boss +- 2025.06.06 [PR#2427](https://github.com/RVC-Boss/GPT-SoVITS/pull/2427) + - 内容: 「X一X」パターンの多音字検出を修正 + - タイプ: 修正 + - 貢献者: wzy3650 +- 2025.06.05 [PR#2439](https://github.com/RVC-Boss/GPT-SoVITS/pull/2439) + - 内容: 設定の修正;SoVITSモデル読み込みの修正 + - タイプ: 修正 + - 貢献者: wzy3650 +- 2025.06.09 [Commit#8056efe4](https://github.com/RVC-Boss/GPT-SoVITS/commit/8056efe4ab7bbc3610c72ae356a6f37518441f7d) + - 内容: `ge.sum`の数値爆発による推論の無音化を修正 + - タイプ: 修正 + - 貢献者: RVC-Boss +- 2025.06.10 [Commit#2c0436b9](https://github.com/RVC-Boss/GPT-SoVITS/commit/2c0436b9ce397424ae03476c836fb64c6e5ebcc6) + - 内容: 実験名がスペースで終わる場合のWindowsパスの誤りを修正 + - タイプ: 修正 + - 貢献者: RVC-Boss +- 2025.06.10 [PR#2449](https://github.com/RVC-Boss/GPT-SoVITS/pull/2449) + - 内容: 言語分割の最適化 + - タイプ: 最適化 + - 貢献者: KamioRinn +- 2025.06.11 [PR#2450](https://github.com/RVC-Boss/GPT-SoVITS/pull/2450) + - 内容: v2proの並列推論対応におけるバグを修正 + - タイプ: 修正 + - 貢献者: YYuX-1145 +- 2025.06.11 [Commit#ed89a023](https://github.com/RVC-Boss/GPT-SoVITS/commit/ed89a023378dabba9d4b6580235bb9742245816d) + - 内容: v2proの`ge`抽出時の数値オーバーフロー問題を修正 + - タイプ: 修正 + - 貢献者: RVC-Boss +- 2025.06.17 [PR#2464](https://github.com/RVC-Boss/GPT-SoVITS/pull/2464) [PR#2482](https://github.com/RVC-Boss/GPT-SoVITS/pull/2482) + - 内容: `install.sh`のロジックを最適化 + - タイプ: 最適化 + - 貢献者: XXXXRT666 +- 2025.06.27 [PR#2489](https://github.com/RVC-Boss/GPT-SoVITS/pull/2489) + - 内容: onnxruntime読み込みロジックを最適化(GPU/CPU検出) + - タイプ: 最適化 + - 貢献者: KamioRinn +- 2025.06.27 [PR#2488](https://github.com/RVC-Boss/GPT-SoVITS/pull/2488) + - 内容: 言語分割と書式を最適化 + - タイプ: 最適化 + - 貢献者: KamioRinn + +## 202507 + +- 2025.07.10 [Commit#426e1a2bb](https://github.com/RVC-Boss/GPT-SoVITS/commit/426e1a2bb43614af2479b877c37acfb0591e952f) + - 内容: 推論プロセスの優先度を上げる(Win11でのGPU利用制限の可能性を修正) + - タイプ: 最適化 + - 貢献者: XianYue0125 +- 2025.07.16 [PR#2490](https://github.com/RVC-Boss/GPT-SoVITS/pull/2490) + - 内容: TTS.pyが実際にサポートされているバージョンv2Proおよびv2ProPlusを認識しない問題を修正し、デフォルト設定を更新 + - タイプ: 修正 + - 貢献者: jiangsier-xyz +- 2025.07.16 [Commit#4d8ebf85](https://github.com/RVC-Boss/GPT-SoVITS/commit/4d8ebf85233d4f1166d7cc02fdc595602975ca8f) + - 内容: 並列推論モードでのv2proモデル認識問題を修正 + - タイプ: 修正 + - 貢献者: RVC-Boss +- 2025.07.17 [PR#2531](https://github.com/RVC-Boss/GPT-SoVITS/pull/2531) + - 内容: Whisper ASRがよりコスト効率の高い蒸留モデルをサポート + - タイプ: 最適化 + - 貢献者: XXXXRT666 +- 2025.07.18 [PR#2536](https://github.com/RVC-Boss/GPT-SoVITS/pull/2536) + - 内容: `TTS_Config`のコードロジックを最適化 + - タイプ: 最適化 + - 貢献者: ChasonJiang +- 2025.07.18 [PR#2537](https://github.com/RVC-Boss/GPT-SoVITS/pull/2537) + - 内容: GPT損失計算の問題を修正 + - タイプ: 修正 + - 貢献者: ChasonJiang + +## 202508 + +- 2025.08.02 [PR#2561](https://github.com/RVC-Boss/GPT-SoVITS/pull/2561) + - 内容: WSL Rocm対応 + - タイプ: 修正 + - 貢献者: XXXXRT666 + +## 202509 + +- 2025.09.10 [Commit#11aa78bd](https://github.com/RVC-Boss/GPT-SoVITS/commit/11aa78bd9bda8b53047cfcae03abf7ca94d27391) + - 内容: 環境変数が文字列でない可能性がある問題を修正 + - タイプ: 修正 + - 貢献者: RVC-Boss + +## 202511 + +- 2025.11.28 [PR#2671](https://github.com/RVC-Boss/GPT-SoVITS/pull/2671) [PR#2678](https://github.com/RVC-Boss/GPT-SoVITS/pull/2678) + - 内容: ストリーミング推論 + - タイプ: 新機能 + - 貢献者: ChasonJiang +- 2025.11.28 [PR#2636](https://github.com/RVC-Boss/GPT-SoVITS/pull/2636) + - 内容: 数式テキストに対するテキスト前処理ロジックを最適化 + - タイプ: 最適化 + - 貢献者: KamioRinn +- 2025.11.28 [PR#2469](https://github.com/RVC-Boss/GPT-SoVITS/pull/2469) + - 内容: ストリーミング推論 + - タイプ: 新機能 + - 貢献者: L-jasmine +- 2025.11.28 [PR#2577](https://github.com/RVC-Boss/GPT-SoVITS/pull/2577) + - 内容: VQ分散学習をサポート + - タイプ: 最適化 + - 貢献者: wzy3650 +- 2025.11.28 [PR#2627](https://github.com/RVC-Boss/GPT-SoVITS/pull/2627) [PR#2679](https://github.com/RVC-Boss/GPT-SoVITS/pull/2679) + - 内容: ASRモデルダウンロードロジックを最適化 + - タイプ: 最適化 + - 貢献者: XXXXRT666 +- 2025.11.28 [PR#2662](https://github.com/RVC-Boss/GPT-SoVITS/pull/2662) + - 内容: デフォルトのバッチサイズのバグを修正 + - タイプ: 修正 + - 貢献者: Spr-Aachen + +## 202512 + +- 2025.12.30 [PR#2703](https://github.com/RVC-Boss/GPT-SoVITS/pull/2703) [PR#2704](https://github.com/RVC-Boss/GPT-SoVITS/pull/2704) + - 内容: サンプリングエラーを修正 + - タイプ: 修正 + - 貢献者: ChasonJiang + +## 202602 + +- 2026.02.08 [PR#2727](https://github.com/RVC-Boss/GPT-SoVITS/pull/2727) + - 内容: 受け入れられなかったConda利用規約によるビルド失敗を修正 + - タイプ: 修正 + - 貢献者: Oarora +- 2026.02.09 [PR#2732](https://github.com/RVC-Boss/GPT-SoVITS/pull/2732) + - 内容: 自動環境セットアップを最適化 + - タイプ: 最適化 + - 貢献者: XXXXRT666 + +## 202604 + +- 2026.04.18 [PR#2763](https://github.com/RVC-Boss/GPT-SoVITS/pull/2763) + - 内容: G2PW推論入力の構築と多音字処理を最適化し、長文における冗長な計算と推論オーバーヘッドを削減 + - タイプ: 最適化 + - 貢献者: baicai-1145 +- 2026.04.18 [PR#2767](https://github.com/RVC-Boss/GPT-SoVITS/pull/2767) + - 内容: WindowsでのシングルカードにおけるGPT-SoVITS v3のLoRAトレーニングフローを改善 + - タイプ: 最適化 + - 貢献者: 2409324124 +- 2026.04.18 [PR#2755](https://github.com/RVC-Boss/GPT-SoVITS/pull/2755) + - 内容: 複数モジュールの雑多なバグを修正 + - タイプ: 修正 + - 貢献者: wishhyt +- 2026.04.18 [PR#2758](https://github.com/RVC-Boss/GPT-SoVITS/pull/2758) + - 内容: データセット処理時のエラーハンドリングヒントを追加 + - タイプ: 最適化 + - 貢献者: mushroomcowisheggs +- 2026.04.18 [PR#2753](https://github.com/RVC-Boss/GPT-SoVITS/pull/2753) + - 内容: 並列推論の一部バグを修正 + - タイプ: 修正 + - 貢献者: wishhyt +- 2026.04.18 [PR#2733](https://github.com/RVC-Boss/GPT-SoVITS/pull/2733) + - 内容: DPOトレーニングが欠落単語シミュレーションをサポートしないバグを修正 + - タイプ: 修正 + - 貢献者: Mr-Neutr0n +- 2026.04.18 [Commit#02425ea](https://github.com/RVC-Boss/GPT-SoVITS/commit/02425ea25680c26c700be0bc158756c69103d827) + - 内容: ONNXスクリプトでの(Optionalなどの)不足インポートを修正 + - タイプ: 修正 + - 貢献者: RVC-Boss \ No newline at end of file diff --git a/docs/ko/Changelog_KO.md b/docs/ko/Changelog_KO.md index f22a830d..953062f7 100644 --- a/docs/ko/Changelog_KO.md +++ b/docs/ko/Changelog_KO.md @@ -578,3 +578,160 @@ - 내용: 자동 정밀도 감지 로직 최적화; WebUI 프론트엔드 모듈에 접기 기능 추가 - 유형: 신규 기능 - 기여자: XXXXRT666, RVC-Boss +- 2025.06.06 [PR#2427](https://github.com/RVC-Boss/GPT-SoVITS/pull/2427) + - 내용: "X一X" 패턴의 다중 발음 감지 오류 수정 + - 유형: 수정 + - 기여자: wzy3650 +- 2025.06.05 [PR#2439](https://github.com/RVC-Boss/GPT-SoVITS/pull/2439) + - 내용: 설정 오류 수정; SoVITS 모델 로딩 오류 수정 + - 유형: 수정 + - 기여자: wzy3650 +- 2025.06.09 [Commit#8056efe4](https://github.com/RVC-Boss/GPT-SoVITS/commit/8056efe4ab7bbc3610c72ae356a6f37518441f7d) + - 내용: `ge.sum`의 수치 폭발 가능성으로 인한 추론 무음 현상 수정 + - 유형: 수정 + - 기여자: RVC-Boss +- 2025.06.10 [Commit#2c0436b9](https://github.com/RVC-Boss/GPT-SoVITS/commit/2c0436b9ce397424ae03476c836fb64c6e5ebcc6) + - 내용: 실험 이름이 공백으로 끝날 때 발생하는 잘못된 Windows 경로 문제 수정 + - 유형: 수정 + - 기여자: RVC-Boss +- 2025.06.10 [PR#2449](https://github.com/RVC-Boss/GPT-SoVITS/pull/2449) + - 내용: 언어 분할 최적화 + - 유형: 최적화 + - 기여자: KamioRinn +- 2025.06.11 [PR#2450](https://github.com/RVC-Boss/GPT-SoVITS/pull/2450) + - 내용: v2pro 병렬 추론 지원 버그 수정 + - 유형: 수정 + - 기여자: YYuX-1145 +- 2025.06.11 [Commit#ed89a023](https://github.com/RVC-Boss/GPT-SoVITS/commit/ed89a023378dabba9d4b6580235bb9742245816d) + - 내용: v2pro의 `ge` 추출 시 수치 오버플로우 문제 수정 + - 유형: 수정 + - 기여자: RVC-Boss +- 2025.06.17 [PR#2464](https://github.com/RVC-Boss/GPT-SoVITS/pull/2464) [PR#2482](https://github.com/RVC-Boss/GPT-SoVITS/pull/2482) + - 내용: `install.sh` 로직 최적화 + - 유형: 최적화 + - 기여자: XXXXRT666 +- 2025.06.27 [PR#2489](https://github.com/RVC-Boss/GPT-SoVITS/pull/2489) + - 내용: onnxruntime 로딩 로직 최적화 (GPU/CPU 감지) + - 유형: 최적화 + - 기여자: KamioRinn +- 2025.06.27 [PR#2488](https://github.com/RVC-Boss/GPT-SoVITS/pull/2488) + - 내용: 언어 분할 및 형식 최적화 + - 유형: 최적화 + - 기여자: KamioRinn + +## 202507 + +- 2025.07.10 [Commit#426e1a2bb](https://github.com/RVC-Boss/GPT-SoVITS/commit/426e1a2bb43614af2479b877c37acfb0591e952f) + - 내용: 추론 프로세스 우선순위 증가 (Win11에서 GPU 활용 제한 가능성 수정) + - 유형: 최적화 + - 기여자: XianYue0125 +- 2025.07.16 [PR#2490](https://github.com/RVC-Boss/GPT-SoVITS/pull/2490) + - 내용: TTS.py가 실제 지원되는 버전 v2Pro 및 v2ProPlus를 인식하지 못하는 문제 수정 및 기본 설정 업데이트 + - 유형: 수정 + - 기여자: jiangsier-xyz +- 2025.07.16 [Commit#4d8ebf85](https://github.com/RVC-Boss/GPT-SoVITS/commit/4d8ebf85233d4f1166d7cc02fdc595602975ca8f) + - 내용: 병렬 추론 모드에서 v2pro 모델 인식 문제 수정 + - 유형: 수정 + - 기여자: RVC-Boss +- 2025.07.17 [PR#2531](https://github.com/RVC-Boss/GPT-SoVITS/pull/2531) + - 내용: Whisper ASR이 더 비용 효율적인 distill 모델 지원 + - 유형: 최적화 + - 기여자: XXXXRT666 +- 2025.07.18 [PR#2536](https://github.com/RVC-Boss/GPT-SoVITS/pull/2536) + - 내용: `TTS_Config` 코드 로직 최적화 + - 유형: 최적화 + - 기여자: ChasonJiang +- 2025.07.18 [PR#2537](https://github.com/RVC-Boss/GPT-SoVITS/pull/2537) + - 내용: GPT 손실(loss) 계산 문제 수정 + - 유형: 수정 + - 기여자: ChasonJiang + +## 202508 + +- 2025.08.02 [PR#2561](https://github.com/RVC-Boss/GPT-SoVITS/pull/2561) + - 내용: WSL Rocm + - 유형: 수정 + - 기여자: XXXXRT666 + +## 202509 + +- 2025.09.10 [Commit#11aa78bd](https://github.com/RVC-Boss/GPT-SoVITS/commit/11aa78bd9bda8b53047cfcae03abf7ca94d27391) + - 내용: 환경 변수가 문자열이 아닐 수 있는 문제 수정 + - 유형: 수정 + - 기여자: RVC-Boss + +## 202511 + +- 2025.11.28 [PR#2671](https://github.com/RVC-Boss/GPT-SoVITS/pull/2671) [PR#2678](https://github.com/RVC-Boss/GPT-SoVITS/pull/2678) + - 내용: 스트리밍 추론 + - 유형: 새 기능 + - 기여자: ChasonJiang +- 2025.11.28 [PR#2636](https://github.com/RVC-Boss/GPT-SoVITS/pull/2636) + - 내용: 수학 표현식 텍스트에 대한 텍스트 전처리 로직 최적화 + - 유형: 최적화 + - 기여자: KamioRinn +- 2025.11.28 [PR#2469](https://github.com/RVC-Boss/GPT-SoVITS/pull/2469) + - 내용: 스트리밍 추론 + - 유형: 새 기능 + - 기여자: L-jasmine +- 2025.11.28 [PR#2577](https://github.com/RVC-Boss/GPT-SoVITS/pull/2577) + - 내용: VQ 분산 학습 지원 + - 유형: 최적화 + - 기여자: wzy3650 +- 2025.11.28 [PR#2627](https://github.com/RVC-Boss/GPT-SoVITS/pull/2627) [PR#2679](https://github.com/RVC-Boss/GPT-SoVITS/pull/2679) + - 내용: ASR 모델 다운로드 로직 최적화 + - 유형: 최적화 + - 기여자: XXXXRT666 +- 2025.11.28 [PR#2662](https://github.com/RVC-Boss/GPT-SoVITS/pull/2662) + - 내용: 기본 배치 크기 버그 수정 + - 유형: 수정 + - 기여자: Spr-Aachen + +## 202512 + +- 2025.12.30 [PR#2703](https://github.com/RVC-Boss/GPT-SoVITS/pull/2703) [PR#2704](https://github.com/RVC-Boss/GPT-SoVITS/pull/2704) + - 내용: 샘플링 오류 수정 + - 유형: 수정 + - 기여자: ChasonJiang + +## 202602 + +- 2026.02.08 [PR#2727](https://github.com/RVC-Boss/GPT-SoVITS/pull/2727) + - 내용: Conda 약관 미동의로 인한 빌드 실패 수정 + - 유형: 수정 + - 기여자: Oarora +- 2026.02.09 [PR#2732](https://github.com/RVC-Boss/GPT-SoVITS/pull/2732) + - 내용: 자동 환경 설정 최적화 + - 유형: 최적화 + - 기여자: XXXXRT666 + +## 202604 + +- 2026.04.18 [PR#2763](https://github.com/RVC-Boss/GPT-SoVITS/pull/2763) + - 내용: G2PW 추론 입력 구성 및 다중 발음 처리를 최적화하여 긴 문장에 대한 중복 계산 및 추론 오버헤드 감소 + - 유형: 최적화 + - 기여자: baicai-1145 +- 2026.04.18 [PR#2767](https://github.com/RVC-Boss/GPT-SoVITS/pull/2767) + - 내용: Windows 환경 단일 GPU에서 GPT-SoVITS v3의 LoRA 학습 흐름 개선 + - 유형: 최적화 + - 기여자: 2409324124 +- 2026.04.18 [PR#2755](https://github.com/RVC-Boss/GPT-SoVITS/pull/2755) + - 내용: 여러 모듈의 잡다한 버그 수정 + - 유형: 수정 + - 기여자: wishhyt +- 2026.04.18 [PR#2758](https://github.com/RVC-Boss/GPT-SoVITS/pull/2758) + - 내용: 데이터셋 처리를 위한 오류 처리 힌트 추가 + - 유형: 최적화 + - 기여자: mushroomcowisheggs +- 2026.04.18 [PR#2753](https://github.com/RVC-Boss/GPT-SoVITS/pull/2753) + - 내용: 병렬 추론의 일부 버그 수정 + - 유형: 수정 + - 기여자: wishhyt +- 2026.04.18 [PR#2733](https://github.com/RVC-Boss/GPT-SoVITS/pull/2733) + - 내용: DPO 학습이 누락 단어 시뮬레이션을 지원하지 않는 버그 수정 + - 유형: 수정 + - 기여자: Mr-Neutr0n +- 2026.04.18 [Commit#02425ea](https://github.com/RVC-Boss/GPT-SoVITS/commit/02425ea25680c26c700be0bc158756c69103d827) + - 내용: ONNX 스크립트에서 Optional 등 누락된 임포트 문제 수정 + - 유형: 수정 + - 기여자: RVC-Boss \ No newline at end of file diff --git a/docs/tr/Changelog_TR.md b/docs/tr/Changelog_TR.md index 5612aeed..cb928169 100644 --- a/docs/tr/Changelog_TR.md +++ b/docs/tr/Changelog_TR.md @@ -2,8 +2,6 @@ ## 202401 -## 202401 - - 2024.01.21 [PR#108](https://github.com/RVC-Boss/GPT-SoVITS/pull/108) - İçerik: WebUI'ya İngilizce sistem çeviri desteği eklendi. - Tür: Dokümantasyon @@ -332,6 +330,8 @@ - Tür: Optimizasyon - Katkıda Bulunan: RVC-Boss, GoHomeToMacDonal - İlgili: [PR#672](https://github.com/RVC-Boss/GPT-SoVITS/pull/672) +- Gelecek güncellemeler, `fast_inference` dalındaki değişikliklerin tutarlılığını doğrulamaya devam edecek. + - 2024.07.13 [PR#1294](https://github.com/RVC-Boss/GPT-SoVITS/pull/1294), [PR#1298](https://github.com/RVC-Boss/GPT-SoVITS/pull/1298) - İçerik: i18n taraması yeniden düzenlendi ve çok dilli yapılandırma dosyaları güncellendi - Tür: Dokümantasyon @@ -578,3 +578,160 @@ - İçerik: Otomatik hassasiyet algılama mantığı optimize edildi; WebUI önyüz modüllerine katlanabilir özellik eklendi - Tür: Yeni Özellik - Katkıda Bulunanlar: XXXXRT666, RVC-Boss +- 2025.06.06 [PR#2427](https://github.com/RVC-Boss/GPT-SoVITS/pull/2427) + - İçerik: "X一X" kalıbı için çok sesli harf tespitini düzelt + - Tür: Düzeltme + - Katkıda Bulunan: wzy3650 +- 2025.06.05 [PR#2439](https://github.com/RVC-Boss/GPT-SoVITS/pull/2439) + - İçerik: Yapılandırma düzeltmesi; SoVITS model yüklemesini düzelt + - Tür: Düzeltme + - Katkıda Bulunan: wzy3650 +- 2025.06.09 [Commit#8056efe4](https://github.com/RVC-Boss/GPT-SoVITS/commit/8056efe4ab7bbc3610c72ae356a6f37518441f7d) + - İçerik: `ge.sum` kaynaklı olası sayısal patlamayı (sessiz çıkarıma yol açan) düzelt + - Tür: Düzeltme + - Katkıda Bulunan: RVC-Boss +- 2025.06.10 [Commit#2c0436b9](https://github.com/RVC-Boss/GPT-SoVITS/commit/2c0436b9ce397424ae03476c836fb64c6e5ebcc6) + - İçerik: Deney adı boşlukla bittiğinde oluşan hatalı Windows yolunu düzelt + - Tür: Düzeltme + - Katkıda Bulunan: RVC-Boss +- 2025.06.10 [PR#2449](https://github.com/RVC-Boss/GPT-SoVITS/pull/2449) + - İçerik: Dil bölütlemeyi optimize et + - Tür: Optimizasyon + - Katkıda Bulunan: KamioRinn +- 2025.06.11 [PR#2450](https://github.com/RVC-Boss/GPT-SoVITS/pull/2450) + - İçerik: v2pro için paralel çıkarım desteğindeki hatayı düzelt + - Tür: Düzeltme + - Katkıda Bulunan: YYuX-1145 +- 2025.06.11 [Commit#ed89a023](https://github.com/RVC-Boss/GPT-SoVITS/commit/ed89a023378dabba9d4b6580235bb9742245816d) + - İçerik: v2pro için `ge` çıkarımındaki sayısal taşma sorununu düzelt + - Tür: Düzeltme + - Katkıda Bulunan: RVC-Boss +- 2025.06.17 [PR#2464](https://github.com/RVC-Boss/GPT-SoVITS/pull/2464) [PR#2482](https://github.com/RVC-Boss/GPT-SoVITS/pull/2482) + - İçerik: `install.sh` mantığını optimize et + - Tür: Optimizasyon + - Katkıda Bulunan: XXXXRT666 +- 2025.06.27 [PR#2489](https://github.com/RVC-Boss/GPT-SoVITS/pull/2489) + - İçerik: onnxruntime yükleme mantığını optimize et (GPU/CPU algılama) + - Tür: Optimizasyon + - Katkıda Bulunan: KamioRinn +- 2025.06.27 [PR#2488](https://github.com/RVC-Boss/GPT-SoVITS/pull/2488) + - İçerik: Dil bölütleme ve biçimlendirmeyi optimize et + - Tür: Optimizasyon + - Katkıda Bulunan: KamioRinn + +## 202507 + +- 2025.07.10 [Commit#426e1a2bb](https://github.com/RVC-Boss/GPT-SoVITS/commit/426e1a2bb43614af2479b877c37acfb0591e952f) + - İçerik: Çıkarım işlem önceliğini artır (Win11'de olası GPU kullanım sınırlamasını düzelt) + - Tür: Optimizasyon + - Katkıda Bulunan: XianYue0125 +- 2025.07.16 [PR#2490](https://github.com/RVC-Boss/GPT-SoVITS/pull/2490) + - İçerik: TTS.py'nin gerçekte desteklenen sürümler olan v2Pro ve v2ProPlus'ı tanımaması sorununu düzelt ve varsayılan yapılandırmayı güncelle + - Tür: Düzeltme + - Katkıda Bulunan: jiangsier-xyz +- 2025.07.16 [Commit#4d8ebf85](https://github.com/RVC-Boss/GPT-SoVITS/commit/4d8ebf85233d4f1166d7cc02fdc595602975ca8f) + - İçerik: Paralel çıkarım modunda v2pro model tanıma sorununu düzelt + - Tür: Düzeltme + - Katkıda Bulunan: RVC-Boss +- 2025.07.17 [PR#2531](https://github.com/RVC-Boss/GPT-SoVITS/pull/2531) + - İçerik: Whisper ASR daha uygun maliyetli distill modellerini destekler + - Tür: Optimizasyon + - Katkıda Bulunan: XXXXRT666 +- 2025.07.18 [PR#2536](https://github.com/RVC-Boss/GPT-SoVITS/pull/2536) + - İçerik: `TTS_Config` kod mantığını optimize et + - Tür: Optimizasyon + - Katkıda Bulunan: ChasonJiang +- 2025.07.18 [PR#2537](https://github.com/RVC-Boss/GPT-SoVITS/pull/2537) + - İçerik: GPT kayıp (loss) hesaplama sorununu düzelt + - Tür: Düzeltme + - Katkıda Bulunan: ChasonJiang + +## 202508 + +- 2025.08.02 [PR#2561](https://github.com/RVC-Boss/GPT-SoVITS/pull/2561) + - İçerik: WSL Rocm + - Tür: Düzeltme + - Katkıda Bulunan: XXXXRT666 + +## 202509 + +- 2025.09.10 [Commit#11aa78bd](https://github.com/RVC-Boss/GPT-SoVITS/commit/11aa78bd9bda8b53047cfcae03abf7ca94d27391) + - İçerik: Ortam değişkeninin dize (string) olmaması sorununu düzelt + - Tür: Düzeltme + - Katkıda Bulunan: RVC-Boss + +## 202511 + +- 2025.11.28 [PR#2671](https://github.com/RVC-Boss/GPT-SoVITS/pull/2671) [PR#2678](https://github.com/RVC-Boss/GPT-SoVITS/pull/2678) + - İçerik: Akışlı çıkarım (streaming inference) + - Tür: Yeni Özellik + - Katkıda Bulunan: ChasonJiang +- 2025.11.28 [PR#2636](https://github.com/RVC-Boss/GPT-SoVITS/pull/2636) + - İçerik: Matematiksel ifade metinleri için metin ön uç (frontend) mantığını optimize et + - Tür: Optimizasyon + - Katkıda Bulunan: KamioRinn +- 2025.11.28 [PR#2469](https://github.com/RVC-Boss/GPT-SoVITS/pull/2469) + - İçerik: Akışlı çıkarım (streaming inference) + - Tür: Yeni Özellik + - Katkıda Bulunan: L-jasmine +- 2025.11.28 [PR#2577](https://github.com/RVC-Boss/GPT-SoVITS/pull/2577) + - İçerik: VQ dağıtılmış eğitimi destekle + - Tür: Optimizasyon + - Katkıda Bulunan: wzy3650 +- 2025.11.28 [PR#2627](https://github.com/RVC-Boss/GPT-SoVITS/pull/2627) [PR#2679](https://github.com/RVC-Boss/GPT-SoVITS/pull/2679) + - İçerik: ASR model indirme mantığını optimize et + - Tür: Optimizasyon + - Katkıda Bulunan: XXXXRT666 +- 2025.11.28 [PR#2662](https://github.com/RVC-Boss/GPT-SoVITS/pull/2662) + - İçerik: Varsayılan parti boyutu (batch size) hatasını düzelt + - Tür: Düzeltme + - Katkıda Bulunan: Spr-Aachen + +## 202512 + +- 2025.12.30 [PR#2703](https://github.com/RVC-Boss/GPT-SoVITS/pull/2703) [PR#2704](https://github.com/RVC-Boss/GPT-SoVITS/pull/2704) + - İçerik: Örnekleme (sampling) hatasını düzelt + - Tür: Düzeltme + - Katkıda Bulunan: ChasonJiang + +## 202602 + +- 2026.02.08 [PR#2727](https://github.com/RVC-Boss/GPT-SoVITS/pull/2727) + - İçerik: Kabul edilmeyen Conda koşullarının neden olduğu derleme hatasını düzelt + - Tür: Düzeltme + - Katkıda Bulunan: Oarora +- 2026.02.09 [PR#2732](https://github.com/RVC-Boss/GPT-SoVITS/pull/2732) + - İçerik: Otomatik ortam kurulumunu optimize et + - Tür: Optimizasyon + - Katkıda Bulunan: XXXXRT666 + +# 202604 + +- 2026.04.18 [PR#2763](https://github.com/RVC-Boss/GPT-SoVITS/pull/2763) + - İçerik: Uzun cümlelerde gereksiz hesaplama ve çıkarım yükünü azaltmak için G2PW çıkarım girdi oluşturmayı ve çok sesli harf işlemeyi optimize et + - Tür: Optimizasyon + - Katkıda Bulunan: baicai-1145 +- 2026.04.18 [PR#2767](https://github.com/RVC-Boss/GPT-SoVITS/pull/2767) + - İçerik: Windows altında tek kartta GPT-SoVITS v3 için LoRA eğitim akışını iyileştir + - Tür: Optimizasyon + - Katkıda Bulunan: 2409324124 +- 2026.04.18 [PR#2755](https://github.com/RVC-Boss/GPT-SoVITS/pull/2755) + - İçerik: Birden çok modüldeki çeşitli hataları düzelt + - Tür: Düzeltme + - Katkıda Bulunan: wishhyt +- 2026.04.18 [PR#2758](https://github.com/RVC-Boss/GPT-SoVITS/pull/2758) + - İçerik: Veri kümesi işleme için hata işleme ipuçları ekle + - Tür: Optimizasyon + - Katkıda Bulunan: mushroomcowisheggs +- 2026.04.18 [PR#2753](https://github.com/RVC-Boss/GPT-SoVITS/pull/2753) + - İçerik: Paralel çıkarımdaki bazı hataları düzelt + - Tür: Düzeltme + - Katkıda Bulunan: wishhyt +- 2026.04.18 [PR#2733](https://github.com/RVC-Boss/GPT-SoVITS/pull/2733) + - İçerik: DPO eğitiminin eksik kelime simülasyonunu desteklememe hatasını düzelt + - Tür: Düzeltme + - Katkıda Bulunan: Mr-Neutr0n +- 2026.04.18 [Commit#02425ea](https://github.com/RVC-Boss/GPT-SoVITS/commit/02425ea25680c26c700be0bc158756c69103d827) + - İçerik: ONNX betiğinde (Optional vb.) eksik içe aktarmaları düzelt + - Tür: Düzeltme + - Katkıda Bulunan: RVC-Boss \ No newline at end of file