From b98810194703b6bb0ede03a00c460eeecdab5131 Mon Sep 17 00:00:00 2001 From: 34j <55338215+34j@users.noreply.github.com> Date: Sat, 18 Mar 2023 18:33:32 +0900 Subject: [PATCH] docs(readme): update README.md (#6) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 861eeeee..4e6ac600 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ License

-A fork of [`so-vits-svc`](https://github.com/svc-develop-team/so-vits-svc) with a **greatly improved interface**. Based on branch `4.0` (v1). No differences in functionality and the models are compatible. +A fork of [`so-vits-svc`](https://github.com/svc-develop-team/so-vits-svc) with **realtime support** and **greatly improved interface**. Based on branch `4.0` (v1) and the models are compatible. ## Installation @@ -49,6 +49,7 @@ pip install so-vits-svc-fork - Ready to use just by installing with `pip`. - Automatically download pretrained base model and HuBERT model - Code completely formatted with black, isort, autoflake etc. +- Other minor differences ## Usage @@ -58,6 +59,8 @@ pip install so-vits-svc-fork ![GUI](https://raw.githubusercontent.com/34j/so-vits-svc-fork/main/docs/_static/gui.png) +GUI launches with the following command: + ```shell svcg ```