From 38d97449d5b443167926f409f904f4b40c6e0f03 Mon Sep 17 00:00:00 2001 From: 34j <55338215+34j@users.noreply.github.com> Date: Sun, 26 Mar 2023 17:42:44 +0900 Subject: [PATCH] docs: update notebook and README.md (#128) --- README.md | 2 +- notebooks/so-vits-svc-fork-4.0.ipynb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 241e93bb..26ba1c3f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ A fork of [`so-vits-svc`](https://github.com/svc-develop-team/so-vits-svc) with - Ready to use just by installing with `pip`. - Automatically download pretrained base model and HuBERT model - Code completely formatted with black, isort, autoflake etc. -- Volume normalization in preprocessing - Other minor differences ## Installation @@ -141,6 +140,7 @@ svc train - Dataset audio duration per file should be <~ 10s or VRAM will run out. - To change the f0 inference method to CREPE, replace `svc pre-hubert` with `svc pre-hubert -fm crepe`. You may need to reduce `--n-jobs` due to performance issues. - It is recommended to change the batch_size in `config.json` before the `train` command to match the VRAM capacity. As tested, the default requires about 14 GB. +- Silence removal and volume normalization are automatically performed (as in the upstream repo) and are not required. ### Further help diff --git a/notebooks/so-vits-svc-fork-4.0.ipynb b/notebooks/so-vits-svc-fork-4.0.ipynb index 876d0889..db487f53 100644 --- a/notebooks/so-vits-svc-fork-4.0.ipynb +++ b/notebooks/so-vits-svc-fork-4.0.ipynb @@ -12,6 +12,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -46,6 +47,7 @@ "outputs": [], "source": [ "#@title Install dependencies\n", + "#@markdown pip may fail to resolve dependencies and raise ERROR, but it can be ignored.\n", "!python -m pip install -U pip wheel\n", "%pip install -U ipython \n", "\n",