personaxgemini / scripts /modelscope_download.py
eshwar06's picture
Upload 473 files
753e51d verified
# pip install modelscope
# https://www.modelscope.cn/models/Kedreamix/Linly-Talker/summary
from modelscope import snapshot_download
model_dir = snapshot_download('Kedreamix/Linly-Talker', cache_dir='./', revision='master')