Skip to content

Commit a2ad854

Browse files
committed
VersionUP + UPD: Comfy Registry
0.6.2 Alpha3
1 parent a708f71 commit a2ad854

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.2_alpha2-lightgreen?style=for-the-badge&labelColor=darkgreen)
5+
![Version](https://img.shields.io/badge/node_version-0.6.2_alpha3-lightgreen?style=for-the-badge&labelColor=darkgreen)
66

77
<!--<sup>
88
<font color=brightred>
@@ -54,7 +54,7 @@
5454

5555
## What's new in the latest update
5656

57-
### 0.6.2 <sub><sup>ALPHA2</sup></sub>
57+
### 0.6.2 <sub><sup>ALPHA2, ALPHA3</sup></sub>
5858

5959
- Small but important fixes
6060

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.2_alpha2-lightgreen?style=for-the-badge&labelColor=darkgreen)
5+
![Version](https://img.shields.io/badge/версия_нода-0.6.2_alpha3-lightgreen?style=for-the-badge&labelColor=darkgreen)
66

77
<!--<sup>
88
<font color=brightred>
@@ -54,7 +54,7 @@
5454

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

57-
### 0.6.2 <sub><sup>ALPHA2</sup></sub>
57+
### 0.6.2 <sub><sup>ALPHA2, ALPHA3</sup></sub>
5858

5959
- Небольшие, но важные исправления
6060

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.2-a2"
4+
version = "0.6.2-a3"
55
license = { file = "LICENSE" }
66
dependencies = ["insightface==0.7.3", "onnx>=1.14.0", "opencv-python>=4.7.0.72", "numpy==1.26.4", "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.2-a2"
2+
version_flag = "v0.6.2-a3"
33

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

0 commit comments

Comments
 (0)