github wladradchenko/wunjo.wladradchenko.ru build-v1.3.2
v1.3.2

latest releases: build-v2.0.3, build-v2.0.2, build-v1.6.2...
2 years ago

Страница для скачивания приложения / Page to download app: https://wladradchenko.ru/wunjo.

Изменения

  • Исправление бага с face_alignment.

Подробнее о расширении и его формате.

Готовые сборки

Ubuntu / Debian Stable v1.2
Ubuntu / Debian Extensions v1.3

// Для создания анимации понадобится установить ffmpeg
sudo apt install ffmpeg

// Установка приложения
sudo dpkg -i wunjo_{vesrion}.deb

// Внимание! При первом запуске синтеза видео, будут скачаны модели в .wunjo/talker/checkpoints и .wunjo/talker/gfpgan в размере 5Гб. Это может занять длительное время.

// Удаление приложения
sudo dpkg -r wunjo

// Удаление кеша
rm -rf ~/.wunjo

MacOS Stable v1.2
MacOS Extensions v1.3

// Для создания анимации понадобится установить ffmpeg
brew install ffmpeg 

// Разархивировать приложение
unzip wunjo_macos_{vesrion}.zip

// Внимание! При первом запуске синтеза видео, будут скачаны модели в .wunjo/talker/checkpoints и .wunjo/talker/gfpgan в размере 5Гб. Это может занять длительное время.

// Удаление кеша
rm -rf ~/.wunjo

Windows Extensions v1.3

// Для создания анимации понадобится установить ffmpeg, после добавить путь в переменная среды
setx PATH "%PATH%;C:\path\to\ffmpeg\bin"

// Установщик
wunjo_{vesrion}.msi

// Внимание! При первом запуске синтеза видео, будут скачаны модели в .wunjo/talker/checkpoints и .wunjo/talker/gfpgan в размере 5Гб. Это может занять длительное время.

// Важно! Как настроить deepfake для Windows. Необходимо дать права на чтение моделей нейронной сети в папке gfpgan, после того, как модели будут установлены! Без этой настройки, результат генерации deepfake будет "Лицо не найдено".

icacls "%USERPROFILE%/.wunjo/deepfake/gfpgan/weights/*.pth" /grant:r "Users":(R,W)

// Удаление кеша
%USERPROFILE%/.wunjo

Update

  • Bug fix with face_alignment.

More about the extension and its format

Install packets

Ubuntu / Debian Stable v1.2
Ubuntu / Debian Extensions v1.3

// Requirement to create animation is ffmpeg
sudo apt install ffmpeg

// Install app
sudo dpkg -i wunjo_{vesrion}.deb

// Attention! The first time you run video synthesis, models will be downloaded in .wunja/talker/checkpoints and .wunja/talker/gfpgan in size 5GB. This may take a long time.

// Remove app
sudo dpkg -r wunjo

// Remove cache
rm -rf ~/.wunjo

MacOS Stable v1.2
MacOS Extensions v1.3

// Requirement to create animation is ffmpeg
brew install ffmpeg 

// Unzip app
unzip wunjo_macos_{vesrion}.zip

// Attention! The first time you run video synthesis, models will be downloaded in .wunja/talker/checkpoints and .wunja/talker/gfpgan in size 5GB. This may take a long time.

// Remove cache
rm -rf ~/.wunjo

Windows Extensions v1.3

// Requirement to create animation is ffmpeg, Install ffmpeg and add to Path env
setx PATH "%PATH%;C:\path\to\ffmpeg\bin"

// Install app
wunjo_{vesrion}.msi

// Attention! The first time you run video synthesis, models will be downloaded in .wunja/talker/checkpoints and .wunja/talker/gfpgan in size 5GB. This may take a long time.

// Important! How to set up deepfake for Windows. You need to give permission to read the neural network models in the gfpgan folder after the models are installed! Without this setting, the result of deepfake generation will be "Face not found".

icacls "%USERPROFILE%/.wunjo/deepfake/gfpgan/weights/*.pth" /grant:r "Users":(R,W)

//Remove cache
%USERPROFILE%/.wunjo

Don't miss a new wunjo.wladradchenko.ru release

NewReleases is sending notifications on new releases.