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