File size: 35,479 Bytes
8aad0a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
# ๋ณ€๊ฒฝ ๋‚ด์—ญ

## 202401

- 2024.01.21 [PR#108](https://github.com/RVC-Boss/GPT-SoVITS/pull/108)
  - ๋‚ด์šฉ: WebUI์— ์˜์–ด ์‹œ์Šคํ…œ ๋ฒˆ์—ญ ์ง€์› ์ถ”๊ฐ€.
  - ์œ ํ˜•: ๋ฌธ์„œํ™”
  - ๊ธฐ์—ฌ์ž: D3lik
- 2024.01.21 [Commit#7b89c9ed](https://github.com/RVC-Boss/GPT-SoVITS/commit/7b89c9ed5669f63c4ed6ae791408969640bdcf3e)
  - ๋‚ด์šฉ: SoVITS ํ•™์Šต ์‹œ ZeroDivisionError ์ˆ˜์ • ์‹œ๋„.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss, Tybost
  - ๊ด€๋ จ: [Issue#79](https://github.com/RVC-Boss/GPT-SoVITS/issues/79)
- 2024.01.21 [Commit#ea62d6e0](https://github.com/RVC-Boss/GPT-SoVITS/commit/ea62d6e0cf1efd75287766ea2b55d1c3b69b4fd3)
  - ๋‚ด์šฉ: ํ•ฉ์„ฑ๋œ ์˜ค๋””์˜ค๊ฐ€ ์ฐธ์กฐ ์˜ค๋””์˜ค์˜ ๋๋ถ€๋ถ„์„ ํฌํ•จํ•˜๋Š” ๋ฌธ์ œ ํฌ๊ฒŒ ๊ฐ์†Œ.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.21 [Commit#a87ad522](https://github.com/RVC-Boss/GPT-SoVITS/commit/a87ad5228ed2d729da42019ae1b93171f6a745ef)
  - ๋‚ด์šฉ: `cmd-asr.py`๊ฐ€ ์ด์ œ FunASR ๋ชจ๋ธ์ด ๊ธฐ๋ณธ ๋””๋ ‰ํ† ๋ฆฌ์— ํฌํ•จ๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธํ•˜๊ณ , ์—†์œผ๋ฉด ModelScope์—์„œ ๋‹ค์šด๋กœ๋“œ.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.21 [Commit#f6147116](https://github.com/RVC-Boss/GPT-SoVITS/commit/f61471166c107ba56ccb7a5137fa9d7c09b2830d)
  - ๋‚ด์šฉ: `Config.py`์— `is_share` ๋งค๊ฐœ๋ณ€์ˆ˜ ์ถ”๊ฐ€, `True`๋กœ ์„ค์ •ํ•˜๋ฉด WebUI๋ฅผ ๊ณต์šฉ ๋„คํŠธ์›Œํฌ์— ๋งคํ•‘.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.21 [Commit#102d5081](https://github.com/RVC-Boss/GPT-SoVITS/commit/102d50819e5d24580d6e96085b636b25533ecc7f)
  - ๋‚ด์šฉ: `TEMP` ํด๋”์—์„œ ์บ์‹œ๋œ ์˜ค๋””์˜ค ํŒŒ์ผ ๋ฐ ๊ธฐํƒ€ ํŒŒ์ผ ์ •๋ฆฌ.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.22 [Commit#872134c8](https://github.com/RVC-Boss/GPT-SoVITS/commit/872134c846bcb8f1909a3f5aff68a6aa67643f68)
  - ๋‚ด์šฉ: ์ง€๋‚˜์น˜๊ฒŒ ์งง์€ ์ถœ๋ ฅ ํŒŒ์ผ๋กœ ์ธํ•ด ์ฐธ์กฐ ์˜ค๋””์˜ค๊ฐ€ ๋ฐ˜๋ณต๋˜๋Š” ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.22 ์˜์–ด ๋ฐ ์ผ๋ณธ์–ด ํ•™์Šต์˜ ๊ธฐ๋ณธ ์ง€์› ํ…Œ์ŠคํŠธ (์ผ๋ณธ์–ด ํ•™์Šต์€ ๋ฃจํŠธ ๋””๋ ‰ํ† ๋ฆฌ์— ๋น„์˜์–ด ํŠน์ˆ˜ ๋ฌธ์ž๊ฐ€ ์—†์–ด์•ผ ํ•จ).
- 2024.01.22 [PR#124](https://github.com/RVC-Boss/GPT-SoVITS/pull/124)
  - ๋‚ด์šฉ: ์˜ค๋””์˜ค ๊ฒฝ๋กœ ํ™•์ธ ๊ฐœ์„ . ์ž˜๋ชป๋œ ์ž…๋ ฅ ๊ฒฝ๋กœ์—์„œ ์ฝ์œผ๋ ค๊ณ  ํ•˜๋ฉด ffmpeg ์˜ค๋ฅ˜ ๋Œ€์‹  ๊ฒฝ๋กœ๊ฐ€ ์กด์žฌํ•˜์ง€ ์•Š๋Š”๋‹ค๊ณ  ๋ณด๊ณ .
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: xmimu
- 2024.01.23 [Commit#93c47cd9](https://github.com/RVC-Boss/GPT-SoVITS/commit/93c47cd9f0c53439536eada18879b4ec5a812ae1)
  - ๋‚ด์šฉ: Hubert ์ถ”์ถœ์ด NaN ์˜ค๋ฅ˜๋ฅผ ์ผ์œผ์ผœ SoVITS/GPT ํ•™์Šต ์‹œ ZeroDivisionError๊ฐ€ ๋ฐœ์ƒํ•˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.23 [Commit#80fffb0a](https://github.com/RVC-Boss/GPT-SoVITS/commit/80fffb0ad46e4e7f27948d5a57c88cf342088d50)
  - ๋‚ด์šฉ: ์ค‘๊ตญ์–ด ๋‹จ์–ด ๋ถ„๋ฆฌ๋ฅผ ์œ„ํ•ด `jieba`๋ฅผ `jieba_fast`๋กœ ๊ต์ฒด.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.23 [Commit#63625758](https://github.com/RVC-Boss/GPT-SoVITS/commit/63625758a99e645f3218dd167924e01a0e3cf0dc)
  - ๋‚ด์šฉ: ๋ชจ๋ธ ํŒŒ์ผ ์ •๋ ฌ ๋กœ์ง ์ตœ์ ํ™”.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.23 [Commit#0c691191](https://github.com/RVC-Boss/GPT-SoVITS/commit/0c691191e894c15686e88279745712b3c6dc232f)
  - ๋‚ด์šฉ: ์ถ”๋ก  WebUI์—์„œ ๋น ๋ฅธ ๋ชจ๋ธ ์ „ํ™˜ ์ง€์› ์ถ”๊ฐ€.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.25 [Commit#249561e5](https://github.com/RVC-Boss/GPT-SoVITS/commit/249561e5a18576010df6587c274d38cbd9e18b4b)
  - ๋‚ด์šฉ: ์ถ”๋ก  WebUI์—์„œ ๋ถˆํ•„์š”ํ•œ ๋กœ๊ทธ ์ œ๊ฑฐ.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.25 [PR#183](https://github.com/RVC-Boss/GPT-SoVITS/pull/183), [PR#200](https://github.com/RVC-Boss/GPT-SoVITS/pull/200)
  - ๋‚ด์šฉ: Mac์—์„œ์˜ ํ•™์Šต ๋ฐ ์ถ”๋ก  ์ง€์›.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: Lion-Wu
- 2024.01.26 [Commit#813cf96e](https://github.com/RVC-Boss/GPT-SoVITS/commit/813cf96e508ba1bb2c658f38c7cc77b797fb4082), [Commit#2d1ddeca](https://github.com/RVC-Boss/GPT-SoVITS/commit/2d1ddeca42db90c3fe2d0cd79480fd544d87f02b)
  - ๋‚ด์šฉ: UVR5๊ฐ€ ๋””๋ ‰ํ† ๋ฆฌ๋ฅผ ์ฝ๊ณ  ์ž๋™์œผ๋กœ ๋น ์ ธ๋‚˜๊ฐ€๋Š” ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.26 [PR#204](https://github.com/RVC-Boss/GPT-SoVITS/pull/204)
  - ๋‚ด์šฉ: ์ค‘๊ตญ์–ด-์˜์–ด ํ˜ผํ•ฉ ๋ฐ ์ผ๋ณธ์–ด-์˜์–ด ํ˜ผํ•ฉ ์ถœ๋ ฅ ํ…์ŠคํŠธ ์ง€์› ์ถ”๊ฐ€.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: Kakaru Hayate
- 2024.01.26 [Commit#f4148cf7](https://github.com/RVC-Boss/GPT-SoVITS/commit/f4148cf77fb899c22bcdd4e773d2f24ab34a73e7)
  - ๋‚ด์šฉ: ์ถœ๋ ฅ์„ ์œ„ํ•œ ์„ ํƒ์  ๋ถ„ํ•  ๋ชจ๋“œ ์ถ”๊ฐ€.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.26 [Commit#9fe955c1](https://github.com/RVC-Boss/GPT-SoVITS/commit/9fe955c1bf5f94546c9f699141281f2661c8a180)
  - ๋‚ด์šฉ: ์—ฌ๋Ÿฌ ์ค„๋ฐ”๊ฟˆ ๋ฌธ์ œ๋กœ ์ธํ•œ ์ถ”๋ก  ์˜ค๋ฅ˜ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.26 [Commit#84ee4719](https://github.com/RVC-Boss/GPT-SoVITS/commit/84ee471936b332bc2ccee024d6dfdedab4f0dc7b)
  - ๋‚ด์šฉ: ๋ฐ˜ ์ •๋ฐ€๋„๋ฅผ ์ง€์›ํ•˜์ง€ ์•Š๋Š” GPU์˜ ๊ฒฝ์šฐ ์ž๋™์œผ๋กœ ๋‹จ ์ •๋ฐ€๋„ ๊ฐ•์ œ; CPU ์ถ”๋ก  ์‹œ ๋‹จ ์ •๋ฐ€๋„ ๊ฐ•์ œ.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.28 [PR#238](https://github.com/RVC-Boss/GPT-SoVITS/pull/238)
  - ๋‚ด์šฉ: Dockerfile์—์„œ ๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ ํ”„๋กœ์„ธ์Šค ์™„๋ฃŒ.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: breakstring
- 2024.01.28 [PR#257](https://github.com/RVC-Boss/GPT-SoVITS/pull/257)
  - ๋‚ด์šฉ: ์ˆซ์ž์˜ ๋ฐœ์Œ์ด ํ•œ์ž๋กœ ๋ณ€ํ™˜๋˜๋Š” ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: duliangang
- 2024.01.28 [Commit#f0cfe397](https://github.com/RVC-Boss/GPT-SoVITS/commit/f0cfe397089a6fd507d678c71adeaab5e7ed0683)
  - ๋‚ด์šฉ: GPT ํ•™์Šต ์‹œ ์ฒดํฌํฌ์ธํŠธ๊ฐ€ ์ €์žฅ๋˜์ง€ ์•Š๋Š” ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.28 [Commit#b8ae5a27](https://github.com/RVC-Boss/GPT-SoVITS/commit/b8ae5a2761e2654fc0c905498009d3de9de745a8)
  - ๋‚ด์šฉ: ์ œํ•œ์„ ์„ค์ •ํ•˜์—ฌ ๋ถˆํ•ฉ๋ฆฌํ•œ ์ฐธ์กฐ ์˜ค๋””์˜ค ๊ธธ์ด ์ œ์™ธ.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.28 [Commit#698e9655](https://github.com/RVC-Boss/GPT-SoVITS/commit/698e9655132d194b25b86fbbc99d53c8d2cea2a3)
  - ๋‚ด์šฉ: ๋ฌธ์žฅ ์‹œ์ž‘ ๋ถ€๋ถ„์—์„œ ๋ช‡ ๊ธ€์ž๋ฅผ ๋ˆ„๋ฝ์‹œํ‚ค๋Š” ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.29 [Commit#ff977a5f](https://github.com/RVC-Boss/GPT-SoVITS/commit/ff977a5f5dc547e0ad82b9e0f1cd95fbc830b2b0)
  - ๋‚ด์šฉ: 16 ์‹œ๋ฆฌ์ฆˆ์™€ ๊ฐ™์€ ๋ฐ˜ ์ •๋ฐ€๋„ ํ•™์Šต์— ๋ฌธ์ œ๊ฐ€ ์žˆ๋Š” GPU๋ฅผ ์œ„ํ•ด ํ•™์Šต ๊ตฌ์„ฑ์„ ๋‹จ ์ •๋ฐ€๋„๋กœ ๋ณ€๊ฒฝ.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.29 [Commit#172e139f](https://github.com/RVC-Boss/GPT-SoVITS/commit/172e139f45ac26723bc2cf7fac0112f69d6b46ec)
  - ๋‚ด์šฉ: ์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ Colab ๋ฒ„์ „ ํ…Œ์ŠคํŠธ ๋ฐ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.29 [PR#135](https://github.com/RVC-Boss/GPT-SoVITS/pull/135)
  - ๋‚ด์šฉ: FunASR์„ ๋ฒ„์ „ 1.0์œผ๋กœ ์—…๋ฐ์ดํŠธ ๋ฐ ์ธํ„ฐํŽ˜์ด์Šค ๋ถˆ์ผ์น˜๋กœ ์ธํ•œ ์˜ค๋ฅ˜ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: LauraGPT
- 2024.01.30 [Commit#1c2fa98c](https://github.com/RVC-Boss/GPT-SoVITS/commit/1c2fa98ca8c325dcfb32797d22ff1c2a726d1cb4)
  - ๋‚ด์šฉ: ์ค‘๊ตญ์–ด ๋ฐ ์˜์–ด ๊ตฌ๋‘์  ๋ถ„ํ•  ๋ฌธ์ œ ์ˆ˜์ • ๋ฐ ๋ฌธ์žฅ ์‹œ์ž‘๊ณผ ๋์— ๊ตฌ๋‘์  ์ถ”๊ฐ€.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.30 [Commit#74409f35](https://github.com/RVC-Boss/GPT-SoVITS/commit/74409f3570fa1c0ff28d4c65c288a6ce58ca00d2)
  - ๋‚ด์šฉ: ๊ตฌ๋‘์ ์œผ๋กœ ๋ถ„ํ•  ์ง€์› ์ถ”๊ฐ€.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.01.30 [Commit#c42eeccf](https://github.com/RVC-Boss/GPT-SoVITS/commit/c42eeccfdd2d0a0d714ecc8bfc22a12373aca6b7)
  - ๋‚ด์šฉ: ์ดˆ๋ณด ์‚ฌ์šฉ์ž๊ฐ€ ๊ฒฝ๋กœ๋ฅผ ๋ณต์‚ฌํ•  ๋•Œ ํฐ๋”ฐ์˜ดํ‘œ๋ฅผ ํฌํ•จํ•˜์—ฌ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•˜๋Š” ๊ฒƒ์„ ๋ฐฉ์ง€ํ•˜๊ธฐ ์œ„ํ•ด ๋ชจ๋“  ๊ฒฝ๋กœ ๊ด€๋ จ ํ•ญ๋ชฉ์—์„œ ํฐ๋”ฐ์˜ดํ‘œ ์ž๋™ ์ œ๊ฑฐ.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss

## 202402

- 2024.02.01 [Commit#45f73519](https://github.com/RVC-Boss/GPT-SoVITS/commit/45f73519cc41cd17cf816d8b997a9dcb0bee04b6)
  - ๋‚ด์šฉ: ASR ๊ฒฝ๋กœ๊ฐ€ `/`๋กœ ๋๋‚  ๋•Œ ํŒŒ์ผ๋ช… ์ €์žฅ ์˜ค๋ฅ˜ ๋ฐœ์ƒ ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.03 [Commit#dba1a74c](https://github.com/RVC-Boss/GPT-SoVITS/commit/dba1a74ccb0cf19a1b4eb93faf11d4ec2b1fc5d7)
  - ๋‚ด์šฉ: UVR5 ํ˜•์‹ ์ฝ๊ธฐ ์˜ค๋ฅ˜๋กœ ์ธํ•œ ๋ถ„๋ฆฌ ์‹คํŒจ ๋ฌธ์ œ ํ•ด๊ฒฐ.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.03 [Commit#3ebff70b](https://github.com/RVC-Boss/GPT-SoVITS/commit/3ebff70b71580ee1f97b3238c9442cbc5aef47c7)
  - ๋‚ด์šฉ: ์ค‘๊ตญ์–ด-์ผ๋ณธ์–ด-์˜์–ด ํ˜ผํ•ฉ ํ…์ŠคํŠธ ์ž๋™ ๋ถ„ํ•  ๋ฐ ์–ธ์–ด ์ธ์‹ ์ง€์›.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.03 [PR#377](https://github.com/RVC-Boss/GPT-SoVITS/pull/377)
  - ๋‚ด์šฉ: PaddleSpeech Normalizer ๋„์ž…์œผ๋กœ "xx.xx%"(ํผ์„ผํŠธ ๊ธฐํ˜ธ) ๋ฐ "ๅ…ƒ/ๅจ"์ด "ๅ…ƒๅจ" ๋Œ€์‹  "ๅ…ƒๆฏๅจ"์œผ๋กœ ์ฝํžˆ๋Š” ๋ฌธ์ œ, ์–ธ๋”์Šค์ฝ”์–ด ์˜ค๋ฅ˜ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: KamioRinn
- 2024.02.05 [PR#395](https://github.com/RVC-Boss/GPT-SoVITS/pull/395)
  - ๋‚ด์šฉ: ์˜์–ด ํ…์ŠคํŠธ ํ”„๋ก ํŠธ์—”๋“œ ์ตœ์ ํ™”.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: KamioRinn
- 2024.02.06 [Commit#65b463a7](https://github.com/RVC-Boss/GPT-SoVITS/commit/65b463a787f31637b4768cc9a47cab59541d3927)
  - ๋‚ด์šฉ: ์–ธ์–ด ๋งค๊ฐœ๋ณ€์ˆ˜ ํ˜ผ๋™์œผ๋กœ ์ธํ•œ ์ค‘๊ตญ์–ด ์ถ”๋ก  ํ’ˆ์งˆ ์ €ํ•˜ ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
  - ๊ด€๋ จ: [Issue#391](https://github.com/RVC-Boss/GPT-SoVITS/issues/391)
- 2024.02.06 [PR#403](https://github.com/RVC-Boss/GPT-SoVITS/pull/403)
  - ๋‚ด์šฉ: UVR5์„ librosa ์ƒ์œ„ ๋ฒ„์ „์— ์ ์‘์‹œํ‚ด.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: StaryLan
- 2024.02.07 [Commit#14a28510](https://github.com/RVC-Boss/GPT-SoVITS/commit/14a285109a521679f8846589c22da8f656a46ad8)
  - ๋‚ด์šฉ: `is_half` ๋งค๊ฐœ๋ณ€์ˆ˜๊ฐ€ ๋ถˆ๋ฆฌ์–ธ์œผ๋กœ ๋ณ€ํ™˜๋˜์ง€ ์•Š์•„ ๋ฐœ์ƒํ•œ UVR5 inf ์˜ค๋ฅ˜ ์ˆ˜์ • (16 ์‹œ๋ฆฌ์ฆˆ GPU์—์„œ `inf` ๋ฌธ์ œ ๋ฐœ์ƒ).
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.07 [Commit#d74f888e](https://github.com/RVC-Boss/GPT-SoVITS/commit/d74f888e7ac86063bfeacef95d0e6ddafe42b3b2)
  - ๋‚ด์šฉ: Gradio ์˜์กด์„ฑ ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.07 [PR#400](https://github.com/RVC-Boss/GPT-SoVITS/pull/400)
  - ๋‚ด์šฉ: ์ผ๋ณธ์–ด ๋ฐ ์˜์–ด์šฉ Faster Whisper ASR ํ†ตํ•ฉ.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: Shadow
- 2024.02.07 [Commit#6469048d](https://github.com/RVC-Boss/GPT-SoVITS/commit/6469048de12a8d6f0bd05d07f031309e61575a38)~[Commit#94ee71d9](https://github.com/RVC-Boss/GPT-SoVITS/commit/94ee71d9d562d10c9a1b96e745c6a6575aa66a10)
  - ๋‚ด์šฉ: ๋ฐ์ดํ„ฐ์…‹ ์ค€๋น„ ์‹œ ๋ฃจํŠธ ๋””๋ ‰ํ† ๋ฆฌ๋ฅผ ๋น„์›Œ๋‘˜ ๊ฒฝ์šฐ `.list` ์ „์ฒด ๊ฒฝ๋กœ ์ž๋™ ์ฝ๊ธฐ ์ง€์›.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.08 [Commit#59f35ada](https://github.com/RVC-Boss/GPT-SoVITS/commit/59f35adad85815df27e9c6b33d420f5ebfd8376b)
  - ๋‚ด์šฉ: Windows 10 1909 ๋ฐ ๋ฒˆ์ฒด ์ค‘๊ตญ์–ด ์‹œ์Šคํ…œ ์–ธ์–ด์—์„œ GPT ํ›ˆ๋ จ ์ค‘๋‹จ ๋ฌธ์ œ ํ•ด๊ฒฐ ์‹œ๋„.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
  - ๊ด€๋ จ: [Issue#232](https://github.com/RVC-Boss/GPT-SoVITS/issues/232)
- 2024.02.12 [PR#457](https://github.com/RVC-Boss/GPT-SoVITS/pull/457)
  - ๋‚ด์šฉ: DPO Loss ํ›ˆ๋ จ ์˜ต์…˜ ์ถ”๊ฐ€ (GPT ๋ฐ˜๋ณต ๋ฐ ๋ฌธ์ž ๋ˆ„๋ฝ ์™„ํ™”), ์ถ”๋ก  WebUI์— ์—ฌ๋Ÿฌ ๋งค๊ฐœ๋ณ€์ˆ˜ ๋…ธ์ถœ.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: liufenghua
- 2024.02.12 [Commit#2fa74ecb](https://github.com/RVC-Boss/GPT-SoVITS/commit/2fa74ecb941db27d9015583a9be6962898d66730), [Commit#d82f6bbb](https://github.com/RVC-Boss/GPT-SoVITS/commit/d82f6bbb98ba725e6725dcee99b80ce71fb0bf28)
  - ๋‚ด์šฉ: Faster Whisper ๋ฐ FunASR ๋กœ์ง ์ตœ์ ํ™”, Hugging Face ์—ฐ๊ฒฐ ๋ฌธ์ œ ํšŒํ”ผ๋ฅผ ์œ„ํ•ด ๋ฏธ๋Ÿฌ ๋‹ค์šด๋กœ๋“œ๋กœ ์ „ํ™˜.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.15 [Commit#dd2c4d6d](https://github.com/RVC-Boss/GPT-SoVITS/commit/dd2c4d6d7121bf82d29d0f0e4d788f3b231997c8)
  - ๋‚ด์šฉ: ํ›ˆ๋ จ ์‹œ ์ค‘๊ตญ์–ด ์‹คํ—˜ ์ด๋ฆ„ ์ง€์› (์ด์ „ ๋ฒ„์ „์—์„œ๋Š” ์˜ค๋ฅ˜ ๋ฐœ์ƒ).
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.15 [Commit#ccb9b08b](https://github.com/RVC-Boss/GPT-SoVITS/commit/ccb9b08be3c58e102defcc94ff4fd609da9e27ee)~[Commit#895fde46](https://github.com/RVC-Boss/GPT-SoVITS/commit/895fde46e420040ed26aaf0c5b7e99359d9b199b)
  - ๋‚ด์šฉ: DPO ํ›ˆ๋ จ์„ ํ•„์ˆ˜์—์„œ ์„ ํƒ ์‚ฌํ•ญ์œผ๋กœ ๋ณ€๊ฒฝ. ์„ ํƒ ์‹œ ๋ฐฐ์น˜ ํฌ๊ธฐ ์ž๋™ ์ ˆ๋ฐ˜ ๊ฐ์†Œ. ์ถ”๋ก  WebUI์—์„œ ์ƒˆ ๋งค๊ฐœ๋ณ€์ˆ˜ ์ „๋‹ฌ ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.15 [Commit#7b0c3c67](https://github.com/RVC-Boss/GPT-SoVITS/commit/7b0c3c676495c64b2064aa472bff14b5c06206a5)
  - ๋‚ด์šฉ: ์ค‘๊ตญ์–ด ํ”„๋ก ํŠธ์—”๋“œ ๋ฒ„๊ทธ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.16 [PR#499](https://github.com/RVC-Boss/GPT-SoVITS/pull/499)
  - ๋‚ด์šฉ: ์ฐธ์กฐ ํ…์ŠคํŠธ ์—†์ด ์ž…๋ ฅ ์ง€์›.
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: Watchtower-Liu
  - ๊ด€๋ จ: [Issue#475](https://github.com/RVC-Boss/GPT-SoVITS/issues/475)
- 2024.02.17 [PR#509](https://github.com/RVC-Boss/GPT-SoVITS/pull/509), [PR#507](https://github.com/RVC-Boss/GPT-SoVITS/pull/507), [PR#532](https://github.com/RVC-Boss/GPT-SoVITS/pull/532), [PR#556](https://github.com/RVC-Boss/GPT-SoVITS/pull/556), [PR#559](https://github.com/RVC-Boss/GPT-SoVITS/pull/559)
  - ๋‚ด์šฉ: ์ค‘๊ตญ์–ด ๋ฐ ์ผ๋ณธ์–ด ํ”„๋ก ํŠธ์—”๋“œ ์ฒ˜๋ฆฌ ์ตœ์ ํ™”.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: KamioRinn, v3cun
- 2024.02.17 [PR#510](https://github.com/RVC-Boss/GPT-SoVITS/pull/511), [PR#511](https://github.com/RVC-Boss/GPT-SoVITS/pull/511)
  - ๋‚ด์šฉ: Colab ๊ณต๊ฐœ URL ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: ChanningWang2018, RVC-Boss
- 2024.02.21 [PR#557](https://github.com/RVC-Boss/GPT-SoVITS/pull/557)
  - ๋‚ด์šฉ: Mac CPU ์ถ”๋ก  ์‹œ MPS ๋Œ€์‹  CPU ์‚ฌ์šฉ์œผ๋กœ ์„ฑ๋Šฅ ํ–ฅ์ƒ.
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2024.02.21 [Commit#6da486c1](https://github.com/RVC-Boss/GPT-SoVITS/commit/6da486c15d09e3d99fa42c5e560aaac56b6b4ce1), [Commit#5a171773](https://github.com/RVC-Boss/GPT-SoVITS/commit/5a17177342d2df1e11369f2f4f58d34a3feb1a35)
  - ๋‚ด์šฉ: ๋ฐ์ดํ„ฐ ์ฒ˜๋ฆฌ ์‹œ ๋…ธ์ด์ฆˆ ๊ฐ์†Œ ์˜ต์…˜ ์ถ”๊ฐ€ (16kHz ์ƒ˜ํ”Œ๋ง ๋ ˆ์ดํŠธ๋งŒ ์œ ์ง€, ๋ฐฐ๊ฒฝ ๋…ธ์ด์ฆˆ๊ฐ€ ์‹ฌํ•œ ๊ฒฝ์šฐ์—๋งŒ ์‚ฌ์šฉ ๊ถŒ์žฅ).
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.02.28 [PR#573](https://github.com/RVC-Boss/GPT-SoVITS/pull/573)
  - ๋‚ด์šฉ: Mac์—์„œ CPU ์ถ”๋ก ์ด ์ •์ƒ์ ์œผ๋กœ ์ž‘๋™ํ•˜๋„๋ก `is_half` ํ™•์ธ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2024.02.28 [PR#610](https://github.com/RVC-Boss/GPT-SoVITS/pull/610)
  - ๋‚ด์šฉ: UVR5 ๋ฆฌ๋ฒ„๋ธŒ ์ œ๊ฑฐ ๋ชจ๋ธ ์„ค์ •์ด ๋ฐ˜๋Œ€๋กœ ๋˜์–ด ์žˆ๋˜ ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: Yuze Wang

## 202403

- 2024.03.06 [PR#675](https://github.com/RVC-Boss/GPT-SoVITS/pull/675)
  - ๋‚ด์šฉ: CUDA๊ฐ€ ์—†๋Š” ๊ฒฝ์šฐ Faster Whisper์˜ ์ž๋™ CPU ์ถ”๋ก  ๊ธฐ๋Šฅ ํ™œ์„ฑํ™”
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: ShiroDoMain
- 2024.03.06 [Commit#616be20d](https://github.com/RVC-Boss/GPT-SoVITS/commit/616be20db3cf94f1cd663782fea61b2370704193)
  - ๋‚ด์šฉ: Faster Whisper ๋น„์ค‘๊ตญ์–ด ASR ์‚ฌ์šฉ ์‹œ ์ค‘๊ตญ์–ด FunASR ๋ชจ๋ธ์„ ๋จผ์ € ๋‹ค์šด๋กœ๋“œํ•  ํ•„์š” ์—†์Œ
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.03.09 [PR#672](https://github.com/RVC-Boss/GPT-SoVITS/pull/672)
  - ๋‚ด์šฉ: ์ถ”๋ก  ์†๋„ 50% ํ–ฅ์ƒ (RTX3090 + PyTorch 2.2.1 + CU11.8 + Win10 + Py39 ํ™˜๊ฒฝ ํ…Œ์ŠคํŠธ)
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: GoHomeToMacDonal
- 2024.03.10 [PR#721](https://github.com/RVC-Boss/GPT-SoVITS/pull/721)
  - ๋‚ด์šฉ: ๋น ๋ฅธ ์ถ”๋ก  ๋ธŒ๋žœ์น˜ 'fast_inference_' ์ถ”๊ฐ€
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: ChasonJiang
- 2024.03.13 [PR#761](https://github.com/RVC-Boss/GPT-SoVITS/pull/761)
  - ๋‚ด์šฉ: CPU ํ›ˆ๋ จ ์ง€์› ์ถ”๊ฐ€, macOS์—์„œ CPU๋ฅผ ์‚ฌ์šฉํ•œ ํ›ˆ๋ จ ๊ฐ€๋Šฅ
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: Lion-Wu
- 2024.03.19 [PR#804](https://github.com/RVC-Boss/GPT-SoVITS/pull/804), [PR#812](https://github.com/RVC-Boss/GPT-SoVITS/pull/812), [PR#821](https://github.com/RVC-Boss/GPT-SoVITS/pull/821)
  - ๋‚ด์šฉ: ์˜์–ด ํ…์ŠคํŠธ ํ”„๋ก ํŠธ์—”๋“œ ์ตœ์ ํ™”
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: KamioRinn
- 2024.03.30 [PR#894](https://github.com/RVC-Boss/GPT-SoVITS/pull/894)
  - ๋‚ด์šฉ: API ํ˜•์‹ ๊ฐœ์„ 
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: KamioRinn

## 202404

- 2024.04.03 [PR#917](https://github.com/RVC-Boss/GPT-SoVITS/pull/917)
  - ๋‚ด์šฉ: UVR5 WebUI์—์„œ FFmpeg ๋ช…๋ น์–ด ๋ฌธ์ž์—ด ํ˜•์‹ ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: StaryLan

## 202405

- 2024.05.02 [PR#953](https://github.com/RVC-Boss/GPT-SoVITS/pull/953)
  - ๋‚ด์šฉ: SoVITS ํ›ˆ๋ จ ์‹œ VQ๋ฅผ ๊ณ ์ •ํ•˜์ง€ ์•Š์•„ ๋ฐœ์ƒํ•˜๋Š” ํ’ˆ์งˆ ์ €ํ•˜ ๋ฌธ์ œ ํ•ด๊ฒฐ
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: hcwu1993
  - ๊ด€๋ จ: [Issue#747](https://github.com/RVC-Boss/GPT-SoVITS/issues/747)
- 2024.05.19 [PR#1102](https://github.com/RVC-Boss/GPT-SoVITS/pull/1102)
  - ๋‚ด์šฉ: ํ›ˆ๋ จ ๋ฐ์ดํ„ฐ ์ฒ˜๋ฆฌ ์‹œ ์ง€์›๋˜์ง€ ์•Š๋Š” ์–ธ์–ด์— ๋Œ€ํ•œ ์˜ค๋ฅ˜ ๋ฉ”์‹œ์ง€ ์ถ”๊ฐ€
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: StaryLan
- 2024.05.27 [PR#1132](https://github.com/RVC-Boss/GPT-SoVITS/pull/1132)
  - ๋‚ด์šฉ: Hubert ์ถ”์ถœ ๋ฒ„๊ทธ ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: XXXXRT666

## 202406

- 2024.06.06 [Commit#99f09c8b](https://github.com/RVC-Boss/GPT-SoVITS/commit/99f09c8bdc155c1f4272b511940717705509582a)
  - ๋‚ด์šฉ: WebUI์˜ GPT ๋ฏธ์„ธ์กฐ์ • ์‹œ ์ค‘๊ตญ์–ด ์ž…๋ ฅ ํ…์ŠคํŠธ์˜ BERT ํŠน์ง•์„ ์ฝ์ง€ ์•Š์•„ ์ถ”๋ก ๊ณผ ๋ถˆ์ผ์น˜ ๋ฐ ํ’ˆ์งˆ ์ €ํ•˜๊ฐ€ ๋ฐœ์ƒํ•˜๋Š” ๋ฌธ์ œ ์ˆ˜์ •
  **์ฃผ์˜: ์ด์ „์— ๋Œ€๋Ÿ‰์˜ ๋ฐ์ดํ„ฐ๋กœ ๋ฏธ์„ธ์กฐ์ •์„ ํ•œ ๊ฒฝ์šฐ ํ’ˆ์งˆ ํ–ฅ์ƒ์„ ์œ„ํ•ด ๋ชจ๋ธ ์žฌ์กฐ์ • ๊ถŒ์žฅ**
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.06.07 [PR#1159](https://github.com/RVC-Boss/GPT-SoVITS/pull/1159)
  - ๋‚ด์šฉ: `s2_train.py`์—์„œ SoVITS ํ›ˆ๋ จ ์ง„ํ–‰๋ฅ  ํ‘œ์‹œ ๋กœ์ง ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: pengzhendong
- 2024.06.10 [Commit#501a74ae](https://github.com/RVC-Boss/GPT-SoVITS/commit/501a74ae96789a26b48932babed5eb4e9483a232)
  - ๋‚ด์šฉ: UVR5 MDXNet์ด FFmpeg ํ˜ธ์ถœ ์‹œ ๊ณต๋ฐฑ ํฌํ•จ ๊ฒฝ๋กœ์™€์˜ ํ˜ธํ™˜์„ฑ์„ ๋ณด์žฅํ•˜๋„๋ก ๋ฌธ์ž์—ด ํ˜•์‹ ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.06.10 [PR#1168](https://github.com/RVC-Boss/GPT-SoVITS/pull/1168), [PR#1169](https://github.com/RVC-Boss/GPT-SoVITS/pull/1169)
  - ๋‚ด์šฉ: ์ˆœ์ˆ˜ ๊ตฌ๋‘์  ๋ฐ ๋‹ค์ค‘ ๊ตฌ๋‘์  ํ…์ŠคํŠธ ์ž…๋ ฅ ์ฒ˜๋ฆฌ ๋กœ์ง ๊ฐœ์„ 
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: XXXXRT666
  - ๊ด€๋ จ: [Issue#1165](https://github.com/RVC-Boss/GPT-SoVITS/issues/1165)
- 2024.06.13 [Commit#db506705](https://github.com/RVC-Boss/GPT-SoVITS/commit/db50670598f0236613eefa6f2d5a23a271d82041)
  - ๋‚ด์šฉ: CPU ์ถ”๋ก  ์‹œ ๊ธฐ๋ณธ ๋ฐฐ์น˜ ํฌ๊ธฐ ์†Œ์ˆ˜์  ๋ฌธ์ œ ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.06.28 [PR#1258](https://github.com/RVC-Boss/GPT-SoVITS/pull/1258), [PR#1265](https://github.com/RVC-Boss/GPT-SoVITS/pull/1265), [PR#1267](https://github.com/RVC-Boss/GPT-SoVITS/pull/1267)
  - ๋‚ด์šฉ: ์žก์Œ ์ œ๊ฑฐ ๋˜๋Š” ASR ์ฒ˜๋ฆฌ ์ค‘ ์˜ˆ์™ธ ๋ฐœ์ƒ ์‹œ ๋Œ€๊ธฐ ์ค‘์ธ ๋ชจ๋“  ์˜ค๋””์˜ค ํŒŒ์ผ์ด ์ข…๋ฃŒ๋˜๋Š” ๋ฌธ์ œ ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2024.06.29 [Commit#a208698e](https://github.com/RVC-Boss/GPT-SoVITS/commit/a208698e775155efc95b187b746d153d0f2847ca)
  - ๋‚ด์šฉ: ๋‹ค์ค‘ GPU ํ›ˆ๋ จ ์‹œ ๋‹ค์ค‘ ํ”„๋กœ์„ธ์Šค ์ €์žฅ ๋กœ์ง ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.06.29 [PR#1251](https://github.com/RVC-Boss/GPT-SoVITS/pull/1251)
  - ๋‚ด์šฉ: ์ค‘๋ณต๋œ `my_utils.py` ์ œ๊ฑฐ
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: aoguai
  - ๊ด€๋ จ: [Issue#1189](https://github.com/RVC-Boss/GPT-SoVITS/issues/1189)

## 202407

- 2024.07.06 [PR#1253](https://github.com/RVC-Boss/GPT-SoVITS/pull/1253)
  - ๋‚ด์šฉ: ๊ตฌ๋‘์  ๋ถ„ํ•  ์‹œ ์†Œ์ˆ˜์ ์ด ๋ถ„ํ• ๋˜๋Š” ๋ฌธ์ œ ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: aoguai
- 2024.07.06 [Commit#b0786f29](https://github.com/RVC-Boss/GPT-SoVITS/commit/b0786f2998f1b2fce6678434524b4e0e8cc716f5)
  - ๋‚ด์šฉ: ๊ฐ€์† ์ถ”๋ก  ์ฝ”๋“œ ๊ฒ€์ฆ ์™„๋ฃŒ ๋ฐ ๋ฉ”์ธ ๋ธŒ๋žœ์น˜ ๋ณ‘ํ•ฉ. ๊ธฐ๋ณธ ๋ฒ„์ „๊ณผ ๋™์ผํ•œ ์ถ”๋ก  ํšจ๊ณผ ๋ณด์žฅํ•˜๋ฉฐ ์ฐธ์กฐ ํ…์ŠคํŠธ ์—†์Œ ๋ชจ๋“œ์—์„œ๋„ ๊ฐ€์† ์ถ”๋ก  ์ง€์›
  - ์œ ํ˜•: ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss, GoHomeToMacDonal
  - ๊ด€๋ จ: [PR#672](https://github.com/RVC-Boss/GPT-SoVITS/pull/672)
- ํ–ฅํ›„ ์—…๋ฐ์ดํŠธ์—์„œ๋Š” `fast_inference` ๋ธŒ๋žœ์น˜์˜ ๋ณ€๊ฒฝ ์‚ฌํ•ญ ์ผ๊ด€์„ฑ ๊ฒ€์ฆ์„ ์ง€์†ํ•  ์˜ˆ์ •์ž…๋‹ˆ๋‹ค.

- 2024.07.13 [PR#1294](https://github.com/RVC-Boss/GPT-SoVITS/pull/1294), [PR#1298](https://github.com/RVC-Boss/GPT-SoVITS/pull/1298)
  - ๋‚ด์šฉ: i18n ์Šค์บ๋‹ ๋ฆฌํŒฉํ† ๋ง ๋ฐ ๋‹ค๊ตญ์–ด ๊ตฌ์„ฑ ํŒŒ์ผ ์—…๋ฐ์ดํŠธ
  - ์œ ํ˜•: ๋ฌธ์„œํ™”
  - ๊ธฐ์—ฌ์ž: StaryLan
- 2024.07.13 [PR#1299](https://github.com/RVC-Boss/GPT-SoVITS/pull/1299)
  - ๋‚ด์šฉ: ์‚ฌ์šฉ์ž ํŒŒ์ผ ๊ฒฝ๋กœ์˜ ๋ ์Šฌ๋ž˜์‹œ๋กœ ์ธํ•œ ๋ช…๋ น์ค„ ์˜ค๋ฅ˜ ๋ฌธ์ œ ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2024.07.19 [PR#756](https://github.com/RVC-Boss/GPT-SoVITS/pull/756)
  - ๋‚ด์šฉ: GPT ํ›ˆ๋ จ ์‹œ ์‚ฌ์šฉ์ž ์ •์˜ `bucket_sampler` ์‚ฌ์šฉ ์‹œ ํ›ˆ๋ จ ๋‹จ๊ณ„ ๋ถˆ์ผ์น˜ ๋ฌธ์ œ ์ˆ˜์ •
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: huangxu1991
- 2024.07.23 [Commit#9588a3c5](https://github.com/RVC-Boss/GPT-SoVITS/commit/9588a3c52d9ebdb20b3c5d74f647d12e7c1171c2), [PR#1340](https://github.com/RVC-Boss/GPT-SoVITS/pull/1340)
  - ๋‚ด์šฉ: ํ•ฉ์„ฑ ์ค‘ ์Œ์„ฑ ์†๋„ ์กฐ์ ˆ ๊ธฐ๋Šฅ ์ถ”๊ฐ€(๋ฌด์ž‘์œ„์„ฑ ๊ณ ์ • ๋ฐ ์†๋„๋งŒ ์ œ์–ด ์˜ต์…˜ ํฌํ•จ). ์ด ๊ธฐ๋Šฅ์€ `api.py`์— ์—…๋ฐ์ดํŠธ๋จ
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss, ็บข่ก€็ƒAE3803
- 2024.07.27 [PR#1306](https://github.com/RVC-Boss/GPT-SoVITS/pull/1306), [PR#1356](https://github.com/RVC-Boss/GPT-SoVITS/pull/1356)
  - ๋‚ด์šฉ: BS-RoFormer ๋ณด์ปฌ ๋ถ„๋ฆฌ ๋ชจ๋ธ ์ง€์› ์ถ”๊ฐ€
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: KamioRinn
- 2024.07.27 [PR#1351](https://github.com/RVC-Boss/GPT-SoVITS/pull/1351)
  - ๋‚ด์šฉ: ์ค‘๊ตญ์–ด ํ…์ŠคํŠธ ํ”„๋ก ํŠธ์—”๋“œ ๊ฐœ์„ 
  - ์œ ํ˜•: ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: KamioRinn

## 202408 (V2 ๋ฒ„์ „)

- 2024.08.01 [PR#1355](https://github.com/RVC-Boss/GPT-SoVITS/pull/1355)
  - ๋‚ด์šฉ: WebUI์—์„œ ํŒŒ์ผ ์ฒ˜๋ฆฌ ์‹œ ๊ฒฝ๋กœ ์ž๋™ ์ž…๋ ฅ ๊ธฐ๋Šฅ ์ถ”๊ฐ€.
  - ์œ ํ˜•: ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2024.08.01 [Commit#e62e9653](https://github.com/RVC-Boss/GPT-SoVITS/commit/e62e965323a60a76a025bcaa45268c1ddcbcf05c)
  - ๋‚ด์šฉ: BS-Roformer FP16 ์ถ”๋ก  ์ง€์› ํ™œ์„ฑํ™”.
  - ์œ ํ˜•: ์„ฑ๋Šฅ ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.08.01 [Commit#bce451a2](https://github.com/RVC-Boss/GPT-SoVITS/commit/bce451a2d1641e581e200297d01f219aeaaf7299), [Commit#4c8b7612](https://github.com/RVC-Boss/GPT-SoVITS/commit/4c8b7612206536b8b4435997acb69b25d93acb78)
  - ๋‚ด์šฉ: GPU ์ธ์‹ ๋กœ์ง ์ตœ์ ํ™”, ์‚ฌ์šฉ์ž ์ž…๋ ฅ GPU ์ธ๋ฑ์Šค ์ฒ˜๋ฆฌ ๋กœ์ง ์ถ”๊ฐ€.
  - ์œ ํ˜•: ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.08.02 [Commit#ff6c193f](https://github.com/RVC-Boss/GPT-SoVITS/commit/ff6c193f6fb99d44eea3648d82ebcee895860a22)~[Commit#de7ee7c7](https://github.com/RVC-Boss/GPT-SoVITS/commit/de7ee7c7c15a2ec137feb0693b4ff3db61fad758)
  - ๋‚ด์šฉ: **GPT-SoVITS V2 ๋ชจ๋ธ ์ถ”๊ฐ€.**
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.08.03 [Commit#8a101474](https://github.com/RVC-Boss/GPT-SoVITS/commit/8a101474b5a4f913b4c94fca2e3ca87d0771bae3)
  - ๋‚ด์šฉ: FunASR์„ ์ด์šฉํ•œ ๊ด‘๋‘ฅ์–ด ASR ์ง€์› ์ถ”๊ฐ€.
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2024.08.03 [PR#1387](https://github.com/RVC-Boss/GPT-SoVITS/pull/1387), [PR#1388](https://github.com/RVC-Boss/GPT-SoVITS/pull/1388)
  - ๋‚ด์šฉ: UI ๋ฐ ํƒ€์ด๋ฐ ๋กœ์ง ์ตœ์ ํ™”.
  - ์œ ํ˜•: ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2024.08.06 [PR#1404](https://github.com/RVC-Boss/GPT-SoVITS/pull/1404), [PR#987](https://github.com/RVC-Boss/GPT-SoVITS/pull/987), [PR#488](https://github.com/RVC-Boss/GPT-SoVITS/pull/488)
  - ๋‚ด์šฉ: ๋‹ค์ค‘ ๋ฐœ์Œ ๋ฌธ์ž ์ฒ˜๋ฆฌ ๋กœ์ง ์ตœ์ ํ™” (V2 ์ „์šฉ).
  - ์œ ํ˜•: ์ˆ˜์ •, ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: KamioRinn, RVC-Boss
- 2024.08.13 [PR#1422](https://github.com/RVC-Boss/GPT-SoVITS/pull/1422)
  - ๋‚ด์šฉ: ์ฐธ์กฐ ์˜ค๋””์˜ค 1๊ฐœ๋งŒ ์—…๋กœ๋“œ ๊ฐ€๋Šฅํ•œ ๋ฒ„๊ทธ ์ˆ˜์ •; ๋ˆ„๋ฝ ํŒŒ์ผ ๊ฒฝ๊ณ  ํŒ์—… ์ถ”๊ฐ€.
  - ์œ ํ˜•: ์ˆ˜์ •, ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2024.08.20 [Issue#1508](https://github.com/RVC-Boss/GPT-SoVITS/issues/1508)
  - ๋‚ด์šฉ: ์ƒ์œ„ LangSegment ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ์—์„œ SSML ํƒœ๊ทธ๋กœ ์ˆซ์ž, ์ „ํ™”๋ฒˆํ˜ธ, ๋‚ ์งœ, ์‹œ๊ฐ„ ์ตœ์ ํ™” ์ง€์›.
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: juntaosun
- 2024.08.20 [PR#1503](https://github.com/RVC-Boss/GPT-SoVITS/pull/1503)
  - ๋‚ด์šฉ: API ์ˆ˜์ • ๋ฐ ์ตœ์ ํ™”.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: KamioRinn
- 2024.08.20 [PR#1490](https://github.com/RVC-Boss/GPT-SoVITS/pull/1490)
  - ๋‚ด์šฉ: `fast_inference` ๋ธŒ๋žœ์น˜๋ฅผ ๋ฉ”์ธ ๋ธŒ๋žœ์น˜๋กœ ๋ณ‘ํ•ฉ.
  - ์œ ํ˜•: ๋ฆฌํŒฉํ† ๋ง
  - ๊ธฐ์—ฌ์ž: ChasonJiang
- 2024.08.21 **GPT-SoVITS V2 ๋ฒ„์ „ ์ •์‹ ์ถœ์‹œ.**

## 202502 (V3 ๋ฒ„์ „)

- 2025.02.11 [Commit#ed207c4b](https://github.com/RVC-Boss/GPT-SoVITS/commit/ed207c4b879d5296e9be3ae5f7b876729a2c43b8)~[Commit#6e2b4918](https://github.com/RVC-Boss/GPT-SoVITS/commit/6e2b49186c5b961f0de41ea485d398dffa9787b4)
  - ๋‚ด์šฉ: **GPT-SoVITS V3 ๋ชจ๋ธ ์ถ”๊ฐ€, ํŒŒ์ธํŠœ๋‹ ์‹œ 14GB VRAM ํ•„์š”.**
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ ([์œ„ํ‚ค ์ฐธ์กฐ](https://github.com/RVC-Boss/GPT-SoVITS/wiki/GPT%E2%80%90SoVITS%E2%80%90v3%E2%80%90features-(%E6%96%B0%E7%89%B9%E6%80%A7)))
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2025.02.12 [PR#2032](https://github.com/RVC-Boss/GPT-SoVITS/pull/2032)
  - ๋‚ด์šฉ: ๋‹ค๊ตญ์–ด ํ”„๋กœ์ ํŠธ ๋ฌธ์„œ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ๋ฌธ์„œํ™”
  - ๊ธฐ์—ฌ์ž: StaryLan
- 2025.02.12 [PR#2033](https://github.com/RVC-Boss/GPT-SoVITS/pull/2033)
  - ๋‚ด์šฉ: ์ผ๋ณธ์–ด ๋ฌธ์„œ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ๋ฌธ์„œํ™”
  - ๊ธฐ์—ฌ์ž: Fyphen
- 2025.02.12 [PR#2010](https://github.com/RVC-Boss/GPT-SoVITS/pull/2010)
  - ๋‚ด์šฉ: ์–ดํ…์…˜ ๊ณ„์‚ฐ ๋กœ์ง ์ตœ์ ํ™”.
  - ์œ ํ˜•: ์„ฑ๋Šฅ ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: wzy3650
- 2025.02.12 [PR#2040](https://github.com/RVC-Boss/GPT-SoVITS/pull/2040)
  - ๋‚ด์šฉ: ํŒŒ์ธํŠœ๋‹ ์‹œ ๊ทธ๋ž˜๋””์–ธํŠธ ์ฒดํฌํฌ์ธํŒ… ์ง€์› ์ถ”๊ฐ€, 12GB VRAM ํ•„์š”.
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: Kakaru Hayate
- 2025.02.14 [PR#2047](https://github.com/RVC-Boss/GPT-SoVITS/pull/2047), [PR#2062](https://github.com/RVC-Boss/GPT-SoVITS/pull/2062), [PR#2073](https://github.com/RVC-Boss/GPT-SoVITS/pull/2073)
  - ๋‚ด์šฉ: ์ƒˆ๋กœ์šด ์–ธ์–ด ๋ถ„ํ•  ๋„๊ตฌ ์ „ํ™˜, ๋‹ค๊ตญ์–ด ํ˜ผํ•ฉ ํ…์ŠคํŠธ ๋ถ„ํ•  ์ „๋žต ๊ฐœ์„ , ์ˆซ์ž ๋ฐ ์˜์–ด ์ฒ˜๋ฆฌ ๋กœ์ง ์ตœ์ ํ™”.
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: KamioRinn
- 2025.02.23 [Commit#56509a17](https://github.com/RVC-Boss/GPT-SoVITS/commit/56509a17c918c8d149c48413a672b8ddf437495b)~[Commit#514fb692](https://github.com/RVC-Boss/GPT-SoVITS/commit/514fb692db056a06ed012bc3a5bca2a5b455703e)
  - ๋‚ด์šฉ: **GPT-SoVITS V3 ๋ชจ๋ธ LoRA ํ•™์Šต ์ง€์› ์ถ”๊ฐ€, ํŒŒ์ธํŠœ๋‹ ์‹œ 8GB GPU ๋ฉ”๋ชจ๋ฆฌ ํ•„์š”.**
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2025.02.23 [PR#2078](https://github.com/RVC-Boss/GPT-SoVITS/pull/2078)
  - ๋‚ด์šฉ: ๋ณด์ปฌ ๋ฐ ์•…๊ธฐ ๋ถ„๋ฆฌ๋ฅผ ์œ„ํ•œ Mel Band Roformer ๋ชจ๋ธ ์ง€์› ์ถ”๊ฐ€.
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: Sucial
- 2025.02.26 [PR#2112](https://github.com/RVC-Boss/GPT-SoVITS/pull/2112), [PR#2114](https://github.com/RVC-Boss/GPT-SoVITS/pull/2114)
  - ๋‚ด์šฉ: ์ค‘๊ตญ์–ด ๊ฒฝ๋กœ์—์„œ MeCab ์˜ค๋ฅ˜ ์ˆ˜์ • (์ผ๋ณธ์–ด/ํ•œ๊ตญ์–ด ๋˜๋Š” ๋‹ค๊ตญ์–ด ํ…์ŠคํŠธ ๋ถ„ํ•  ์ „์šฉ).
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: KamioRinn
- 2025.02.27 [Commit#92961c3f](https://github.com/RVC-Boss/GPT-SoVITS/commit/92961c3f68b96009ff2cd00ce614a11b6c4d026f)~[Commit#250b1c73](https://github.com/RVC-Boss/GPT-SoVITS/commit/250b1c73cba60db18148b21ec5fbce01fd9d19bc)
  - ๋‚ด์šฉ: **24kHz์—์„œ 48kHz ์˜ค๋””์˜ค ์ดˆํ•ด์ƒ๋„ ๋ชจ๋ธ ์ถ”๊ฐ€** (V3 ๋ชจ๋ธ๋กœ 24K ์˜ค๋””์˜ค ์ƒ์„ฑ ์‹œ "๋ญ‰๊ฐœ์ง€๋Š”" ํ˜„์ƒ ์™„ํ™”).
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
  - ๊ด€๋ จ: [Issue#2085](https://github.com/RVC-Boss/GPT-SoVITS/issues/2085), [Issue#2117](https://github.com/RVC-Boss/GPT-SoVITS/issues/2117)
- 2025.02.28 [PR#2123](https://github.com/RVC-Boss/GPT-SoVITS/pull/2123)
  - ๋‚ด์šฉ: ๋‹ค๊ตญ์–ด ํ”„๋กœ์ ํŠธ ๋ฌธ์„œ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ๋ฌธ์„œํ™”
  - ๊ธฐ์—ฌ์ž: StaryLan
- 2025.02.28 [PR#2122](https://github.com/RVC-Boss/GPT-SoVITS/pull/2122)
  - ๋‚ด์šฉ: ๋ชจ๋ธ์ด ์ธ์‹ํ•˜์ง€ ๋ชปํ•˜๋Š” ์งง์€ CJK ๋ฌธ์ž์— ๋Œ€ํ•ด ๊ทœ์น™ ๊ธฐ๋ฐ˜ ๊ฒ€์ถœ ์ ์šฉ.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: KamioRinn
  - ๊ด€๋ จ: [Issue#2116](https://github.com/RVC-Boss/GPT-SoVITS/issues/2116)
- 2025.02.28 [Commit#c38b1690](https://github.com/RVC-Boss/GPT-SoVITS/commit/c38b16901978c1db79491e16905ea3a37a7cf686), [Commit#a32a2b89](https://github.com/RVC-Boss/GPT-SoVITS/commit/a32a2b893436fad56cc82409121c7fa36a1815d5)
  - ๋‚ด์šฉ: ์Œ์„ฑ ์†๋„ ์ œ์–ด ๋งค๊ฐœ๋ณ€์ˆ˜ ์ถ”๊ฐ€.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2025.02.28 **GPT-SoVITS V3 ์ •์‹ ์ถœ์‹œ**.

## 202503

- 2025.03.31 [PR#2236](https://github.com/RVC-Boss/GPT-SoVITS/pull/2236)
  - ๋‚ด์šฉ: ์˜์กด์„ฑ ๋ฒ„์ „ ์˜ค๋ฅ˜๋กœ ์ธํ•œ ๋ฌธ์ œ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: XXXXRT666
  - ๊ด€๋ จ:
    - PyOpenJTalk: [Issue#1131](https://github.com/RVC-Boss/GPT-SoVITS/issues/1131), [Issue#2231](https://github.com/RVC-Boss/GPT-SoVITS/issues/2231), [Issue#2233](https://github.com/RVC-Boss/GPT-SoVITS/issues/2233).
    - ONNX: [Issue#492](https://github.com/RVC-Boss/GPT-SoVITS/issues/492), [Issue#671](https://github.com/RVC-Boss/GPT-SoVITS/issues/671), [Issue#1192](https://github.com/RVC-Boss/GPT-SoVITS/issues/1192), [Issue#1819](https://github.com/RVC-Boss/GPT-SoVITS/issues/1819), [Issue#1841](https://github.com/RVC-Boss/GPT-SoVITS/issues/1841).
    - Pydantic: [Issue#2230](https://github.com/RVC-Boss/GPT-SoVITS/issues/2230), [Issue#2239](https://github.com/RVC-Boss/GPT-SoVITS/issues/2239).
    - PyTorch-Lightning: [Issue#2174](https://github.com/RVC-Boss/GPT-SoVITS/issues/2174).
- 2025.03.31 [PR#2241](https://github.com/RVC-Boss/GPT-SoVITS/pull/2241)
  - ๋‚ด์šฉ: **SoVITS v3 ๋ณ‘๋ ฌ ์ถ”๋ก  ์ง€์› ํ™œ์„ฑํ™”.**
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: ChasonJiang

- ๊ธฐํƒ€ ์‚ฌ์†Œํ•œ ๋ฒ„๊ทธ ์ˆ˜์ •.

- ONNX ๋Ÿฐํƒ€์ž„ GPU ์ถ”๋ก  ์ง€์›์„ ์œ„ํ•œ ํŒจํ‚ค์ง€ ํ†ตํ•ฉ ์ˆ˜์ •:
  - ์œ ํ˜•: ์ˆ˜์ •
  - ์ƒ์„ธ:
    - G2PW ๋‚ด ONNX ๋ชจ๋ธ์ด CPU์—์„œ GPU ์ถ”๋ก ์œผ๋กœ ์ „ํ™˜, CPU ๋ณ‘๋ชฉ ํ˜„์ƒ ํฌ๊ฒŒ ๊ฐ์†Œ;
    - foxjoy dereverberation ๋ชจ๋ธ์ด GPU ์ถ”๋ก  ์ง€์›.

## 202504 (V4 ๋ฒ„์ „)

- 2025.04.01 [Commit#6a60e5ed](https://github.com/RVC-Boss/GPT-SoVITS/commit/6a60e5edb1817af4a61c7a5b196c0d0f1407668f)
  - ๋‚ด์šฉ: SoVITS v3 ๋ณ‘๋ ฌ ์ถ”๋ก  ์ž ๊ธˆ ํ•ด์ œ; ๋น„๋™๊ธฐ ๋ชจ๋ธ ๋กœ๋”ฉ ๋กœ์ง ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2025.04.07 [PR#2255](https://github.com/RVC-Boss/GPT-SoVITS/pull/2255)
  - ๋‚ด์šฉ: Ruff๋ฅผ ์ด์šฉํ•œ ์ฝ”๋“œ ํฌ๋งทํŒ…; G2PW ๋งํฌ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ์Šคํƒ€์ผ
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2025.04.15 [PR#2290](https://github.com/RVC-Boss/GPT-SoVITS/pull/2290)
  - ๋‚ด์šฉ: ๋ฌธ์„œ ์ •๋ฆฌ; Python 3.11 ์ง€์› ์ถ”๊ฐ€; ์„ค์น˜ ํ”„๋กœ๊ทธ๋žจ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2025.04.20 [PR#2300](https://github.com/RVC-Boss/GPT-SoVITS/pull/2300)
  - ๋‚ด์šฉ: Colab, ์„ค์น˜ ํŒŒ์ผ ๋ฐ ๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2025.04.20 [Commit#e0c452f0](https://github.com/RVC-Boss/GPT-SoVITS/commit/e0c452f0078e8f7eb560b79a54d75573fefa8355)~[Commit#9d481da6](https://github.com/RVC-Boss/GPT-SoVITS/commit/9d481da610aa4b0ef8abf5651fd62800d2b4e8bf)
  - ๋‚ด์šฉ: **GPT-SoVITS V4 ๋ชจ๋ธ ์ถ”๊ฐ€.**
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2025.04.21 [Commit#8b394a15](https://github.com/RVC-Boss/GPT-SoVITS/commit/8b394a15bce8e1d85c0b11172442dbe7a6017ca2)~[Commit#bc2fe5ec](https://github.com/RVC-Boss/GPT-SoVITS/commit/bc2fe5ec86536c77bb3794b4be263ac87e4fdae6), [PR#2307](https://github.com/RVC-Boss/GPT-SoVITS/pull/2307)
  - ๋‚ด์šฉ: V4 ๋ณ‘๋ ฌ ์ถ”๋ก  ์ง€์› ํ™œ์„ฑํ™”.
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: RVC-Boss, ChasonJiang
- 2025.04.22 [Commit#7405427a](https://github.com/RVC-Boss/GPT-SoVITS/commit/7405427a0ab2a43af63205df401fd6607a408d87)~[Commit#590c83d7](https://github.com/RVC-Boss/GPT-SoVITS/commit/590c83d7667c8d4908f5bdaf2f4c1ba8959d29ff), [PR#2309](https://github.com/RVC-Boss/GPT-SoVITS/pull/2309)
  - ๋‚ด์šฉ: ๋ชจ๋ธ ๋ฒ„์ „ ๋งค๊ฐœ๋ณ€์ˆ˜ ์ „๋‹ฌ ์˜ค๋ฅ˜ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss, ChasonJiang
- 2025.04.22 [Commit#fbdab94e](https://github.com/RVC-Boss/GPT-SoVITS/commit/fbdab94e17d605d85841af6f94f40a45976dd1d9), [PR#2310](https://github.com/RVC-Boss/GPT-SoVITS/pull/2310)
  - ๋‚ด์šฉ: Numpy์™€ Numba ๋ฒ„์ „ ๋ถˆ์ผ์น˜ ๋ฌธ์ œ ์ˆ˜์ •; librosa ๋ฒ„์ „ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss, XXXXRT666
  - ๊ด€๋ จ: [Issue#2308](https://github.com/RVC-Boss/GPT-SoVITS/issues/2308)
- **2024.04.22 GPT-SoVITS V4 ์ •์‹ ์ถœ์‹œ**.
- 2025.04.22 [PR#2311](https://github.com/RVC-Boss/GPT-SoVITS/pull/2311)
  - ๋‚ด์šฉ: Gradio ๋งค๊ฐœ๋ณ€์ˆ˜ ์—…๋ฐ์ดํŠธ.
  - ์œ ํ˜•: ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2025.04.25 [PR#2322](https://github.com/RVC-Boss/GPT-SoVITS/pull/2322)
  - ๋‚ด์šฉ: Colab/Kaggle ๋…ธํŠธ๋ถ ์Šคํฌ๋ฆฝํŠธ ๊ฐœ์„ .
  - ์œ ํ˜•: ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: XXXXRT666

## 202505

- 2025.05.26 [PR#2351](https://github.com/RVC-Boss/GPT-SoVITS/pull/2351)
  - ๋‚ด์šฉ: Docker ๋ฐ Windows ์ž๋™ ๋นŒ๋“œ ์Šคํฌ๋ฆฝํŠธ ๊ฐœ์„ ; pre-commit ํฌ๋งทํŒ… ์ถ”๊ฐ€.
  - ์œ ํ˜•: ์ •๋ฆฌ ์ž‘์—…
  - ๊ธฐ์—ฌ์ž: XXXXRT666
- 2025.05.26 [PR#2408](https://github.com/RVC-Boss/GPT-SoVITS/pull/2408)
  - ๋‚ด์šฉ: ๋‹ค๊ตญ์–ด ํ…์ŠคํŠธ ๋ถ„ํ•  ๋ฐ ์ธ์‹ ๋กœ์ง ์ตœ์ ํ™”.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: KamioRinn
  - ๊ด€๋ จ: [Issue#2404](https://github.com/RVC-Boss/GPT-SoVITS/issues/2404)
- 2025.05.26 [PR#2377](https://github.com/RVC-Boss/GPT-SoVITS/pull/2377)
  - ๋‚ด์šฉ: ์บ์‹ฑ ์ „๋žต ๊ตฌํ˜„์œผ๋กœ SoVITS V3/V4 ์ถ”๋ก  ์†๋„ 10% ํ–ฅ์ƒ.
  - ์œ ํ˜•: ์„ฑ๋Šฅ ์ตœ์ ํ™”
  - ๊ธฐ์—ฌ์ž: Kakaru Hayate
- 2025.05.26 [Commit#4d9d56b1](https://github.com/RVC-Boss/GPT-SoVITS/commit/4d9d56b19638dc434d6eefd9545e4d8639a3e072), [Commit#8c705784](https://github.com/RVC-Boss/GPT-SoVITS/commit/8c705784c50bf438c7b6d0be33a9e5e3cb90e6b2), [Commit#fafe4e7f](https://github.com/RVC-Boss/GPT-SoVITS/commit/fafe4e7f120fba56c5f053c6db30aa675d5951ba)
  - ๋‚ด์šฉ: ์–ด๋…ธํ…Œ์ด์…˜ ์ธํ„ฐํŽ˜์ด์Šค๋ฅผ ์—…๋ฐ์ดํŠธํ•˜์—ฌ ์•ˆ๋‚ด ๋ฌธ๊ตฌ๋ฅผ ์ถ”๊ฐ€ํ–ˆ์Šต๋‹ˆ๋‹ค: ๊ฐ ํŽ˜์ด์ง€ ํŽธ์ง‘ ํ›„ ๋ฐ˜๋“œ์‹œ 'Submit Text'๋ฅผ ํด๋ฆญํ•ด ์ฃผ์„ธ์š”. ๊ทธ๋ ‡์ง€ ์•Š์œผ๋ฉด ๋ณ€๊ฒฝ ์‚ฌํ•ญ์ด ์ €์žฅ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2025.05.29 [Commit#1934fc1e](https://github.com/RVC-Boss/GPT-SoVITS/commit/1934fc1e1b22c4c162bba1bbe7d7ebb132944cdc)
  - ๋‚ด์šฉ: UVR5 ๋ฐ ONNX dereverberation ๋ชจ๋ธ์—์„œ FFmpeg์ด ๊ณต๋ฐฑ ํฌํ•จ ์›๋ณธ ๊ฒฝ๋กœ๋กœ MP3/M4A ํŒŒ์ผ ์ธ์ฝ”๋”ฉ ์‹œ ์˜ค๋ฅ˜ ์ˆ˜์ •.
  - ์œ ํ˜•: ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: RVC-Boss

## 202406 (V2Pro ์‹œ๋ฆฌ์ฆˆ)

- 2025.06.03 [PR#2420](https://github.com/RVC-Boss/GPT-SoVITS/pull/2420)
  - ๋‚ด์šฉ: ๋‹ค๊ตญ์–ด ํ”„๋กœ์ ํŠธ ๋ฌธ์„œ ์—…๋ฐ์ดํŠธ
  - ์œ ํ˜•: ๋ฌธ์„œํ™”
  - ๊ธฐ์—ฌ์ž: StaryLan
- 2025.06.04 [PR#2417](https://github.com/RVC-Boss/GPT-SoVITS/pull/2417)
  - ๋‚ด์šฉ: TorchScript๋ฅผ ์ด์šฉํ•œ V4 ๋‚ด๋ณด๋‚ด๊ธฐ ๊ธฐ๋Šฅ ์ง€์› ์ถ”๊ฐ€
  - ์œ ํ˜•: ๊ธฐ๋Šฅ ์ถ”๊ฐ€
  - ๊ธฐ์—ฌ์ž: L-jasmine
- 2025.06.04 [Commit#b7c0c5ca](https://github.com/RVC-Boss/GPT-SoVITS/commit/b7c0c5ca878bcdd419fd86bf80dba431a6653356)~[Commit#298ebb03](https://github.com/RVC-Boss/GPT-SoVITS/commit/298ebb03c5a719388527ae6a586c7ea960344e70)
  - ๋‚ด์šฉ: **GPT-SoVITS V2Pro ์‹œ๋ฆฌ์ฆˆ ๋ชจ๋ธ ์ถ”๊ฐ€ (V2Pro, V2ProPlus)**
  - ์œ ํ˜•: ๊ธฐ๋Šฅ ์ถ”๊ฐ€
  - ๊ธฐ์—ฌ์ž: RVC-Boss
- 2025.06.05 [PR#2426](https://github.com/RVC-Boss/GPT-SoVITS/pull/2426)
  - ๋‚ด์šฉ: `config/inference_webui` ์ดˆ๊ธฐํ™” ์˜ค๋ฅ˜ ์ˆ˜์ •
  - ์œ ํ˜•: ๋ฒ„๊ทธ ์ˆ˜์ •
  - ๊ธฐ์—ฌ์ž: StaryLan
- 2025.06.05 [PR#2427](https://github.com/RVC-Boss/GPT-SoVITS/pull/2427), [Commit#7d70852a](https://github.com/RVC-Boss/GPT-SoVITS/commit/7d70852a3f67c3b52e3a62857f8663d529efc8cd), [PR#2434](https://github.com/RVC-Boss/GPT-SoVITS/pull/2434)
  - ๋‚ด์šฉ: ์ž๋™ ์ •๋ฐ€๋„ ๊ฐ์ง€ ๋กœ์ง ์ตœ์ ํ™”; WebUI ํ”„๋ก ํŠธ์—”๋“œ ๋ชจ๋“ˆ์— ์ ‘๊ธฐ ๊ธฐ๋Šฅ ์ถ”๊ฐ€
  - ์œ ํ˜•: ์‹ ๊ทœ ๊ธฐ๋Šฅ
  - ๊ธฐ์—ฌ์ž: XXXXRT666, RVC-Boss