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.85k stars 305 forks source link

保存视频路径错误 #7

Closed RoyLR closed 8 months ago

RoyLR commented 8 months ago

Face Renderer:: 100%之后,提示路径错误,请问是配置的问题吗?

./results/b71f4ace-a29e-47fe-a1ad-edeb3ba99e28\temp_b71f4ace-a29e-47fe-a1ad-edeb3ba99e28\first_frame_dir\image_b71f4ace-a29e-47fe-a1ad-edeb3ba99e28\input\answer.mp4: No such file or directory Traceback (most recent call last): File "C:\ProgramData\anaconda3\envs\linly\lib\shutil.py", line 791, in move os.rename(src, real_dst) FileNotFoundError: [WinError 2] 系统找不到指定的文件。: '89cf9dcd-0120-4368-8106-ef56ecd5ed86.mp4' -> './results/b71f4ace-a29e-47fe-a1ad-edeb3ba99e28\b71f4ace-a29e-47fe-a1ad-edeb3ba99e28\first_frame_dir\image_b71f4ace-a29e-47fe-a1ad-edeb3ba99e28\input\answer.mp4'

Kedreamix commented 8 months ago

你好,这个问题确实有点奇怪,我现在来看的话,可能问题是ffmpeg没有下载么,你可以看看本地路径下有没有出现结果 建议就是可以再试一下conda install -q ffmpeg,然后用一下最新的代码跑一下,看看还会不会出现这个问题