Skip to content

Commit

Permalink
sen new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav committed Sep 6, 2023
1 parent 5d283d6 commit 344380a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,20 @@ Install dependencies:
pip install -r requirements.txt
```

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.

Go to portable folder

```
cd portable
```

Run:

```
briefcase dev
```

Additionally, you can create a build:
At the first start, automatic translation into the selected language will be performed, it may take some time. Additionally, you can create a build:

```
briefcase build
```
Expand All @@ -114,9 +115,9 @@ Available list of extensions at [link](https://wladradchenko.ru/static/wunjo.wla
<!-- DOWNLOAD -->
## Install packets

[Ubuntu / Debian Stable v1.3](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/linux/wunjo_1.3.1.deb)
[Ubuntu / Debian Stable v1.4 (GPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/linux/wunjo_1.4.0.deb)

[Ubuntu / Debian Beta v1.4](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/linux/wunjo_1.4.0.deb)
[Ubuntu / Debian Beta v1.5 (GPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/linux/wunjo_1.5.1.deb)

```
// Requirement to create animation is ffmpeg
Expand All @@ -132,11 +133,13 @@ sudo dpkg -r wunjo
// Remove cache
rm -rf ~/.wunjo
// If switching to GPU is not available for you, see the documentation for how to install drivers CUDA
```

[MacOS Stable v1.3](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/macos/wunjo_macos_1.3.1.zip)
[MacOS Stable v1.4 (CPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/macos/wunjo_macos_1.4.0.zip)

[MacOS Beta v1.4](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/macos/wunjo_macos_1.4.0.zip)
[MacOS Beta v1.5 (CPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/macos/wunjo_macos_1.5.1.zip)

```
// Requirement to create animation is ffmpeg
Expand All @@ -149,11 +152,13 @@ unzip wunjo_macos_{vesrion}.zip
// Remove cache
rm -rf ~/.wunjo
// How to adjust the use of the GPU and increase the processing speed by several times, see the documentation.
```

[Windows Stable v1.3](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/windows/wunjo_1.3.2.msi)
[Windows Stable v1.4 (CPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/windows/wunjo_1.4.0.msi)

[Windows Beta v1.4](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/windows/wunjo_1.4.0.msi)
[Windows Beta v1.5 (CPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/windows/wunjo_1.5.1.msi)

```
// Requirement to create animation is ffmpeg, Install ffmpeg and add to Path env
Expand All @@ -170,6 +175,8 @@ icacls "%USERPROFILE%/.wunjo/deepfake/gfpgan/weights/*.pth" /grant:r "Users":(R,
//Remove cache
%USERPROFILE%/.wunjo
// How to adjust the use of the GPU and increase the processing speed by several times, see the documentation.
```

<!-- EXAMPLE -->
Expand Down Expand Up @@ -252,8 +259,6 @@ Update 1.5.0
- [x] Add AI retouch frames in video by user tool
- [x] Add work with Chinese grammatical and train model to use voice clone on Chinese

:TODO check downloads tts models on windows, maybe is bug because of symbols

Update 1.6.0
- [ ] Add create deepfake video by text prompts
- [ ] Indicate user how much space on drive for tmp and result folders
Expand Down
25 changes: 16 additions & 9 deletions README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,20 @@ source venv/bin/activate
pip install -r requirements.txt
```

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

Необходимо перейти в директорию portable, чтобы использовать briefcase:

```
cd portable
```

Запустить:

```
briefcase dev
```

Дополнительно, вы можете создать build
При первом запуске будет выполнен автоматический перевод на выбранный язык, это может занять некоторое время. Дополнительно, вы можете создать build

```
briefcase build
```
Expand All @@ -114,9 +115,9 @@ briefcase package
<!-- DOWNLOAD -->
## Готовые сборки

[Ubuntu / Debian Stable v1.3](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/linux/wunjo_1.3.1.deb)
[Ubuntu / Debian Stable v1.4 (GPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/linux/wunjo_1.4.0.deb)

[Ubuntu / Debian Beta v1.4](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/linux/wunjo_1.4.0.deb)
[Ubuntu / Debian Beta v1.5 (GPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/linux/wunjo_1.5.1.deb)

```
// Для создания анимации понадобится установить ffmpeg
Expand All @@ -132,11 +133,13 @@ sudo dpkg -r wunjo
// Удаление кеша
rm -rf ~/.wunjo
// Если переключение на графический процессор для вас недоступно, см. документацию по установке драйверов CUDA
```

[MacOS Stable v1.3](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/macos/wunjo_macos_1.3.1.zip)
[MacOS Stable v1.4 (CPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/macos/wunjo_macos_1.4.0.zip)

[MacOS Beta v1.4](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/macos/wunjo_macos_1.4.0.zip)
[MacOS Beta v1.5 (CPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/macos/wunjo_macos_1.5.1.zip)

```
// Для создания анимации понадобится установить ffmpeg
Expand All @@ -149,11 +152,13 @@ unzip wunjo_macos_{vesrion}.zip
// Удаление кеша
rm -rf ~/.wunjo
// Сборка сделана на библиотеках с ЦПУ. Как настроить использование графического процессора и увеличить скорость обработки в несколько раз, смотрите в документации.
```

[Windows Stable v1.3](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/windows/wunjo_1.3.2.msi)
[Windows Stable v1.4 (CPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/windows/wunjo_1.4.0.msi)

[Windows Beta v1.4](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/windows/wunjo_1.4.0.msi)
[Windows Beta v1.5 (CPU version)](https://wladradchenko.ru/static/wunjo.wladradchenko.ru/build/windows/wunjo_1.5.1.msi)

```
// Для создания анимации понадобится установить ffmpeg, после добавить путь в переменная среды
Expand All @@ -171,6 +176,8 @@ icacls "%USERPROFILE%/.wunjo/deepfake/gfpgan/weights/*.pth" /grant:r "Users":(R,
// Удаление кеша
%USERPROFILE%/.wunjo
// Сборка сделана на библиотеках с ЦПУ. Как настроить использование графического процессора и увеличить скорость обработки в несколько раз, смотрите в документации.
```

<!-- EXAMPLE -->
Expand Down

0 comments on commit 344380a

Please sign in to comment.