Skip to content

Commit 6029ffd

Browse files
committed
VersionUP
0.6.0 (Alpha/Beta passed)
1 parent 6944f5d commit 6029ffd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
![Version](https://img.shields.io/badge/node_version-0.6.0_alpha1-lightgreen?style=for-the-badge&labelColor=darkgreen)
5+
![Version](https://img.shields.io/badge/node_version-0.6.0-brightgreen?style=for-the-badge&labelColor=darkgreen)
66

77
<!--<sup>
88
<font color=brightred>
@@ -51,7 +51,7 @@
5151

5252
## What's new in the latest update
5353

54-
### 0.6.0 <sub><sup>ALPHA1</sup></sub>
54+
### 0.6.0
5555

5656
- New Node `ReActorSetWeight` - you can now set the strength of face swap for `source_image` or `face_model` from 0% to 100% (in 12.5% step)
5757

README_RU.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
![Version](https://img.shields.io/badge/версия_нода-0.6.0_alpha1-lightgreen?style=for-the-badge&labelColor=darkgreen)
5+
![Version](https://img.shields.io/badge/версия_нода-0.6.0-brightgreen?style=for-the-badge&labelColor=darkgreen)
66

77
<!--<sup>
88
<font color=brightred>
@@ -51,7 +51,7 @@
5151

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

54-
### 0.6.0 <sub><sup>ALPHA1</sup></sub>
54+
### 0.6.0
5555

5656
- Новый нод `ReActorSetWeight` - теперь можно установить силу замены лица для `source_image` или `face_model` от 0% до 100% (с шагом 12.5%)
5757

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-reactor"
33
description = "(SFW-Friendly) The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension"
4-
version = "0.6.0-a1"
4+
version = "0.6.0"
55
license = { file = "LICENSE" }
66
dependencies = ["insightface==0.7.3", "onnx>=1.14.0", "opencv-python>=4.7.0.72", "numpy==1.26.3", "segment_anything", "albumentations>=1.4.16", "ultralytics"]
77

scripts/reactor_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app_title = "ReActor Node for ComfyUI"
2-
version_flag = "v0.6.0-a1"
2+
version_flag = "v0.6.0"
33

44
COLORS = {
55
"CYAN": "\033[0;36m", # CYAN

0 commit comments

Comments
 (0)