From cd3e966d3caab3e5da1ed65c8ce078a1e1532116 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:33:56 +0800 Subject: [PATCH] Update Changelog_EN.md --- docs/en/Changelog_EN.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/en/Changelog_EN.md b/docs/en/Changelog_EN.md index fa30319..1dd2109 100644 --- a/docs/en/Changelog_EN.md +++ b/docs/en/Changelog_EN.md @@ -1,3 +1,16 @@ +### 2026-07-18 +- Reduced web UI complexity (no path required for audio inference input, improved real-time frontend logs, automatic model-list refresh after saving a small inference model, automatic detection of the matching index path after selecting a model on the inference home page, etc.). +- Data feature extraction, model training, and index building can now be interrupted and resumed after restarting. +- Automatically detects the GPU to determine the inference mode and precision. +- Fixed dependency issues (including issues with pyworld, fairseq, matplotlib, PyAV, and ONNX Runtime GPU environments). +- Resolved encoding issues. +- The web UI now automatically searches for an available port at startup. +- Single-GPU training no longer uses DDP. +- The base model remains unchanged. Several issues affecting output quality have been fixed. Updating the bundled package/code and rerunning inference with an existing fine-tuned model, or retraining and then running inference with the new version, may improve results. +- Added support for the FCPE pitch extraction algorithm. +- Added support for CUDA Graph inference acceleration. +- Removed features that were clearly obsolete or no longer useful. + ### 2023-10-06 - We have created a GUI for real-time voice change: go-realtime_gui.bat/realtime_gui.py (Note that you should choose the same type of input and output device, e.g. MME and MME). - We trained a better pitch extract RMVPE model.