Merge branch 'NT-v1.0' of https://github.com/ylzz1997/so-vits-svc into NT-v1.0

This commit is contained in:
ylzz1997 2023-05-15 01:23:50 +08:00
commit 23c9025fac
2 changed files with 26 additions and 3 deletions

View File

@ -2,14 +2,27 @@
[**English**](./README.md) | [**中文简体**](./README_zh_CN.md)
In the field of Singing Voice Conversion, there is not only one project, SoVitsSvc, but also many other projects, which will not be listed here. The project was officially discontinued for maintenance and Archived.
However, there are still other enthusiasts who have created their own branches and continue to maintain the SoVitsSvc project (still unrelated to SvcDevelopTeam and the repository maintainers) and have made some big changes to it for you to find out for yourself.
#### ✨ A fork with a greatly improved interface: [34j/so-vits-svc-fork](https://github.com/34j/so-vits-svc-fork)
#### ✨ A client supports real-time conversion: [w-okada/voice-changer](https://github.com/w-okada/voice-changer)
## Warning!!!
#### This project is fundamentally different from Vits. Vits is TTS and this project is SVC. TTS cannot be carried out in this project, and Vits cannot carry out SVC, and the two project models are not universal
## Announcement
The project was developed to allow the developers' favorite anime characters to sing, Anything involving real people is a departure from the intent of the developer.
## Disclaimer
This project is an open source, offline project, and all members of SvcDevelopTeam and all developers and maintainers of this project (hereinafter referred to as contributors) have no control over this project. The contributor of this project has never provided any organization or individual with any form of assistance, including but not limited to data set extraction, data set processing, computing support, training support, infering, etc. Contributors to the project do not and cannot know what users are using the project for. Therefore, all AI models and synthesized audio based on the training of this project have nothing to do with the contributors of this project. All problems arising therefrom shall be borne by the user.
This project is run completely offline and cannot collect any user information or obtain user input data. Therefore, contributors to this project are not aware of all user input and models and therefore are not responsible for any user input.
This project is only a framework project, which does not have the function of speech synthesis itself, and all the functions require the user to train the model themselves. Meanwhile, there is no model attached to this project, and any secondary distributed project has nothing to do with the contributors of this project
## 📏 Terms of Use
# Warning: Please solve the authorization problem of the dataset on your own. You shall be solely responsible for any problems caused by the use of non-authorized datasets for training and all consequences thereof.The repository and its maintainer, svc develop team, have nothing to do with the consequences!
@ -31,7 +44,7 @@ This project is an open source, offline project, and all members of SvcDevelopTe
| :-------------: | :----------: | :------------: |
| 4.0 | main branch | - |
| 4.0v2 | The VISinger2 model is used | incompatibility |
| 4.0-Vec768-Layer12 | The feature input is the Layer 12 Transformer output of the Content Vec | incompatibility |
| 4.0-Vec768-Layer12 | The feature input is the Layer 12 Transformer output of the Content Vec | Compatible after the configuration file is modified |
## 📝 Model Introduction

View File

@ -1,14 +1,24 @@
# SoftVC VITS Singing Voice Conversion
在歌唱声音转换领域不仅有SoVitsSvc一个项目还有很多其他项目这里就不一一列举了。该项目正式停止维护和存档。
然而仍然有其他的爱好者创建了他们自己的分支并继续维护SoVitsSvc项目(仍然与SvcDevelopTeam和存储库维护者无关),并对它进行了一些大的更改,供您自己发现。
[**English**](./README.md) | [**中文简体**](./README_zh_CN.md)
#### ✨ 改善了交互的一个分支推荐:[34j/so-vits-svc-fork](https://github.com/34j/so-vits-svc-fork)
#### ✨ 支持实时转换的一个客户端:[w-okada/voice-changer](https://github.com/w-okada/voice-changer)
## 重要通知
这个项目是为了让开发者最喜欢的动画角色唱歌而开发的,任何涉及真人的东西都与开发者的意图背道而驰。
## 声明
本项目为开源、离线的项目SvcDevelopTeam的所有成员与本项目的所有开发者以及维护者以下简称贡献者对本项目没有控制力。本项目的贡献者从未向任何组织或个人提供包括但不限于数据集提取、数据集加工、算力支持、训练支持、推理等一切形式的帮助本项目的贡献者不知晓也无法知晓使用者使用该项目的用途。故一切基于本项目训练的AI模型和合成的音频都与本项目贡献者无关。一切由此造成的问题由使用者自行承担。
此项目完全离线运行,不能收集任何用户信息或获取用户输入数据。因此,这个项目的贡献者不知道所有的用户输入和模型,因此不负责任何用户输入。
本项目只是一个框架项目,本身并没有语音合成的功能,所有的功能都需要用户自己训练模型。同时,这个项目没有任何模型,任何二次分发的项目都与这个项目的贡献者无关
## 📏 使用规约
@ -31,7 +41,7 @@
| :-------------: | :----------: | :------------: |
| 4.0 | 主分支 | - |
| 4.0v2 | 采用了VISinger2模型 | 不兼容 |
| 4.0-Vec768-Layer12 | 特征输入为Content Vec的第12层Transformer输出 | 兼容 |
| 4.0-Vec768-Layer12 | 特征输入为Content Vec的第12层Transformer输出 | 修改配置文件后兼容 |
## 📝 模型简介