RVC_resources / README.md
Politrees's picture
Update README.md
c19dc01 verified
|
raw
history blame
5.31 kB
---
license: mit
pipeline_tag: audio-to-audio
tags:
- pretrained
- hubert
- RVC
- ai
- vits
- vc
- voice-cloning
- voice-conversion
- Voice2Voice
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.container {
max-width: auto;
text-align: center;
animation: fadeIn 1s ease-in-out;
}
h1 {
font-size: 2.5rem;
color: transparent;
background: linear-gradient(135deg, #800080, #6a006a);
-webkit-background-clip: text;
}
h2 {
font-size: 2rem;
color: transparent;
background: linear-gradient(135deg, #800080, #6a006a);
-webkit-background-clip: text;
}
table {
margin: 0 auto;
overflow: hidden;
}
th, td {
text-align: center;
vertical-align: middle;
font-size: 1.2rem;
padding: 1rem;
color: #fff;
background-color: #444;
border: 1px solid #555;
}
th {
background-color: #6a006a;
}
a {
color: #007bff;
text-decoration: none;
}
.donate-button {
color: #fff;
padding: 15px 30px;
border-radius: 50px;
background: linear-gradient(135deg, #800080, #6a006a);
}
hr {
border: none;
height: 3px;
margin: 1rem 0;
background: linear-gradient(90deg, transparent, #800080, transparent);
}
</style>
</head>
<div class="container">
<h1>Voice Conversion RVC Hub</h1>
<p>A repository of pretrained models, HuBERT models, and other files for RVC neural network.</p>
<hr>
<h2>HuBERT Models</h2>
<table>
<tr>
<th>Model</th>
<th>Author</th>
</tr>
<tr>
<td>📁contentvec_base</td>
<td><a href="https://github.com/auspicious3000" target="_blank">👤auspicious3000</a></td>
</tr>
<tr>
<td>📁japanese_hubert_base</td>
<td><a href="https://huggingface.co/rinna" target="_blank">👤rinna</a></td>
</tr>
<tr>
<td>📁chinese_hubert_base</td>
<td><a href="https://huggingface.co/TencentGameMate" target="_blank">👤TencentGameMate</a></td>
</tr>
<tr>
<td>📁korean_hubert_base</td>
<td><a href="https://huggingface.co/team-lucid" target="_blank">👤team-lucid</a></td>
</tr>
<tr>
<td>📁portuguese_hubert_base</td>
<td><a href="https://huggingface.co/shiromiya" target="_blank">👤shiromiya</a></td>
</tr>
</table>
<h2>Pre-Trained Models</h2>
<table>
<tr>
<th>Model</th>
<th>Author</th>
</tr>
<tr>
<td>📁Rigel</td>
<td rowspan="3"><a href="https://huggingface.co/MUSTAR" target="_blank">👤MUSTAR</a></td>
</tr>
<tr>
<td>📁Snowie</td>
</tr>
<tr>
<td>📁RIN_E3</td>
</tr>
<tr>
<td>📁Ov2Super</td>
<td><a href="https://huggingface.co/ORVC" target="_blank">👤ORVC</a></td>
</tr>
<tr>
<td>📁TITAN</td>
<td><a href="https://huggingface.co/blaise-tk" target="_blank">👤blaise-tk</a></td>
</tr>
<tr>
<td>📁itaila</td>
<td><a href="https://huggingface.co/TheStinger" target="_blank">👤TheStinger</a></td>
</tr>
<tr>
<td>📁KLM</td>
<td><a href="https://huggingface.co/SeoulStreamingStation" target="_blank">👤SeoulStreamingStation</a></td>
</tr>
<tr>
<td>📁SingerPretrain</td>
<td rowspan="2"><a href="https://huggingface.co/Sztef" target="_blank">👤Sztef</a></td>
</tr>
<tr>
<td>📁Anime</td>
</tr>
<tr>
<td>📁DMR</td>
<td><a href="https://huggingface.co/Razer112" target="_blank">👤Razer112</a></td>
</tr>
<tr>
<td>📁UKR</td>
<td rowspan="2"><a href="https://huggingface.co/Plasmati" target="_blank">👤Plasmati</a></td>
</tr>
<tr>
<td>📁UKA</td>
</tr>
<tr>
<td>📁IMA_Robotic</td>
<td><a href="https://huggingface.co/Loren85" target="_blank">👤Loren85</a></td>
</tr>
<tr>
<td>📁Nanashi</td>
<td><a href="https://huggingface.co/shiromiya" target="_blank">👤shiromiya</a></td>
</tr>
<tr>
<td>📁Nezox</td>
<td><a href="https://huggingface.co/theNeofr" target="_blank">👤theNeofr</a></td>
</tr>
<tr>
<td>📁GuideVocalPretrain</td>
<td><a href="https://huggingface.co/Essid" target="_blank">👤Essid</a></td>
</tr>
</table>
<hr>
<a href="https://www.donationalerts.com/r/politrees" target="_blank" class="donate-button">Send Donation</a>
<hr>
</div>
</html>