Spaces:
Runtime error
Runtime error
File size: 924 Bytes
e69f277 b0ea01b e69f277 b0ea01b e69f277 b0ea01b d102810 6f601ad 60aad2d e997c1f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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
config: configs/exp_hifisinger.py
checkpoint: checkpoints/checkpoint.ckpt
readme: "This model is trained on the M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
default_speaker: "opencpop"
- name: Tohoku Kiritan
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."
default_speaker: "kiritan" |