chattts-free / download_model.py
doby4u's picture
webui origin
47442ee
raw
history blame
123 Bytes
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('pzc163/chatTTS')
print(model_dir)