fz5400
fz5400
problem solved, find` ./imaginaire/utils/io.py` file add the code `print(full_checkpoint_path)` after line 130, then the save path will be showed, download the model manually and put it under the save dir
> Hello, I have read the code and found that just change the argument which is fed into writer.save() function. For the details, change the Line 260 of demo_inference.py from...
I have an idea: it may be possible to get a stable facial video by swapping the face with one of the frames of the video generated by codeformer
> I have an idea: it may be possible to get a stable facial video by swapping the face with one of the frames of the video generated by codeformer...
> @fz5400 推理的视频和训练的视频的噪音都需要去除么? 理论上是都去除会比较好,特别是模型推理的时候
> @fz5400 大佬,怎么降噪呢? 音频是阿里云生成的 我是使用DeepFilterNet进行降噪处理的。连接如下: https://github.com/Rikorose/DeepFilterNet
不是,是TTS生成的wav文件
经过处理后底噪确实去除了,抖动问题的话我也还在寻找新的解决方案,唇形变化特别快可能是你的音频说话的速率快,可以尝试降低音频速率
`pip install langchain_community==0.2` problem solved