BadToBest / EchoMimic

Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning
https://badtobest.github.io/echomimic.html
Apache License 2.0
1.4k stars 162 forks source link

Is there any way to speed up my test generation time #9

Closed su161021 closed 2 weeks ago

su161021 commented 2 weeks ago

Is there any way to speed up my test generation time

yuange250 commented 2 weeks ago

Is there any way to speed up my test generation time

  1. model init also cost a lot of time, so it would be better infer more cases with one model init.
  2. reduce the denoising step from 30 to 20, the generation quality may be a bit lower, but it would save 1/3 time comsumption.
JoeFannie commented 2 weeks ago

see https://github.com/BadToBest/EchoMimic/issues/14