1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-08 20:10:44 +08:00

docs: tidy all READMEs (#16)

* docs: remove most HTML from markdown

using HTML in markdown is not a good practice in general, however some things that exist in HTML do not yet exist in markdown, such as centering a sector of text; therefore `<div align="center"></div>` can not be removed without altering the looks of the README.

* docs(translation): replace as much HTML in markdown files as possible for all translated READMEs under `docs/`

* docs(translation): update all req files mentioned in translated READMEs under `docs/` dir
This commit is contained in:
Alex Murkoff
2024-06-09 21:05:45 +07:00
committed by GitHub
parent 2dbff5c562
commit 360318b2f5
8 changed files with 84 additions and 146 deletions

View File

@@ -1,12 +1,12 @@
<div align="center"> <div align="center">
<h1>Retrieval-based-Voice-Conversion-WebUI</h1> # Retrieval-based-Voice-Conversion-WebUI
一个基于VITS的简单易用的变声框架<br><br> 一个基于VITS的简单易用的变声框架<br><br>
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange [![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange
)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) )](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br> ![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Licence](https://img.shields.io/badge/LICENSE-MIT-green.svg?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE) [![Licence](https://img.shields.io/badge/LICENSE-MIT-green.svg?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/) [![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -25,24 +25,11 @@
> 由于某些地区无法直连Hugging Face即使设法成功访问速度也十分缓慢特推出模型/整合包/工具的一键下载器,欢迎试用:[RVC-Models-Downloader](https://github.com/fumiama/RVC-Models-Downloader) > 由于某些地区无法直连Hugging Face即使设法成功访问速度也十分缓慢特推出模型/整合包/工具的一键下载器,欢迎试用:[RVC-Models-Downloader](https://github.com/fumiama/RVC-Models-Downloader)
<table> | 训练推理界面 | 实时变声界面 |
<tr> | :--------: | :---------: |
<td align="center">训练推理界面</td> | ![web](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/092e5c12-0d49-4168-a590-0b0ef6a4f630) | ![realtime-gui](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/730b4114-8805-44a1-ab1a-04668f3c30a6) |
<td align="center">实时变声界面</td> | go-web.bat | go-realtime-gui.bat |
</tr> | 可以自由选择想要执行的操作。 | 我们已经实现端到端170ms延迟。如使用ASIO输入输出设备已能实现端到端90ms延迟但非常依赖硬件驱动支持。|
<tr>
<td align="center"><img src="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/092e5c12-0d49-4168-a590-0b0ef6a4f630"></td>
<td align="center"><img src="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/730b4114-8805-44a1-ab1a-04668f3c30a6"></td>
</tr>
<tr>
<td align="center">go-web.bat</td>
<td align="center">go-realtime-gui.bat</td>
</tr>
<tr>
<td align="center">可以自由选择想要执行的操作。</td>
<td align="center">我们已经实现端到端170ms延迟。如使用ASIO输入输出设备已能实现端到端90ms延迟但非常依赖硬件驱动支持。</td>
</tr>
</table>
## 简介 ## 简介
本仓库具有以下特点 本仓库具有以下特点
@@ -227,6 +214,4 @@ rvcmd packs/general/latest # RVC-Models-Downloader command
+ The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss). + The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss).
## 感谢所有贡献者作出的努力 ## 感谢所有贡献者作出的努力
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>

View File

@@ -1,12 +1,14 @@
<div align="center"> <div align="center">
<h1>Retrieval-based-Voice-Conversion-WebUI</h1> # Retrieval-based-Voice-Conversion-WebUI
An easy-to-use voice conversion framework based on VITS.<br><br> An easy-to-use voice conversion framework based on VITS.
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange [![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange
)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) )](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br> ![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Licence](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE) [![Licence](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/) [![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -25,24 +27,11 @@ An easy-to-use voice conversion framework based on VITS.<br><br>
> There's a [one-click downloader](https://github.com/fumiama/RVC-Models-Downloader) for models/integration packages/tools. Welcome to try. > There's a [one-click downloader](https://github.com/fumiama/RVC-Models-Downloader) for models/integration packages/tools. Welcome to try.
<table> | Training and inference Webui | Real-time voice changing GUI |
<tr> | :--------: | :---------: |
<td align="center">Training and inference Webui</td> | ![web](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/092e5c12-0d49-4168-a590-0b0ef6a4f630) | ![realtime-gui](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/730b4114-8805-44a1-ab1a-04668f3c30a6) |
<td align="center">Real-time voice changing GUI</td> | go-web.bat | go-realtime-gui.bat |
</tr> | You can freely choose the action you want to perform. | We have achieved an end-to-end latency of 170ms. With the use of ASIO input and output devices, we have managed to achieve an end-to-end latency of 90ms, but it is highly dependent on hardware driver support. |
<tr>
<td align="center"><img src="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/092e5c12-0d49-4168-a590-0b0ef6a4f630"></td>
<td align="center"><img src="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/730b4114-8805-44a1-ab1a-04668f3c30a6"></td>
</tr>
<tr>
<td align="center">go-web.bat</td>
<td align="center">go-realtime-gui.bat</td>
</tr>
<tr>
<td align="center">You can freely choose the action you want to perform.</td>
<td align="center">We have achieved an end-to-end latency of 170ms. With the use of ASIO input and output devices, we have managed to achieve an end-to-end latency of 90ms, but it is highly dependent on hardware driver support.</td>
</tr>
</table>
## Features: ## Features:
+ Reduce tone leakage by replacing the source feature to training-set feature using top1 retrieval; + Reduce tone leakage by replacing the source feature to training-set feature using top1 retrieval;
@@ -85,19 +74,19 @@ sh ./run.sh
3. Install the corresponding dependencies according to your own graphics card. 3. Install the corresponding dependencies according to your own graphics card.
- Nvidia GPU - Nvidia GPU
```bash ```bash
pip install -r requirements/requirements.txt pip install -r requirements/main.txt
``` ```
- AMD/Intel GPU - AMD/Intel GPU
```bash ```bash
pip install -r requirements/requirements-dml.txt pip install -r requirements/dml.txt
``` ```
- AMD ROCM (Linux) - AMD ROCM (Linux)
```bash ```bash
pip install -r requirements/requirements-amd.txt pip install -r requirements/amd.txt
``` ```
- Intel IPEX (Linux) - Intel IPEX (Linux)
```bash ```bash
pip install -r requirements/requirements-ipex.txt pip install -r requirements/ipex.txt
``` ```
## Preparation of Other Files ## Preparation of Other Files
@@ -225,6 +214,4 @@ rvcmd packs/general/latest # RVC-Models-Downloader command
+ The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss). + The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss).
## Thanks to all contributors for their efforts ## Thanks to all contributors for their efforts
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>

View File

@@ -1,12 +1,14 @@
<div align="center"> <div align="center">
<h1>Retrieval-based-Voice-Conversion-WebUI</h1> # Retrieval-based-Voice-Conversion-WebUI
Un framework simple et facile à utiliser pour la conversion vocale (modificateur de voix) basé sur VITS<br><br> Un framework simple et facile à utiliser pour la conversion vocale (modificateur de voix) basé sur VITS
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange [![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange
)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) )](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br> ![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Licence](https://img.shields.io/badge/LICENSE-MIT-green.svg?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE) [![Licence](https://img.shields.io/badge/LICENSE-MIT-green.svg?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/) [![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -70,16 +72,16 @@ poetry install
Ou vous pouvez utiliser pip pour installer les dépendances : Ou vous pouvez utiliser pip pour installer les dépendances :
```bash ```bash
# Cartes Nvidia : # Cartes Nvidia :
pip install -r requirements/requirements.txt pip install -r requirements/main.txt
# Cartes AMD/Intel : # Cartes AMD/Intel :
pip install -r requirements/requirements-dml.txt pip install -r requirements/dml.txt
# Cartes Intel avec IPEX # Cartes Intel avec IPEX
pip install -r requirements/requirements-ipex.txt pip install -r requirements/ipex.txt
# Cartes AMD sur Linux (ROCm) # Cartes AMD sur Linux (ROCm)
pip install -r requirements/requirements-amd.txt pip install -r requirements/amd.txt
``` ```
------ ------
@@ -172,6 +174,4 @@ python web.py
+ Le modèle pré-entraîné a été formé et testé par [yxlllc](https://github.com/yxlllc/RMVPE) et [RVC-Boss](https://github.com/RVC-Boss). + Le modèle pré-entraîné a été formé et testé par [yxlllc](https://github.com/yxlllc/RMVPE) et [RVC-Boss](https://github.com/RVC-Boss).
## Remerciements à tous les contributeurs pour leurs efforts ## Remerciements à tous les contributeurs pour leurs efforts
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>

View File

@@ -1,11 +1,13 @@
<div align="center"> <div align="center">
<h1>Retrieval-based-Voice-Conversion-WebUI</h1> # Retrieval-based-Voice-Conversion-WebUI
VITSに基づく使いやすい音声変換voice changerframework<br><br> VITSに基づく使いやすい音声変換voice changerframework
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) [![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br> ![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Licence](https://img.shields.io/badge/LICENSE-MIT-green.svg?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE) [![Licence](https://img.shields.io/badge/LICENSE-MIT-green.svg?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/) [![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -24,24 +26,11 @@ VITSに基づく使いやすい音声変換voice changerframework<br><br>
> モデルや統合パッケージをダウンロードしやすい[RVC-Models-Downloader](https://github.com/fumiama/RVC-Models-Downloader)のご利用がお勧めです。 > モデルや統合パッケージをダウンロードしやすい[RVC-Models-Downloader](https://github.com/fumiama/RVC-Models-Downloader)のご利用がお勧めです。
<table> | 学習・推論 | 即時音声変換 |
<tr> | :--------: | :---------: |
<td align="center">学習・推論</td> | ![web](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/092e5c12-0d49-4168-a590-0b0ef6a4f630) | ![realtime-gui](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/730b4114-8805-44a1-ab1a-04668f3c30a6) |
<td align="center">即時音声変換</td> | go-web.bat | go-realtime-gui.bat |
</tr> | 実行したい操作を自由に選択できます。 | 既に端から端までの170msの遅延を実現しました。ASIO入出力デバイスを使用すれば、端から端までの90msの遅延を達成できますが、ハードウェアドライバーの支援に非常に依存しています。 |
<tr>
<td align="center"><img src="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/092e5c12-0d49-4168-a590-0b0ef6a4f630"></td>
<td align="center"><img src="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/730b4114-8805-44a1-ab1a-04668f3c30a6"></td>
</tr>
<tr>
<td align="center">go-web.bat</td>
<td align="center">go-realtime-gui.bat</td>
</tr>
<tr>
<td align="center">実行したい操作を自由に選択できます。</td>
<td align="center">既に端から端までの170msの遅延を実現しました。ASIO入出力デバイスを使用すれば、端から端までの90msの遅延を達成できますが、ハードウェアドライバーの支援に非常に依存しています。</td>
</tr>
</table>
## はじめに ## はじめに
@@ -86,19 +75,19 @@ sh ./run.sh
3. 自分の GPU に対応する依存関係をインストールします。 3. 自分の GPU に対応する依存関係をインストールします。
- Nvidia GPU - Nvidia GPU
```bash ```bash
pip install -r requirements/requirements.txt pip install -r requirements/main.txt
``` ```
- AMD/Intel GPU - AMD/Intel GPU
```bash ```bash
pip install -r requirements/requirements-dml.txt pip install -r requirements/dml.txt
``` ```
- AMD ROCM (Linux) - AMD ROCM (Linux)
```bash ```bash
pip install -r requirements/requirements-amd.txt pip install -r requirements/amd.txt
``` ```
- Intel IPEX (Linux) - Intel IPEX (Linux)
```bash ```bash
pip install -r requirements/requirements-ipex.txt pip install -r requirements/ipex.txt
``` ```
## その他のデータを準備 ## その他のデータを準備
@@ -230,6 +219,4 @@ rvcmd packs/general/latest # RVC-Models-Downloader command
## すべての貢献者の努力に感謝します ## すべての貢献者の努力に感謝します
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>

View File

@@ -1,12 +1,14 @@
<div align="center"> <div align="center">
<h1>Retrieval-based-Voice-Conversion-WebUI</h1> # Retrieval-based-Voice-Conversion-WebUI
VITS基盤의 簡單하고使用하기 쉬운音聲變換틀<br><br> VITS基盤의 簡單하고使用하기 쉬운音聲變換틀
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange [![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange
)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) )](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br> ![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Licence](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE) [![Licence](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/) [![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -59,7 +61,7 @@ poetry install
pip를 活用하여依存를 設置하여도 無妨합니다. pip를 活用하여依存를 設置하여도 無妨합니다.
```bash ```bash
pip install -r requirements/requirements.txt pip install -r requirements/main.txt
``` ```
## 其他預備모델準備 ## 其他預備모델準備
@@ -98,7 +100,5 @@ Windows를 使用하는境遇 `RVC-beta.7z`를 다운로드 및 壓縮解除하
+ [audio-slicer](https://github.com/openvpi/audio-slicer) + [audio-slicer](https://github.com/openvpi/audio-slicer)
## 모든寄與者분들의勞力에感謝드립니다 ## 모든寄與者분들의勞力에感謝드립니다
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>

View File

@@ -1,11 +1,11 @@
<div align="center"> <div align="center">
<h1>Retrieval-based-Voice-Conversion-WebUI</h1> # Retrieval-based-Voice-Conversion-WebUI
VITS 기반의 간단하고 사용하기 쉬운 음성 변환 프레임워크.<br><br> VITS 기반의 간단하고 사용하기 쉬운 음성 변환 프레임워크.
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) [![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br> ![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Licence](https://img.shields.io/badge/LICENSE-MIT-green.svg?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE) [![Licence](https://img.shields.io/badge/LICENSE-MIT-green.svg?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/) [![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -24,24 +24,11 @@ VITS 기반의 간단하고 사용하기 쉬운 음성 변환 프레임워크.<b
> 특정 지역에서 Hugging Face에 직접 연결할 수 없는 경우가 있으며, 성공적으로 연결해도 속도가 매우 느릴 수 있으므로, 모델/통합 패키지/도구의 일괄 다운로더를 특별히 소개합니다. [RVC-Models-Downloader](https://github.com/fumiama/RVC-Models-Downloader) > 특정 지역에서 Hugging Face에 직접 연결할 수 없는 경우가 있으며, 성공적으로 연결해도 속도가 매우 느릴 수 있으므로, 모델/통합 패키지/도구의 일괄 다운로더를 특별히 소개합니다. [RVC-Models-Downloader](https://github.com/fumiama/RVC-Models-Downloader)
<table> | 훈련 및 추론 인터페이스 | 실시간 음성 변환 인터페이스 |
<tr> | :--------: | :---------: |
<td align="center">훈련 및 추론 인터페이스</td> | ![web](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/092e5c12-0d49-4168-a590-0b0ef6a4f630) | ![realtime-gui](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/730b4114-8805-44a1-ab1a-04668f3c30a6) |
<td align="center">실시간 음성 변환 인터페이스</td> | go-web.bat | go-realtime-gui.bat |
</tr> | 원하는 작업을 자유롭게 선택할 수 있습니다. | 우리는 이미 끝에서 끝까지 170ms의 지연을 실현했습니다. ASIO 입력 및 출력 장치를 사용하면 끝에서 끝까지 90ms의 지연을 달성할 수 있지만, 이는 하드웨어 드라이버 지원에 매우 의존적입니다. |
<tr>
<td align="center"><img src="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/092e5c12-0d49-4168-a590-0b0ef6a4f630"></td>
<td align="center"><img src="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/assets/129054828/730b4114-8805-44a1-ab1a-04668f3c30a6"></td>
</tr>
<tr>
<td align="center">go-web.bat</td>
<td align="center">go-realtime-gui.bat</td>
</tr>
<tr>
<td align="center">원하는 작업을 자유롭게 선택할 수 있습니다.</td>
<td align="center">우리는 이미 끝에서 끝까지 170ms의 지연을 실현했습니다. ASIO 입력 및 출력 장치를 사용하면 끝에서 끝까지 90ms의 지연을 달성할 수 있지만, 이는 하드웨어 드라이버 지원에 매우 의존적입니다.</td>
</tr>
</table>
## 소개 ## 소개
@@ -85,25 +72,25 @@ pip install torch torchvision torchaudio --index-url https://download.pytorch.or
- N카드 - N카드
```bash ```bash
pip install -r requirements/requirements.txt pip install -r requirements/main.txt
``` ```
- A카드/I카드 - A카드/I카드
```bash ```bash
pip install -r requirements/requirements-dml.txt pip install -r requirements/dml.txt
``` ```
- A카드ROCM(Linux) - A카드ROCM(Linux)
```bash ```bash
pip install -r requirements/requirements-amd.txt pip install -r requirements/amd.txt
``` ```
- I카드IPEX(Linux) - I카드IPEX(Linux)
```bash ```bash
pip install -r requirements/requirements-ipex.txt pip install -r requirements/ipex.txt
``` ```
#### 2. poetry를 통한 의존성 설치 #### 2. poetry를 통한 의존성 설치
@@ -257,9 +244,7 @@ rvcmd packs/general/latest # RVC-Models-Downloader command
+ The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss). + The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss).
## 感谢所有贡献者作出的努力 ## 感谢所有贡献者作出的努力
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>
translate to Korean translate to Korean
--> -->
@@ -415,6 +400,4 @@ source /opt/intel/oneapi/setvars.sh
## 모든 기여자들의 노력에 감사드립니다 ## 모든 기여자들의 노력에 감사드립니다
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>

View File

@@ -1,12 +1,12 @@
<div align="center"> <div align="center">
<h1>Retrieval-based-Voice-Conversion-WebUI</h1> # Retrieval-based-Voice-Conversion-WebUI
Uma estrutura de conversão de voz fácil de usar baseada em VITS.<br><br> Uma estrutura de conversão de voz fácil de usar baseada em VITS.
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange [![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange
)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) )](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br> ![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Licence](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE) [![Licence](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/) [![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -79,16 +79,16 @@ Você também pode usar pip para instalá-los:
```bash ```bash
for Nvidia graphics cards for Nvidia graphics cards
pip install -r requirements/requirements.txt pip install -r requirements/main.txt
for AMD/Intel graphics cards on Windows (DirectML) for AMD/Intel graphics cards on Windows (DirectML)
pip install -r requirements/requirements-dml.txt pip install -r requirements/dml.txt
for Intel ARC graphics cards on Linux / WSL using Python 3.10: for Intel ARC graphics cards on Linux / WSL using Python 3.10:
pip install -r requirements/requirements-ipex.txt pip install -r requirements/ipex.txt
for AMD graphics cards on Linux (ROCm): for AMD graphics cards on Linux (ROCm):
pip install -r requirements/requirements-amd.txt pip install -r requirements/amd.txt
``` ```
------ ------
@@ -186,7 +186,5 @@ python web.py
+ The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss). + The pretrained model is trained and tested by [yxlllc](https://github.com/yxlllc/RMVPE) and [RVC-Boss](https://github.com/RVC-Boss).
## Thanks to all contributors for their efforts ## Thanks to all contributors for their efforts
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>

View File

@@ -1,13 +1,13 @@
<div align="center"> <div align="center">
<h1>Çekme Temelli Ses Dönüşümü Web Arayüzü</h1> # Çekme Temelli Ses Dönüşümü Web Arayüzü
VITS'e dayalı kullanımı kolay bir Ses Dönüşümü çerçevesi.<br><br> VITS'e dayalı kullanımı kolay bir Ses Dönüşümü çerçevesi.
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange [![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange
)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI) )](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br> ![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Lisans](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE) [![Lisans](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/) [![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -71,13 +71,13 @@ Ayrıca bunları pip kullanarak da kurabilirsiniz:
```bash ```bash
Nvidia grafik kartları için Nvidia grafik kartları için
pip install -r requirements/requirements.txt pip install -r requirements/main.txt
AMD/Intel grafik kartları için AMD/Intel grafik kartları için
pip install -r requirements/requirements-dml.txt pip install -r requirements/dml.txt
Intel ARC grafik kartları için Linux / WSL ile Python 3.10 kullanarak: Intel ARC grafik kartları için Linux / WSL ile Python 3.10 kullanarak:
pip install -r requirements/requirements-ipex.txt pip install -r requirements/ipex.txt
``` ```
@@ -147,7 +147,5 @@ Windows veya macOS kullanıyorsanız, `RVC-beta.7z` dosyasını indirip çıkara
+ Ön eğitimli model [yxlllc](https://github.com/yxlllc/RMVPE) ve [RVC-Boss](https://github.com/RVC-Boss) tarafından eğitilip test edilmiştir. + Ön eğitimli model [yxlllc](https://github.com/yxlllc/RMVPE) ve [RVC-Boss](https://github.com/RVC-Boss) tarafından eğitilip test edilmiştir.
## Katkıda Bulunan Herkese Teşekkürler ## Katkıda Bulunan Herkese Teşekkürler
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank"> [![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>
``` ```