kenwaytis / faster-SadTalker-API

The API server version of the SadTalker project. Runs in Docker, 10 times faster than the original!
MIT License
109 stars 18 forks source link

Face Render部分是否有加速 #4

Open Lidong1211 opened 9 months ago

Lidong1211 commented 9 months ago

你好,请问faster-SadTalker-API是否对FaceRender部分有速度优化,我看介绍和code仅对FaceEnhancer部分优化了

kenwaytis commented 9 months ago

Hello Lidong1211, and yes, the face render part has not been accelerated. From what I recall, the face render is the part where sadtalker performs data preprocessing, involving a considerable amount of hard-coded image operations. If possible, you might try caching the processing results of identical pictures to reduce processing time.

xyh19960622 commented 8 months ago

If it is only targeted to the same video speech synthesis lip, is there more optimization space, please do you have any good suggestions? I'm thinking of lip-syncing for the same video with a different audio.

xyh19960622 commented 8 months ago

@kenwaytis