antgroup / echomimic

EchoMimic: Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning
https://antgroup.github.io/ai/echomimic/
Apache License 2.0
3.06k stars 356 forks source link

Fix the bug in the inference #127

Open Guohanzhong opened 3 months ago

Guohanzhong commented 3 months ago

Since I saw that the background was noisy in the previous generation, and I guessed that it could be due to the effect of moore's codebase, I guessed that you still used the "scaled linear" schedule during training, but the inference of moore's codebase is "linear" by default schedule, which is the same as your current inference, so I changed your inference to a "scaled linear" schedule (after aligning it with the training), the background noise was eliminated.

XeoOuYang commented 3 months ago

gread job