Skip to content

Commit

Permalink
Standalone Version Available On Patreon
Browse files Browse the repository at this point in the history
  • Loading branch information
numz committed Jan 22, 2024
1 parent 84d42a8 commit 5c9f5c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
<img src="https://user-images.githubusercontent.com/800903/258130805-26d9732f-4d33-4c7e-974e-7af2f1261768.gif" width="100%">

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.
Expand Down
2 changes: 2 additions & 0 deletions scripts/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def select_speaker(speaker):
with gr.Blocks(analytics_enabled=False) as wav2lip_uhq_interface:
gr.Markdown(
"<div align='center'> <h3><a href='https://github.com/numz/sd-wav2lip-uhq'> Follow installation instructions here </a> </h3> </div>")
gr.Markdown(
"<div align='center'> <h3><a href='https://www.patreon.com/Wav2LipStudio'> STANDALONE VERSION AVAILABLE HERE </a> </h3> </div>")
with gr.Row():
with gr.Column():
with gr.Row():
Expand Down

0 comments on commit 5c9f5c0

Please sign in to comment.