| | --- |
| | license: mit |
| | pipeline_tag: audio-to-audio |
| | tags: |
| | - PyTorch |
| | - Transformers |
| | - pretrained |
| | - hubert |
| | - RVC |
| | - ai |
| | - vits |
| | - vc |
| | - voice-cloning |
| | - voice-conversion |
| | - Voice2Voice |
| | - voice-to-voice |
| | --- |
| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | <style> |
| | .container { |
| | padding: 2rem; |
| | 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: auto; |
| | } |
| | th, td { |
| | text-align: center; |
| | vertical-align: middle; |
| | font-size: 1.2rem; |
| | color: #fff; |
| | background-color: #444; |
| | border: 1px solid #555; |
| | transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out; |
| | } |
| | th { |
| | background-color: #6a006a; |
| | } |
| | th:hover { |
| | transform: none; |
| | } |
| | td:hover { |
| | background-color: #555; |
| | transform: scale(1.05); |
| | } |
| | a { |
| | color: #007bff; |
| | text-decoration: none; |
| | transition: color 0.3s ease-in-out; |
| | } |
| | a:hover { |
| | color: inherit; |
| | } |
| | .donate-button { |
| | color: #fff; |
| | padding: 15px 30px; |
| | border-radius: 50px; |
| | background: linear-gradient(135deg, #800080, #6a006a); |
| | transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; |
| | display: inline-block; |
| | font-size: 1rem; |
| | } |
| | .donate-button:hover { |
| | transform: scale(1.1); |
| | box-shadow: 0 0 20px #800080; |
| | } |
| | .donate-button span { |
| | transition: font-size 0.3s ease-in-out; |
| | } |
| | .donate-button:hover span { |
| | font-size: 1.3rem; |
| | } |
| | hr { |
| | margin: 1rem 0; |
| | border: none; |
| | height: 3px; |
| | background: linear-gradient(90deg, transparent, #800080, transparent); |
| | animation: pulse 5s infinite; |
| | } |
| | </style> |
| | </head> |
| | <div class="container"> |
| | <h1><b>Voice Conversion RVC Hub</b></h1> |
| | <p>A repository of pretrained models, HuBERT models, and other files for RVC neural network.</p> |
| | <small><u><i>Most of the file names were simplified and made more understandable to improve readability, make them easier to find, and enhance overall work efficiency.</i></u></small> |
| | <hr> |
| | <h1><b>HuBERT Models</b></h1> |
| | <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> |
| | <hr> |
| | <h1><b>Pre-Trained Models</b></h1> |
| | <h2>HiFi-GAN</h2> |
| | <table> |
| | <tr> |
| | <th>Model</th> |
| | <th>Author</th> |
| | </tr> |
| | <tr> |
| | <td>📁VocalCore</td> |
| | <td><a href="https://huggingface.co/rfyfk" target="_blank">👤rfyfk</a></td> |
| | </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 rowspan="2">📁Ov2Super</td> |
| | <td><a href="https://huggingface.co/ORVC" target="_blank">👤ORVC</a></td> |
| | </tr> |
| | <tr> |
| | <td><a href="https://huggingface.co/poiqazwsx" target="_blank">👤poiqazwsx</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>📁AnimePretrain</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/NeoPy" target="_blank">👤NeoPy</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"> |
| | <span>Send Donation</span> |
| | </a> |
| | </div> |
| | </html> |