GPT-SoVITS/docs/en/Changelog_EN.md
SapphireLab d7c2210da8
Update Documentation (#2436)
* docs(Changelog_CN): Reformat the Changlog_CN before 2024.08

* docs(README): Update Multi-Language README

* docs(Changelog_CN): Separate links and content

* docs(Changelog_CN): fix missing issue.

* docs(Changelog_EN): Update Changelog_EN to date

* docs(Changelog_EN): fix typo

* docs(Changelog_JA): Update Changelog_JA to date

* docs(Changelog_KO): Update Changelog_KO to date

* docs(Changelog_TR): Update Changelog_TR to date

* docs(i18n): Update Multi-Language i18n JSON
2025-06-06 10:30:17 +08:00

35 KiB

Changelog

202401

  • 2024.01.21 PR#108
    • Content: Added English system translation support to WebUI.
    • Type: Documentation
    • Contributor: D3lik
  • 2024.01.21 Commit#7b89c9ed
    • Content: Attempted to fix SoVITS training ZeroDivisionError.
    • Type: Fix
    • Contributor: RVC-Boss, Tybost
    • Related: Issue#79
  • 2024.01.21 Commit#ea62d6e0
    • Content: Significantly reduced the issue of synthesized audio containing the end of the reference audio.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.01.21 Commit#a87ad522
    • Content: cmd-asr.py now checks if the FunASR model is included in the default directory, and if not, it will download it from ModelScope.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.01.21 Commit#f6147116
    • Content: Config.py now has an is_share parameter, which can be set to True to map the WebUI to the public network.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.01.21 Commit#102d5081
    • Content: Cleaned up cached audio files and other files in the TEMP folder.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.01.22 Commit#872134c8
    • Content: Fixed the issue where excessively short output files resulted in repeating the reference audio.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.22 Tested native support for English and Japanese training (Japanese training requires the root directory to be free of non-English special characters).
  • 2024.01.22 PR#124
    • Content: Improved audio path checking. If an attempt is made to read from an incorrect input path, it will report that the path does not exist instead of an ffmpeg error.
    • Type: Optimization
    • Contributor: xmimu
  • 2024.01.23 Commit#93c47cd9
    • Content: Resolved the issue where Hubert extraction caused NaN errors, leading to SoVITS/GPT training ZeroDivisionError.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.23 Commit#80fffb0a
    • Content: Replaced jieba with jieba_fast for Chinese word segmentation.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.01.23 Commit#63625758
    • Content: Optimized model file sorting logic.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.01.23 Commit#0c691191
    • Content: Added support for quick model switching in the inference WebUI.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.01.25 Commit#249561e5
    • Content: Removed redundant logs in the inference WebUI.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.01.25 PR#183, PR#200
    • Content: Supported training and inference on Mac.
    • Type: Feature
    • Contributor: Lion-Wu
  • 2024.01.26 Commit#813cf96e, Commit#2d1ddeca
    • Content: Fixed the issue of UVR5 reading and automatically jumping out of directories.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.26 PR#204
    • Content: Added support for Chinese-English mixed and Japanese-English mixed output texts.
    • Type: Feature
    • Contributor: Kakaru Hayate
  • 2024.01.26 Commit#f4148cf7
    • Content: Added optional segmentation mode for output.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.01.26 Commit#9fe955c1
    • Content: Fixed multiple newline issues causing inference errors.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.26 Commit#84ee4719
    • Content: Automatically forced single precision for GPU that do not support half precision; enforced single precision under CPU inference.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.01.28 PR#238
    • Content: Completed model downloading process in the Dockerfile.
    • Type: Fix
    • Contributor: breakstring
  • 2024.01.28 PR#257
    • Content: Fixed the issue with the pronunciation of numbers converting to Chinese characters.
    • Type: Fix
    • Contributor: duliangang
  • 2024.01.28 Commit#f0cfe397
    • Content: Fixed the issue where GPT training did not save checkpoints.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.28 Commit#b8ae5a27
    • Content: Excluded unreasonable reference audio lengths by setting restrictions.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.28 Commit#698e9655
    • Content: Fixed the issue where swallowing a few characters at the beginning of sentences.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.29 Commit#ff977a5f
    • Content: Changed training configurations to single precision for GPUs like the 16 series, which have issues with half precision training.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.29 Commit#172e139f
    • Content: Tested and updated the available Colab version.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.01.29 PR#135
    • Content: Updated FunASR to Version 1.0 and fixed errors caused by interface misalignment.
    • Type: Fix
    • Contributor: LauraGPT
  • 2024.01.30 Commit#1c2fa98c
    • Content: Fixed issues with splitting Chinese and English punctuation and added punctuation at the beginning and end of sentences.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.01.30 Commit#74409f35
    • Content: Added splitting by punctuation.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.01.30 Commit#c42eeccf
    • Content: Automatically removed double quotes from all path-related entries to prevent errors from novice users copying paths with double quotes.
    • Type: Fix
    • Contributor: RVC-Boss

202402

  • 2024.02.01 Commit#45f73519
    • Content: Fixed the issue where an ASR path ending with / caused an error in saving the filename.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.02.03 Commit#dba1a74c
    • Content: Fixed the UVR5 format reading error causing separation failures.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.02.03 Commit#3ebff70b
    • Content: Supported automatic segmentation and language recognition for mixed Chinese-Japanese-English texts.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.02.03 PR#377
    • Content: introduced PaddleSpeech's Normalizer to fix issues like reading "xx.xx%" (percent symbols) and "元/吨" being read as "元吨" instead of "元每吨", and fixed underscore errors.
    • Type: Optimization
    • Contributor: KamioRinn
  • 2024.02.05 PR#395
    • Content: Optimized English text frontend.
    • Type: Optimization
    • Contributor: KamioRinn
  • 2024.02.06 Commit#
    • Content: Corrected language parameter confusion causing decreased Chinese inference quality.
    • Type: Fix
    • Contributor: RVC-Boss
    • Related: Issue#391
  • 2024.02.06 PR#403
    • Content: Adapted UVR5 to higher versions of librosa.
    • Type: Fix
    • Contributor: StaryLan
  • 2024.02.07 Commit#14a28510
    • Content: Fixed UVR5 inf everywhere error caused by is_half parameter not converting to boolean, resulting in constant half precision inference, which caused inf on 16 series GPUs.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.02.07 Commit#d74f888e
    • Content: Fixed Gradio dependencies.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.02.07 PR#400
    • Content: Integrated Faster Whisper ASR for Japanese and English.
    • Type: Feature
    • Contributor: Shadow
  • 2024.02.07 Commit#6469048d~Commit#94ee71d9
    • Content: Supported automatic reading of .list full paths if the root directory is left blank during dataset preparation.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.02.08 Commit#59f35ada
    • Content: Attempted to fix GPT training hang on Windows 10 1909 and Traditional Chinese System Language.
    • Type: Fix
    • Contributor: RVC-Boss
    • Related: Issue#232
  • 2024.02.12 PR#457
    • Content: Enabled experimental DPO Loss training option to mitigate GPT repetition and missing characters by constructing negative samples during training and made several inference parameters available in the inference WebUI.
    • Type: Feature
    • Contributor: liufenghua
  • 2024.02.12 Commit#, Commit#
    • Content: Optimized logic for Faster Whisper and FunASR, switching Faster Whisper to mirror downloads to avoid issues with Hugging Face connections.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.02.15 Commit#
    • Content: Supported Chinese experiment names in training (previously caused errors).
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.02.15 Commit#ccb9b08b~Commit#895fde46
    • Content: Made DPO training an optional feature instead of mandatory. If selected, the batch size is automatically halved. Fixed issues with new parameters not being passed in the inference WebUI.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.02.15 Commit#7b0c3c67
    • Content: Fixed bugs in Chinese frontend.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.02.16 PR#499
    • Content: Supported input without reference text.
    • Type: Feature
    • Contributor: Watchtower-Liu
    • Related: Issue#475
  • 2024.02.17 PR#509, PR#507, PR#532, PR#556, PR#559
    • Content: Optimized Chinese and Japanese frontend processing.
    • Type: Optimization
    • Contributor: KamioRinn, v3cun
  • 2024.02.17 PR#510, PR#511
    • Content: Fixed Colab public URL issue.
    • Type: Fix
    • Contributor: ChanningWang2018, RVC-Boss
  • 2024.02.21 PR#557
    • Content: Switched Mac CPU inference to use CPU instead of MPS for faster performance.
    • Type: Optimization
    • Contributor: XXXXRT666
  • 2024.02.21 Commit#6da486c1, Commit#
    • Content: Added a noise reduction option during data processing (noise reduction leaves only 16kHz sampling rate; use only if the background noise is significant).
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.02.28 PR#573
    • Content: Modified is_half check to ensure proper CPU inference on Mac.
    • Type: Fix
    • Contributor: XXXXRT666
  • 2024.02.28 PR#610
    • Content: Fixed UVR5 reverb removal model where the setting was reversed.
    • Type: Fix
    • Contributor: Yuze Wang

202403

  • 2024.03.06 PR#675
    • Content: Enabled automatic CPU inference for Faster Whisper if no CUDA is available.
    • Type: Optimization
    • Contributor: ShiroDoMain
  • 2024.03.06 Commit#616be20d
    • Content: No longer requires downloading the Chinese FunASR model first when using Faster Whisper non-Chinese ASR.
    • Type: Optimization
    • Contributor: RVC-Boss
  • 2024.03.09 PR#672
    • Content: Accelerated inference by 50% (tested on RTX3090 + PyTorch 2.2.1 + CU11.8 + Win10 + Py39).
    • Type: Optimization
    • Contributor: GoHomeToMacDonal
  • 2024.03.10 PR#721
    • Content: Added a quick inference branch fast_inference_.
    • Type: Feature
    • Contributor: ChasonJiang
  • 2024.03.13 PR#761
    • Content: Supported CPU training, using CPU for training on macOS.
    • Type: Feature
    • Contributor: Lion-Wu
  • 2024.03.19 PR#804, PR#812, PR#821
    • Content: Optimized the English text frontend.
    • Type: Optimization
    • Contributor: KamioRinn
  • 2024.03.30 PR#894
    • Content: Improved API format.
    • Type: Optimization
    • Contributor: KamioRinn

202404

  • 2024.04.03 PR#917
    • Content: Corrected FFmpeg command string formatting in UVR5 WebUI.
    • Type: Fix
    • Contributor: StaryLan

202405

  • 2024.05.02 PR#953
    • Content: Fixed the issue of SoVITS training without freezing VQ (which could cause quality degradation).
    • Type: Fix
    • Contributor: hcwu1993
    • Related: Issue#747
  • 2024.05.19 PR#1102
    • Content: Added error prompts for unsupported languages during training data processing.
    • Type: Optimization
    • Contributor: StaryLan
  • 2024.05.27 PR#1132
    • Content: Fixed the bug in Hubert extraction.
    • Type: Fix
    • Contributor: XXXXRT666

202406

  • 2024.06.06 Commit#
    • Content: Fixed the issue of WebUI's GPT fine-tuning not reading BERT feature of Chinese input texts, causing inconsistency with inference and potential quality degradation. Caution: If you have previously fine-tuned with a large amount of data, it is recommended to retune the model to improve quality.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.06.07 PR#1159
    • Content: Fixed progress bar logic for SoVITS training in s2_train.py.
    • Type: Fix
    • Contributor: pengzhendong
  • 2024.06.10 Commit#501a74ae
    • Content: Fixed string formatting when UVR5 MDXNet calls FFmpeg, ensuring compatibility with paths containing spaces.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.06.10 PR#1168, PR#1169
    • Content: Improved the logic for pure punctuation and multi-punctuation text input.
    • Type: Fix
    • Contributor: XXXXRT666
    • Related: Issue#1165
  • 2024.06.13 Commit#db506705
    • Content: Fixed default batch size decimal issue in CPU inference.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.06.28 PR#1258, PR#1265, PR#1267
    • Content: Fixed issues where denoising or ASR encountering exceptions would exit all pending audio files.
    • Type: Fix
    • Contributor: XXXXRT666
  • 2024.06.29 Commit#a208698e
    • Content: Fixed multi-process save logic for multi-GPU training.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2024.06.29 PR#1251
    • Content: Removed redundant my_utils.py.
    • Type: Optimization
    • Contributor: aoguai
    • Related: Issue#1189

202407

  • 2024.07.06 PR#1253

    • Content: Fixed the issue of splitting decimals when splitting by punctuation.
    • Type: Fix
    • Contributor: aoguai
  • 2024.07.06 Commit#

    • Content: The accelerated inference code has been validated and merged into the main branch, ensuring consistent inference effects with the base. It also supports accelerated inference in no-reference text mode.
    • Type: Optimization
    • Contributor: RVC-Boss, GoHomeToMacDonal
    • Related: PR#672
  • Future updates will continue to verify the consistency of changes in the fast_inference branch.

  • 2024.07.13 PR#1294, PR#1298

    • Content: Refactor i18n scanning and update multi-language configuration files.
    • Type: Documentation
    • Contributor: StaryLan
  • 2024.07.13 PR#1299

    • Content: Fixed issues where trailing slashes in user file paths caused command line errors.
    • Type: Fix
    • Contributor: XXXXRT666
  • 2024.07.19 PR#756

    • Content: Fix the inconsistency in training steps when using a custom bucket_sampler during GPT training.
    • Type: Fix
    • Contributor: huangxu1991
  • 2024.07.23 Commit#9588a3c5, PR#1340

    • Content: Support adjusting speech speed during synthesis, including an option to freeze randomness and only control speed. This feature has been updated to api.py.
    • Type: Feature
    • Contributor: RVC-Boss, 红血球AE3803
  • 2024.07.27 PR#1306, PR#1356

    • Content: Added support for the BS-RoFormer vocal accompaniment separation model.
    • Type: Feature
    • Contributor: KamioRinn
  • 2024.07.27 PR#1351

    • Content: Improved Chinese text frontend.
    • Type: Feature
    • Contributor: KamioRinn

202408 (V2 Version)

  • 2024.08.01 PR#1355
    • Content: Automatically fill in the paths when processing files in the WebUI.
    • Type: Chore
    • Contributor: XXXXRT666
  • 2024.08.01 Commit#e62e9653
    • Content: Enabled FP16 inference support for BS-Roformer.
    • Type: Performance Optimization
    • Contributor: RVC-Boss
  • 2024.08.01 Commit#bce451a2, Commit#4c8b7612
    • Content: Optimized GPU recognition logic, added user-friendly logic to handle arbitrary GPU indices entered by users.
    • Type: Chore
    • Contributor: RVC-Boss
  • 2024.08.02 Commit#ff6c193f~Commit#de7ee7c7
    • Content: Added GPT-SoVITS V2 model.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.08.03 Commit#8a101474
    • Content: Added support for Cantonese ASR by using FunASR.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2024.08.03 PR#1387, PR#1388
    • Content: Optimized UI and timing logic.
    • Type: Chore
    • Contributor: XXXXRT666
  • 2024.08.06 PR#1404, PR#987, PR#488
    • Content: Optimized polyphonic character handling logic (V2 Only).
    • Type: Fix, Feature
    • Contributor: KamioRinn, RVC-Boss
  • 2024.08.13 PR#1422
    • Content: Fixed bug where only one reference audio could be uploaded; added dataset validation with warning popups for missing files.
    • Type: Fix, Chore
    • Contributor: XXXXRT666
  • 2024.08.20 Issue#1508
    • Content: Upstream LangSegment library now supports optimizing numbers, phone numbers, dates, and times using SSML tags.
    • Type: Feature
    • Contributor: juntaosun
  • 2024.08.20 PR#1503
    • Content: Fixed and optimized API.
    • Type: Fix
    • Contributor: KamioRinn
  • 2024.08.20 PR#1490
    • Content: Merged fast_inference branch into the main branch.
    • Type: Refactor
    • Contributor: ChasonJiang
  • 2024.08.21 Officially released GPT-SoVITS V2 version.

202502 (V3 Version)

  • 2025.02.11 Commit#ed207c4b~Commit#6e2b4918
    • Content: Added GPT-SoVITS V3 model, which requires 14GB VRAM for fine-tuning.
    • Type: Feature (Refer to Wiki)
    • Contributor: RVC-Boss
  • 2025.02.12 PR#2032
    • Content: Updated multilingual project documentation.
    • Type: Documentation
    • Contributor: StaryLan
  • 2025.02.12 PR#2033
    • Content: Updated Japanese documentation.
    • Type: Documentation
    • Contributor: Fyphen
  • 2025.02.12 PR#2010
    • Content: Optimized attention calculation logic.
    • Type: Performance Optimization
    • Contributor: wzy3650
  • 2025.02.12 PR#2040
    • Content: Added gradient checkpointing support for fine-tuning, requiring 12GB VRAM.
    • Type: Feature
    • Contributor: Kakaru Hayate
  • 2025.02.14 PR#2047, PR#2062, PR#2073
    • Content: Switched to a new language segmentation tool, improved multilingual mixed-text splitting strategy, and optimized number and English processing logic.
    • Type: Feature
    • Contributor: KamioRinn
  • 2025.02.23 Commit#56509a17~Commit#514fb692
    • Content: GPT-SoVITS V3 model now supports LoRA training, requiring 8GB GPU Memory for fine-tuning.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2025.02.23 PR#2078
    • Content: Added Mel Band Roformer model support for vocal and Instrument separation.
    • Type: Feature
    • Contributor: Sucial
  • 2025.02.26 PR#2112, PR#2114
    • Content: Fixed MeCab error under Chinese paths (specifically for Japanese/Korean or multilingual text splitting).
    • Type: Fix
    • Contributor: KamioRinn
  • 2025.02.27 Commit#92961c3f~Commit#250b1c73
    • Content: Added 24kHz to 48kHz audio super-resolution models to alleviate the "muffled" audio issue when generating 24K audio with V3 model.
    • Type: Feature
    • Contributor: RVC-Boss
    • Related: Issue#2085, Issue#2117
  • 2025.02.28 PR#2123
    • Content: Updated multilingual project documentation.
    • Type: Documentation
    • Contributor: StaryLan
  • 2025.02.28 PR#2122
    • Content: Applied rule-based detection for short CJK characters when model cannot identify them.
    • Type: Fix
    • Contributor: KamioRinn
    • Related: Issue#2116
  • 2025.02.28 Commit#c38b1690, Commit#a32a2b89
    • Content: Added speech rate parameter to control synthesis speed.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2025.02.28 Officially released GPT-SoVITS V3.

202503

  • 2025.03.31 PR#2236

  • 2025.03.31 PR#2241

    • Content: Enabled parallel inference for SoVITS v3.
    • Type: Feature
    • Contributor: ChasonJiang
  • Fixed other minor bugs.

  • Integrated package fixes for ONNX runtime GPU inference support:

    • Type: Fix
    • Details:
      • ONNX models within G2PW switched from CPU to GPU inference, significantly reducing CPU bottleneck;
      • foxjoy dereverberation model now supports GPU inference.

202504 (V4 Version)

  • 2025.04.01 Commit#6a60e5ed
    • Content: Unlocked SoVITS v3 parallel inference; fixed asynchronous model loading logic.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2025.04.07 PR#2255
    • Content: Code formatting using Ruff; updated G2PW link.
    • Type: Style
    • Contributor: XXXXRT666
  • 2025.04.15 PR#2290
    • Content: Cleaned up documentation; added Python 3.11 support; updated installers.
    • Type: Chore
    • Contributor: XXXXRT666
  • 2025.04.20 PR#2300
    • Content: Updated Colab, installation files, and model downloads.
    • Type: Chore
    • Contributor: XXXXRT666
  • 2025.04.20 Commit#e0c452f0~Commit#9d481da6
    • Content: Added GPT-SoVITS V4 model.
    • Type: Feature
    • Contributor: RVC-Boss
  • 2025.04.21 Commit#8b394a15~Commit#bc2fe5ec, PR#2307
    • Content: Enabled parallel inference for V4.
    • Type: Feature
    • Contributor: RVC-Boss, ChasonJiang
  • 2025.04.22 Commit#7405427a~Commit#590c83d7, PR#2309
    • Content: Fixed model version parameter passing.
    • Type: Fix
    • Contributor: RVC-Boss, ChasonJiang
  • 2025.04.22 Commit#fbdab94e, PR#2310
    • Content: Fixed Numpy and Numba version mismatch issue; updated librosa version.
    • Type: Fix
    • Contributor: RVC-Boss, XXXXRT666
    • Related: Issue#2308
  • 2024.04.22 Officially released GPT-SoVITS V4.
  • 2025.04.22 PR#2311
    • Content: Updated Gradio parameters.
    • Type: Chore
    • Contributor: XXXXRT666
  • 2025.04.25 PR#2322
    • Content: Improved Colab/Kaggle notebook scripts.
    • Type: Chore
    • Contributor: XXXXRT666

202505

  • 2025.05.26 PR#2351
    • Content: Improved Docker and Windows auto-build scripts; added pre-commit formatting.
    • Type: Chore
    • Contributor: XXXXRT666
  • 2025.05.26 PR#2408
    • Content: Optimized multilingual text splitting and recognition logic.
    • Type: Fix
    • Contributor: KamioRinn
    • Related: Issue#2404
  • 2025.05.26 PR#2377
    • Content: Implemented caching strategies to improve SoVITS V3/V4 inference speed by 10%.
    • Type: Performance Optimization
    • Contributor: Kakaru Hayate
  • 2025.05.26 Commit#4d9d56b1, Commit#8c705784, Commit#fafe4e7f
    • Content: Updated the annotation interface with a reminder: click Submit Text after completing each page, or changes will not be saved.
    • Type: Fix
    • Contributor: RVC-Boss
  • 2025.05.29 Commit#1934fc1e
    • Content: Fixed UVR5 and ONNX dereverberation model errors when FFmpeg encodes MP3/M4A files with spaces in original paths.
    • Type: Fix
    • Contributor: RVC-Boss

202506 (V2Pro Series)

  • 2025.06.03 PR#2420
    • Content: Updated multilingual project documentation.
    • Type: Documentation
    • Contributor: StaryLan
  • 2025.06.04 PR#2417
    • Content: Support exporting V4 with TorchScript.
    • Type: Feature
    • Contributor: L-jasmine
  • 2025.06.04 Commit#b7c0c5ca~Commit#298ebb03
    • Content: Added GPT-SoVITS V2Pro Series model (V2Pro, V2ProPlus)..
    • Type: Feature
    • Contributor: RVC-Boss
  • 2025.06.05 PR#2426
    • Description: Fix initialization error in config/inference_webui.
    • Type: Fix
    • Contributor: StaryLan
  • 2025.06.05 PR#2427, Commit#7d70852a, PR#2434
    • Content: Optimized automatic precision detection logic; added collapsible functionality to WebUI frontend modules.
    • Type: New Feature
    • Contributors: XXXXRT666, RVC-Boss