feat: image driven, regional animation

This commit is contained in:
zhangdingyun 2024-08-19 17:28:50 +08:00
parent 4fbcfc927c
commit 43f78039dd

View File

@ -543,7 +543,6 @@ class GradioPipeline(LivePortraitPipeline):
""" for keeping lips in the source video silent """ for keeping lips in the source video silent
""" """
if input_video is not None: if input_video is not None:
# gr.Info("Upload successfully!", duration=2)
inference_cfg = self.live_portrait_wrapper.inference_cfg inference_cfg = self.live_portrait_wrapper.inference_cfg
######## process source video ######## ######## process source video ########
source_rgb_lst = load_video(input_video) source_rgb_lst = load_video(input_video)