Kedreamix / Linly-Talker

Digital Avatar Conversational System - Linly-Talker. 😄✨ Linly-Talker is an intelligent AI system that combines large language models (LLMs) with visual models to create a novel human-AI interaction method. 🤝🤖 It integrates various technologies like Whisper, Linly, Microsoft Speech Services, and SadTalker talking head generation system. 🌟🔬
https://kedreamix.github.io/
MIT License
1.27k stars 222 forks source link

MAC环境下:mapping下载名称问题 #38

Open ilyaml218 opened 1 month ago

ilyaml218 commented 1 month ago

wget -c https://modelscope.cn/api/v1/models/Kedreamix/Linly-Talker/repo\?Revision\=master\&FilePath\=checkpoints%2Fmapping_00109-model.pth.tar wget -c https://modelscope.cn/api/v1/models/Kedreamix/Linly-Talker/repo\?Revision\=master\&FilePath\=checkpoints%2Fmapping_00229-model.pth.tar --2024-05-11 10:56:16-- https://modelscope.cn/api/v1/models/Kedreamix/Linly-Talker/repo?Revision=master&FilePath=checkpoints%2Fmapping_00109-model.pth.tar 正在解析主机 modelscope.cn (modelscope.cn)... 39.101.130.40 正在连接 modelscope.cn (modelscope.cn)|39.101.130.40|:443... 已连接。 已发出 HTTP 请求,正在等待回应... 200 OK 长度:155779231 (149M) [application/octet-stream] 正在保存至: “repo?Revision=master&FilePath=checkpoints%2Fmapping_00109-model.pth.tar”

ilyaml218 commented 1 month ago

MAC环境下,原有命令保存的名称为: “repo?Revision=master&FilePath=checkpoints%2Fmapping_00109-model.pth.tar”,然后需要手动改名称为“mapping_00109-model.pth.tar” 命令修改为指定名称下载: wget -O mapping_00109-model.pth.tar -c https://modelscope.cn/api/v1/models/Kedreamix/Linly-Talker/repo?Revision=master&FilePath=checkpoints%2Fmapping_00109-model.pth.tar wget -O mapping_00229-model.pth.tar -c https://modelscope.cn/api/v1/models/Kedreamix/Linly-Talker/repo?Revision=master&FilePath=checkpoints%2Fmapping_00229-model.pth.tar