Skip to content

Commit

Permalink
docs: update notebook and README.md (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j authored Mar 26, 2023
1 parent 4647984 commit 38d9744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions notebooks/so-vits-svc-fork-4.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 38d9744

Please sign in to comment.