From 5c9f5c0e5edb5ec916c36ed8e27569f3eabfb066 Mon Sep 17 00:00:00 2001 From: numz Date: Mon, 22 Jan 2024 20:04:29 +0100 Subject: [PATCH] Standalone Version Available On Patreon --- README.md | 16 ++++++++++++++++ scripts/ui.py | 2 ++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 5527ced..f002496 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,22 @@ https://user-images.githubusercontent.com/800903/262435301-af205a91-30d7-43f2-afcc-05980d581fe0.mp4 +## **STANDALONE VERSION CAN BE FOUND HERE** : [WAV2LIP STUDIO STANDALONE](https://www.patreon.com/Wav2LipStudio) +In the standalone version you can : +- ♻ Manage project: Add a feature to manage multiple project +- 👪 Introduced multiple face swap: Can now Swap multiple face in one shot +- ⛔ Visible face restriction: Can now make whole process even if no face detected on frame! +- 📺 Video Size: works with high resolution video input, (test with 1980x1080, should works with 4K but slow) +- 🔑 Keyframe manager: Add a keyframe manager for better control of the video generation +- 🍪 coqui TTS integration: Remove bark integration, use coqui TTS instead +- 💬 Conversation: Add a conversation feature with multiple person +- 🔈 Record your own voice: Add a feature to record your own voice +- 👬 Clone voice: Add a feature to clone voice from video +- 🎏 translate video: Add a feature to translate video with voice clone (HEYGEN like) +- 🔉 Volume amplifier for wav2lip: Add a feature to amplify the volume of the wav2lip output +- 🕡 Add delay before sound speech start +- 🚀 Speed up process: Speed up the process + ## 💡 Description This repository contains a Wav2Lip Studio extension for Automatic1111. diff --git a/scripts/ui.py b/scripts/ui.py index 87e4ace..6d24332 100644 --- a/scripts/ui.py +++ b/scripts/ui.py @@ -38,6 +38,8 @@ def select_speaker(speaker): with gr.Blocks(analytics_enabled=False) as wav2lip_uhq_interface: gr.Markdown( "

Follow installation instructions here

") + gr.Markdown( + "

STANDALONE VERSION AVAILABLE HERE

") with gr.Row(): with gr.Column(): with gr.Row():