Diogodiogod commited on
Commit
3fd2d8a
·
verified ·
1 Parent(s): 591e908

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # VoiceFixer Models
2
+
3
+ Official VoiceFixer model checkpoints for speech restoration, mirrored for faster
4
+ downloads.
5
+
6
+ ## Why This Repository?
7
+
8
+ The official VoiceFixer models are hosted on Zenodo, which can have slow download
9
+ speeds. This repository mirrors the same official models on HuggingFace for:
10
+ - Faster downloads via HuggingFace CDN
11
+ - Better integration with HuggingFace-based projects
12
+ - Improved reliability and availability
13
+
14
+ ## Models Included
15
+
16
+ - `vf.ckpt` (466.6 MB) - Analysis module for speech restoration
17
+ - `model.ckpt-1490000_trimed.pt` (129.3 MB) - Vocoder module (44.1kHz)
18
+
19
+ ## Usage
20
+
21
+ Used by [TTS Audio Suite](https://github.com/diodiogod/TTS-Audio-Suite) for ComfyUI
22
+ audio restoration.
23
+
24
+ ## Attribution
25
+
26
+ Original models by Haohe Liu et al.
27
+
28
+ - **Paper**: [VoiceFixer: Toward General Speech
29
+ Restoration](https://arxiv.org/abs/2109.13731)
30
+ - **GitHub**: https://github.com/haoheliu/voicefixer
31
+ - **Original Zenodo Release**: https://zenodo.org/record/5600188
32
+
33
+ ## License
34
+
35
+ CC-BY-4.0 (same as original release)
36
+
37
+ These models are identical to the official Zenodo release, mirrored here for
38
+ convenience.