capleaf/viVoice
Viewer • Updated • 888k • 2.17k • 88
This model is cloned from https://huggingface.co/cosrigel/dia-finetuning-vnese
Big thanks to cosrigel!
Checkpoint tiếng Việt cho mô hình Dia TTS.
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