I clone this from https://huggingface.co/cosrigel/dia-finetuning-vnese. Big thanks to cosrigel
Dia Vietnamese Checkpoint (finetuned)
Checkpoint tiếng Việt cho mô hình Dia TTS.
Sử dụng nhanh
from huggingface_hub import hf_hub_download
import safetensors.torch as st
ckpt = hf_hub_download("cosrigel/dia-finetuning-vnese", filename="model.safetensors")
state = st.load_file(ckpt) # dict tên->tensor
# ... khởi tạo kiến trúc từ code project rồi nạp state_dict
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support