EasyVtuber icon indicating copy to clipboard operation
EasyVtuber copied to clipboard

tha3, but run 40fps on 3080 with virtural webcam support

Results 3 EasyVtuber issues
Sort by recently updated
recently updated
newest added

用于有提前配音的录制感觉比较方便。 注:该功能在main.py中写在后面的,所以会覆盖 面捕的口型大小。 在 args.py 中添加 args.auto_mouth_threshold 参数,该参数用于归一化音量。当该参数为0时,表示不使用这个功能。个人测试感觉 8000 比较好。 在 launcher.py 中 增加了获取用户输入的UI。 在 main.py中 使用pyaudio 来获取音频输入流并改变口型大小。 额外:我的环境中OpenSeeFace的面捕的口型较小,眼睛闭不了,所以增加了对于 口型和眼睛 开合 的调整函数。

The original code has a function called "linear_rgb2rgb" which converts sRGB colors to linear RGB, while the "srgb2linear_rgb" function converts linear colors to sRGB colors. This commit addresses the issue...

SR + Interpolation is allowed now. From my 3060 test that boosted up to 30% performance for SR usage cases. And updated some notes.