Spaces:
Sleeping
Sleeping
File size: 624 Bytes
e69f277 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
readme: |
# Fish Diffusion - HiFiSinger Demo 🎤
GitHub Repo: [fishaudio/fish-diffusion](https://github.com/fishaudio/fish-diffusion)
max_mixing_speakers: 3
models:
- name: Default
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 license."
default_speaker: "aria"
- name: Duplicate
config: configs/exp_hifisinger.py
checkpoint: checkpoints/checkpoint.ckpt
readme: "DUP This model is trained on the M4Singer dataset and released under the CC-BY-NC-SA 4.0 license."
|