kijai / ComfyUI-LivePortraitKJ

ComfyUI nodes for LivePortrait
MIT License
1.51k stars 113 forks source link

Experimental: Frame-by-frame video processing pipeline #40

Closed blueangel1313 closed 3 months ago

blueangel1313 commented 3 months ago

This PR introduces an experimental feature to animate source videos using a driving video using the LivePortrait model. The changes include:

  1. Adjusted the configuration to accept video input.
  2. Created a new pipeline that processes videos frame-by-frame.

Key changes:

This PR is currently experimental and may require further optimization and testing.

To use this:

  1. Provide a source video path using the --source_video argument.
  2. Provide a driving video path using the --driving_info argument.
  3. Specify an output directory using the --output_dir argument.
blueangel1313 commented 3 months ago

Update to come.