File size: 6,751 Bytes
297935a
 
 
 
 
b8105f9
297935a
e0c5139
c24b0ff
e0c5139
 
c24b0ff
 
c5acca6
297935a
b255bf1
2b045bc
 
 
 
 
b255bf1
85543a6
c19dc01
b255bf1
 
 
 
 
 
 
 
 
 
 
 
 
 
f3f4dfe
b255bf1
c19dc01
4e1631c
b255bf1
 
 
 
c19dc01
f3f4dfe
c19dc01
 
85543a6
b255bf1
 
f3f4dfe
b255bf1
85543a6
 
 
 
 
 
 
b255bf1
 
 
85543a6
 
 
 
b255bf1
 
c19dc01
b255bf1
c19dc01
b255bf1
85543a6
 
 
 
 
 
 
 
 
 
 
 
 
b255bf1
 
eb456fe
b255bf1
c19dc01
b255bf1
85543a6
8e2d6ce
2b045bc
 
c19dc01
eb456fe
c19dc01
 
eb456fe
c19dc01
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eb456fe
 
 
c19dc01
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cfb7579
c19dc01
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eb456fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c19dc01
85543a6
 
 
c19dc01
2f833e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
---
license: mit
pipeline_tag: audio-to-audio
tags:
- 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>
    <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>📁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>📁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/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>
    <h2>MRF HiFi-GAN</h2>
    <table>
        <tr>
            <th>Model</th>
            <th>Author</th>
        </tr>
        <tr>
            <td>None</td>
            <td>None</td>
        </tr>
    </table>
    <h2>RefineGAN</h2>
    <table>
        <tr>
            <th>Model</th>
            <th>Author</th>
        </tr>
        <tr>
            <td>📁KLM</td>
            <td><a href="https://huggingface.co/SeoulStreamingStation" target="_blank">👤SeoulStreamingStation</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>