Politrees commited on
Commit
eb456fe
·
verified ·
1 Parent(s): cf70ba3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -5
README.md CHANGED
@@ -45,7 +45,6 @@ tags:
45
  text-align: center;
46
  vertical-align: middle;
47
  font-size: 1.2rem;
48
- padding: 1rem;
49
  color: #fff;
50
  background-color: #444;
51
  border: 1px solid #555;
@@ -89,19 +88,19 @@ tags:
89
  font-size: 1.3rem;
90
  }
91
  hr {
 
92
  border: none;
93
  height: 3px;
94
- margin: 1rem 0;
95
  background: linear-gradient(90deg, transparent, #800080, transparent);
96
  animation: pulse 5s infinite;
97
  }
98
  </style>
99
  </head>
100
  <div class="container">
101
- <h1>Voice Conversion RVC Hub</h1>
102
  <p>A repository of pretrained models, HuBERT models, and other files for RVC neural network.</p>
103
  <hr>
104
- <h2>HuBERT Models</h2>
105
  <table>
106
  <tr>
107
  <th>Model</th>
@@ -128,7 +127,9 @@ tags:
128
  <td><a href="https://huggingface.co/shiromiya" target="_blank">👤shiromiya</a></td>
129
  </tr>
130
  </table>
131
- <h2>Pre-Trained Models</h2>
 
 
132
  <table>
133
  <tr>
134
  <th>Model</th>
@@ -195,6 +196,28 @@ tags:
195
  <td><a href="https://huggingface.co/Essid" target="_blank">👤Essid</a></td>
196
  </tr>
197
  </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  <hr>
199
  <a href="https://www.donationalerts.com/r/politrees" target="_blank" class="donate-button">
200
  <span>Send Donation</span>
 
45
  text-align: center;
46
  vertical-align: middle;
47
  font-size: 1.2rem;
 
48
  color: #fff;
49
  background-color: #444;
50
  border: 1px solid #555;
 
88
  font-size: 1.3rem;
89
  }
90
  hr {
91
+ margin: 1rem 0;
92
  border: none;
93
  height: 3px;
 
94
  background: linear-gradient(90deg, transparent, #800080, transparent);
95
  animation: pulse 5s infinite;
96
  }
97
  </style>
98
  </head>
99
  <div class="container">
100
+ <h1><b>Voice Conversion RVC Hub</b></h1>
101
  <p>A repository of pretrained models, HuBERT models, and other files for RVC neural network.</p>
102
  <hr>
103
+ <h1><b>HuBERT Models</b></h1>
104
  <table>
105
  <tr>
106
  <th>Model</th>
 
127
  <td><a href="https://huggingface.co/shiromiya" target="_blank">👤shiromiya</a></td>
128
  </tr>
129
  </table>
130
+ <hr>
131
+ <h1><b>Pre-Trained Models</b></h1>
132
+ <h2>HiFi-GAN</h2>
133
  <table>
134
  <tr>
135
  <th>Model</th>
 
196
  <td><a href="https://huggingface.co/Essid" target="_blank">👤Essid</a></td>
197
  </tr>
198
  </table>
199
+ <h2>MRF HiFi-GAN</h2>
200
+ <table>
201
+ <tr>
202
+ <th>Model</th>
203
+ <th>Author</th>
204
+ </tr>
205
+ <tr>
206
+ <td>None</td>
207
+ <td>None</td>
208
+ </tr>
209
+ </table>
210
+ <h2>RefineGAN</h2>
211
+ <table>
212
+ <tr>
213
+ <th>Model</th>
214
+ <th>Author</th>
215
+ </tr>
216
+ <tr>
217
+ <td>📁KLM</td>
218
+ <td><a href="https://huggingface.co/SeoulStreamingStation" target="_blank">👤SeoulStreamingStation</a></td>
219
+ </tr>
220
+ </table>
221
  <hr>
222
  <a href="https://www.donationalerts.com/r/politrees" target="_blank" class="donate-button">
223
  <span>Send Donation</span>