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.21k stars 216 forks source link

你好我想问一下Linly-Talker-win-all的museTalk怎么跑不起来啊 #57

Open 3165523246 opened 1 week ago

3165523246 commented 1 week ago

你好我想问一下Linly-Talker-win-all的museTalk怎么跑不起来啊 image

zhlgx commented 1 week ago

PixPin_2024-06-25_13-03-36 也不知道哪里不对,完全根据步骤走的,也不行!

3165523246 commented 1 week ago

PixPin_2024-06-25_13-03-36 也不知道哪里不对,完全根据步骤走的,也不行!

兄弟加个微信一起讨论一下 V : wxid_9c4pyghxd3z322

Kedreamix commented 1 week ago

可以试一下进行激活环境以后再安装一下musetalk的依赖,或者这几天我会尝试更新一下

araya commented 4 days ago

已解决,是环境的问题引起的 mmcv的问题

3165523246 commented 4 days ago

已解决,是环境的问题引起的 mmcv的问题 怎么解决的

Ankitjaiswal1201 commented 3 days ago

So I had the same issue, and this is how i resolved it:

First I uninstalled all the package related to mmcv

pip uninstall mmdet mmpose mmengine mmcv pip cache purge

And then installed specific versions of all the packages. For me the following package versions worked: mim install mmengine mim install "mmcv==2.1.0" mim install "mmdet==3.2.0" mim install "mmpose==1.2.0"

And then again you can run the python webui.py, the issue should be resolved