From 56bb0263ea779012cf743f0d415c997d41965bfd Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:35:50 -0700 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 23382d1..193bd5a 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ This node generates lipsyncing video from, video, image, and WAV audio files. - `images`: Extracted frame images as PyTorch tensors. - `audio`: An instance of loaded audio data. - `mata_batch`: Load batch numbers via the Meta Batch Manager node. +- `mask`: Load mask. + **Output Types:** - `IMAGES`: Extracted frame images as PyTorch tensors. @@ -180,16 +182,20 @@ This node generates lipsyncing video from, video, image, and WAV audio files. - `video_info`: Output video metadata. **DeepFuze Lipsync Features:** -- `face_enhancer`: You can add an enhancer to improve the quality of the generated video. Using gfpgan or RestoreFormer to enhance the generated face via face restoration network -- `frame_enhancer`: You can add an enhance the whole frame of the video -- `face_mask_padding_left` : padding to left on the face while lipsyncing -- `face_mask_padding_right` : padding to the right on the face while lipsyncing -- `face_mask_padding_bottom` : padding to the bottom on the face while lipsyncing -- `face_mask_padding_top` : padding to the top on the face while lipsyncing +- `enhancer`: You can add a face enhancer to improve the quality of the generated video. Using gfpgan or RestoreFormer to enhance the generated face via face restoration network +- `frame_enhancer`: You can add an enhance the whole frame of the video. +- `face_mask_padding_left` : Padding to left on the face while lipsyncing. +- `face_mask_padding_right` : Padding to the right on the face while lipsyncing. +- `face_mask_padding_bottom` : Padding to the bottom on the face while lipsyncing. +- `face_mask_padding_top` : Padding to the top on the face while lipsyncing. - `device` : [cpu,gpu] -- `trim_frame_start`: remove the number of frames from start -- `trim_frame_end`: remove the number of frames from end -- `save_output`: If it is True, it will save the output. +- `frame_rate`: Set the frame rate. +- `loop_count`: How many additional times the video should repeat. +- `filename_prefix`: Prefix naming for the output video. +- `pingpong`: Causes the input to be played back in reverse to create a clean loop. +- `save_output`: Saving the output on output folder. + + ![Lipsyncing Node example](https://github.com/SamKhoze/ComfyUI-DeepFuze/blob/main/examples/node.jpeg)