From a54816889c6c0961a86af00895695d76fcfb245a Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:09:19 -0700 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7f9ca53..b810068 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,21 @@ The "LLM Integration" node is used to incorporate LLM (Language Model) into the - `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. +---- +### DeepFuze Save Audio (Playback) Node 👺 + +![DeepFuze Save_Audio_Node](https://github.com/SamKhoze/ComfyUI-DeepFuze/blob/main/images/DeepFuze_Audio_Save.jpg) +This node is used to save the output of the "Voice Cloning" node. Additionally, you can trim the audio and play it back. + +**Input Types:** +- `audio`: An instance of loaded audio data. + +**DeepFuze Padding Features:** +- `METADATA` : Sting Metadata. +- `start_time` : Triming the start time. +- `end_time` : Triming the end time. +- `playback window` : Provides playback, save, and playback speed options. + ---- ### Basic Integrations