AEmotionStudio commited on
Commit
7e7d4ae
·
verified ·
1 Parent(s): 1472682

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: fish-audio-research
4
+ license_link: LICENSE
5
+ tags:
6
+ - text-to-speech
7
+ - tts
8
+ - voice-cloning
9
+ - speech-synthesis
10
+ language:
11
+ - en
12
+ - zh
13
+ ---
14
+
15
+ # Fish Speech S2 Pro — Mirror
16
+
17
+ Mirror of the Fish Speech S2 Pro model by [Fish Audio](https://fish.audio).
18
+
19
+ **Original model:** [fishaudio/fish-speech-1.5](https://huggingface.co/fishaudio/fish-speech-1.5)
20
+
21
+ ## Available Files
22
+
23
+ | File | Size | Description |
24
+ |---|---|---|
25
+ | `model.safetensors` | 9.12 GB | Main language model weights |
26
+ | `codec.pth` | 1.87 GB | Audio codec (encoder/decoder) |
27
+ | `config.json` | 1.86 KB | Model configuration |
28
+ | `tokenizer.json` | 12.2 MB | Tokenizer data |
29
+ | `tokenizer_config.json` | 861 KB | Tokenizer configuration |
30
+ | `special_tokens_map.json` | 102 KB | Special tokens mapping |
31
+ | `chat_template.jinja` | 4.12 KB | Chat template |
32
+
33
+ ## Model Details
34
+
35
+ Fish Speech is a leading open-source text-to-speech (TTS) model that supports high-quality voice cloning and multilingual speech synthesis. The S2 Pro variant offers improved quality and zero-shot voice cloning capabilities.
36
+
37
+ - **Architecture:** Qwen3-based language model + audio codec
38
+ - **Task:** Text-to-speech, voice cloning
39
+ - **Languages:** English, Chinese, Japanese, and more
40
+ - **Code:** [github.com/fishaudio/fish-speech](https://github.com/fishaudio/fish-speech)
41
+
42
+ ## Usage with ComfyUI-FFMPEGA
43
+
44
+ This model is automatically downloaded and used by the [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA) extension for TTS and voice cloning features.
45
+
46
+ ## License
47
+
48
+ **Fish Audio Research License** — see [LICENSE](LICENSE) file.
49
+
50
+ - ✅ Free for research and non-commercial use
51
+ - ❌ Commercial use requires a separate license from [Fish Audio](https://fish.audio) (contact: business@fish.audio)