Skip to content

Commit

Permalink
VersionUP
Browse files Browse the repository at this point in the history
0.5.1 (beta passed)
  • Loading branch information
Gourieff committed Nov 21, 2024
1 parent 89dba21 commit 9d65264
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

<img src="https://github.com/Gourieff/Assets/raw/main/sd-webui-reactor/ReActor_logo_NEW_EN.png?raw=true" alt="logo" width="180px"/>

![Version](https://img.shields.io/badge/node_version-0.5.1_beta2-green?style=for-the-badge&labelColor=darkgreen)
![Version](https://img.shields.io/badge/node_version-0.5.1-brightgreen?style=for-the-badge&labelColor=darkgreen)

<sup>
<!--<sup>
<font color=brightred>
## !!! [Important Update](#latestupdate) !!!<br>Don't forget to add the Node again in existing workflows
</font>
</sup>
</sup>-->

<a href="https://boosty.to/artgourieff" target="_blank">
<img src="https://lovemet.ru/www/boosty.jpg" width="108" alt="Support Me on Boosty"/>
<img src="https://lovemet.ru/img/boosty.jpg" width="108" alt="Support Me on Boosty"/>
<br>
<sup>
Support This Project
Expand Down Expand Up @@ -55,7 +55,7 @@

## What's new in the latest update

### 0.5.1 <sub><sup>ALPHA1</sup></sub>
### 0.5.1

- Support of GPEN 1024/2048 restoration models (available in the HF dataset https://huggingface.co/datasets/Gourieff/ReActor/tree/main/models/facerestore_models)
- ReActorFaceBoost Node - an attempt to improve the quality of swapped faces. The idea is to restore and scale the swapped face (according to the `face_size` parameter of the restoration model) BEFORE pasting it to the target image (via inswapper algorithms), more information is [here (PR#321)](https://github.com/Gourieff/comfyui-reactor-node/pull/321)
Expand All @@ -64,7 +64,8 @@

[Full size demo preview](https://github.com/Gourieff/Assets/blob/main/comfyui-reactor-node/0.5.1-whatsnew-02.png)

- Some fixes and improvements
- Sorting facemodels alphabetically
- A lot of fixes and improvements

<details>
<summary><a>Previous versions</a></summary>
Expand Down
13 changes: 7 additions & 6 deletions README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

<img src="https://github.com/Gourieff/Assets/raw/main/sd-webui-reactor/ReActor_logo_NEW_RU.png?raw=true" alt="logo" width="180px"/>

![Version](https://img.shields.io/badge/версия_нода-0.5.1_beta2-green?style=for-the-badge&labelColor=darkgreen)
![Version](https://img.shields.io/badge/версия_нода-0.5.1-brightgreen?style=for-the-badge&labelColor=darkgreen)

<sup>
<!--<sup>
<font color=brightred>
## !!! [Важные изменения](#latestupdate) !!!<br>Не забудьте добавить Нод заново в существующие воркфлоу
</font>
</sup>
</sup>-->

<a href="https://boosty.to/artgourieff" target="_blank">
<img src="https://lovemet.ru/www/boosty.jpg" width="108" alt="Поддержать проект на Boosty"/>
<img src="https://lovemet.ru/img/boosty.jpg" width="108" alt="Поддержать проект на Boosty"/>
<br>
<sup>
Поддержать проект
Expand Down Expand Up @@ -55,7 +55,7 @@

## Что нового в последнем обновлении

### 0.5.1 <sub><sup>ALPHA1</sup></sub>
### 0.5.1

- Поддержка моделей восстановления лиц GPEN 1024/2048 (доступны в датасете на HF https://huggingface.co/datasets/Gourieff/ReActor/tree/main/models/facerestore_models)
- Нод ReActorFaceBoost - попытка улучшить качество заменённых лиц. Идея состоит в том, чтобы восстановить и увеличить заменённое лицо (в соответствии с параметром `face_size` модели реставрации) ДО того, как лицо будет вставлено в целевое изображения (через алгоритмы инсваппера), больше информации [здесь (PR#321)](https://github.com/Gourieff/comfyui-reactor-node/pull/321)
Expand All @@ -64,7 +64,8 @@

[Полноразмерное демо-превью](https://github.com/Gourieff/Assets/blob/main/comfyui-reactor-node/0.5.1-whatsnew-02.png)

- Некоторые исправления и улучшения
- Сортировка моделей лиц по алфавиту
- Множество исправлений и улучшений

<details>
<summary><a>Предыдущие версии</a></summary>
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "comfyui-reactor-node"
description = "The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension"
version = "0.5.1-b2"
version = "0.5.1"
license = { file = "LICENSE" }
dependencies = ["insightface==0.7.3", "onnx>=1.14.0", "opencv-python>=4.7.0.72", "numpy", "segment_anything"]
dependencies = ["insightface==0.7.3", "onnx>=1.14.0", "opencv-python>=4.7.0.72", "numpy", "segment_anything", "albumentations>=1.4.16", "ultralytics"]

[project.urls]
Repository = "https://github.com/Gourieff/comfyui-reactor-node"
Expand Down
2 changes: 1 addition & 1 deletion scripts/reactor_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app_title = "ReActor Node for ComfyUI"
version_flag = "v0.5.1-b2"
version_flag = "v0.5.1"

COLORS = {
"CYAN": "\033[0;36m", # CYAN
Expand Down

0 comments on commit 9d65264

Please sign in to comment.