-
Notifications
You must be signed in to change notification settings - Fork 98
How to install the application
You can download installers for Windows, MacOS and Ubuntu operating systems on the official website Wunjo AI.
🎥 A detailed video guide for installing on Windows is available here.
All dependencies, including the ffmpeg library, will be installed automatically for Windows. However, if you want to do a manual installation, then you can download ffmpeg - from the official website, then add the path to the environment variable:
setx PATH "%PATH%;C:\path\to\ffmpeg\bin"
Installer
wunjo_{vesrion}.msi
Files for testing speech synthesis and creating deepfake videos in GitHub Example.
Attention! When you first launch speech or video synthesis, the necessary models are downloaded, for this reason you must allow the application to connect to the network if you receive a message from the firewall. You can also install all models manually as stated in the documentation - GitHub Wiki.
The build only works on CPU if you want to use GPU To speed up the processing process several times, visit the documentation GitHub Wiki.
If you have problems creating deepfakes, most likely the models do not have read permissions, then you need to go to the .wunjo directory, open the console and enter:
icacls * /grant:r "Users:(R,W)" /T
Attention! Check what is installed on your computer Visual Studio. Because for dlib to work correctly, drivers from Visual Studio are required, which are usually preinstalled by default in Windows.
Deleting cache
%USERPROFILE%/.wunjo
To create animation you will need to install ffmpeg
sudo apt install ffmpeg
Installing the application
sudo dpkg -i wunjo_{vesrion}.deb
Files for testing speech synthesis and creating deepfake videos in GitHub Example.
Attention! When you first start speech or video synthesis, the necessary models are downloaded; this may take some time. You can also install all models manually as stated in the documentation - GitHub Wiki.
If you have problems switching to GPU, read the documentation on how to install drivers CUDA.
Uninstalling an application
sudo dpkg -r wunjo
Deleting cache
rm -rf ~/.wunjo
To create animation you will need to install ffmpeg
brew install ffmpeg
Due to the fact that the author of the project does not have an Apple license, there is currently no way to create an official installer. See Launch project from GitHub. You will need to install Git, Python3.10.
You will find detailed installation instructions in README.md or documentation.It is worth noting that on MacOS the application will only work on the CPU, since it is not supported on MacOS drivers CUDA.
Deleting cache
rm -rf ~/.wunjo
Requires 3.10 = Python and ffmpeg.
Download project from GitHub manually or use git clone:
git clone https://github.com/wladradchenko/wunjo.wladradchenko.ru.git
Go to project folder:
cd wunjo.wladradchenko.ru
Create a virtual environment and activate:
python -m venv venv
source venv/bin/activate
Install dependencies:
// CPU
pip install -r requirements.txt
// GPU
pip install -r requirements_gpu.txt
In order to use GPU you need to install CUDA 11.8. How to use the GPU in the application.
You need to change to the portable directory to use the briefcase:
cd portable
Run:
briefcase dev
Additionally, you can create a build to launch from file:
briefcase build
Run build
briefcase run
To create an installer:
briefcase package
More details in the BeeWare documentation
- Home
- English
- How to install the application
- How to change the default directory for the .wunjo folder
- How to add another application language
- Speech documentation
- How manually install model for text to speech
- How to synthesize text to speech
- How to clone a voice
- How to translate speech to text
- Deepfake documentation
- How to manually set models for deepfake animation of the face and lips
- How to animate a face from an image
- How to animate lip movement under audio
- How to face swap target video face on source face from photo
- How to use retouch to improve quality deepfake or remove object
- How to get segmentation mask
- How to use deepfake emotion
- How to use video editor tools
- Diffusion documentation
- How use video to video by text prompt
- How to use the GPU in the application
- File is too big
- Support the Project
- Acknowledgements
- Author
- Русский
- Как установить приложение
- Как изменить директорию по умолчанию для папки .wunjo
- Как добавить другой язык приложения
- Документация по речи
- Как вручную установить модель преобразования текста в речь
- Как синтезировать речь из текста
- Как клонировать голос
- Как перевести речь в текст
- Документация по дипфейкам
- Как вручную установить модели для дипфейка анимации лица и губ
- Как анимировать лицо из изображения
- Как анимировать движение губ под аудио
- Как поменять лицо целевого видео на исходное лицо с фотографии
- Как использовать ретушь для улучшения качества дипфейка или удаления объектов с видео
- Как получить маску объектов
- Как изменить эмоции человека на видео
- Как использовать инструменты видеоредактора
- Документация по diffusion
- Как изменить видео текстовым запросом
- Как использовать GPU в приложении
- Файл слишком большой
- Поддержите проект
- Благодарности
- Автор