mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-06 17:50:25 +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:
@@ -1,13 +1,13 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||
<h1>Çekme Temelli Ses Dönüşümü Web Arayüzü</h1>
|
||||
VITS'e dayalı kullanımı kolay bir Ses Dönüşümü çerçevesi.<br><br>
|
||||
# Çekme Temelli Ses Dönüşümü Web Arayüzü
|
||||
VITS'e dayalı kullanımı kolay bir Ses Dönüşümü çerçevesi.
|
||||
|
||||
[](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
|
||||
|
||||
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br>
|
||||

|
||||
|
||||
[](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
|
||||
[](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
|
||||
@@ -71,13 +71,13 @@ Ayrıca bunları pip kullanarak da kurabilirsiniz:
|
||||
```bash
|
||||
|
||||
Nvidia grafik kartları için
|
||||
pip install -r requirements/requirements.txt
|
||||
pip install -r requirements/main.txt
|
||||
|
||||
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:
|
||||
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.
|
||||
|
||||
## Katkıda Bulunan Herkese Teşekkürler
|
||||
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank">
|
||||
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
|
||||
</a>
|
||||
[](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user