Spaces:
Sleeping
Sleeping
File size: 2,841 Bytes
e69f277 b0ea01b e69f277 c7e89ae e69f277 c7e89ae c488270 c7e89ae b0ea01b d102810 c488270 60aad2d e997c1f c488270 0a4f982 c488270 0a4f982 c488270 76d1ff4 c488270 76d1ff4 c488270 a747fe2 c488270 a747fe2 c488270 ce95425 c488270 ce95425 c488270 01814cd c488270 01814cd c488270 8747ac5 |
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 |
readme: |
# Fish Diffusion - HiFiSinger Demo 🎤
GitHub Repo: [fishaudio/fish-diffusion](https://github.com/fishaudio/fish-diffusion)
To share a new model, please check out the [Share Your Model](https://huggingface.co./spaces/fishaudio/fish-diffusion/discussions/2) discussion.
max_mixing_speakers: 3
models:
- name: "M4Singer Pretrained (Many Speakers, Alto, Tenor, Soprano, Bass)"
config: configs/exp_hifisinger.py
checkpoint: checkpoints/checkpoint.ckpt
readme: |
This model is trained on the Opencpop and M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
It contains more than 20 speakers and is thus a good playground for timbre mixing.
default_speaker: "opencpop"
- name: "Tohoku Kiritan (Feminine)"
config: configs/Kiritan.py
checkpoint: checkpoints/Kiritan.ckpt
readme: |
This model is trained on the Tohoku Kiritan dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
It has a cute, yet powerful voice.
default_speaker: "kiritan"
- name: "Tohoku Itako (Feminine)"
config: configs/Itako.py
checkpoint: checkpoints/Itako.ckpt
readme: |
This model is trained on the Tohoku Itako dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
It has a bright and whispery voice.
default_speaker: "itako"
- name: "No.7 (Feminine)"
config: configs/Seven.py
checkpoint: checkpoints/Seven.ckpt
readme: readme: |
This model is trained on the No.7 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
It has a strong and sharp voice.
default_speaker: "seven"
- name: "Yoko (Feminine)"
config: configs/Yoko.py
checkpoint: checkpoints/Yoko.ckpt
readme: |
This model is trained on the Sinsy-f00001 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
It has a powerful, tense, and relaxed voice.
default_speaker: "yoko"
- name: "JSUT (Feminine)"
config: configs/JSUT.py
checkpoint: checkpoints/JSUT.ckpt
readme: |
This model is trained on the JSUT-song dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
It has a moist and transparent voice.
default_speaker: "jsut"
- name: "CSD (Feminine)"
config: configs/CSD.py
checkpoint: checkpoints/CSD.ckpt
readme: |
This model is trained on the Children's Song Dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
It has a sweet and tender voice.
default_speaker: "csd" |