Skip to content

Releases: Gourieff/comfyui-reactor-node

0.5.0

01 Jul 17:20
Compare
Choose a tag to compare

What's New:

  • Huge performance boost of the image analyzer's module! 10x speed up! Working with videos is now a pleasure!

0.5.0-whatsnew-05

  • ReActorFaceSwapOpt (a simplified version of the Main Node) + ReActorOptions Nodes to set some additional options such as (new) "input/source faces separate order". Yes! You can now set the order of faces in the index in the way you want ("large to small" goes by default)!

0.5.0-whatsnew-04

  • ReActorImageDublicator Node - rather useful for those who create videos, it helps to duplicate one image to several frames to use them with VAE Encoder (e.g. live avatars):

0.5.0-whatsnew-03

  • Face Masking feature is available now, just add the "ReActorMaskHelper" Node to the workflow and connect it as shown below:

0.5.0-whatsnew-01

If you don't have the "face_yolov8m.pt" Ultralytics model - you can download it from the Assets and put it into the "ComfyUI\models\ultralytics\bbox" directory


As well as "sam_vit_b_01ec64.pth" model - download (if you don't have it) and put it into the "ComfyUI\models\sams" directory;

Use this Node to gain the best results of the face swapping process:

0.5.0-whatsnew-02

  • ReActorBuildFaceModel Node got "face_model" output to provide a blended face model directly to the main Node:

Basic workflow 💾

  • You can now build a blended face model from a batch of face models you already have, just add the "Make Face Model Batch" node to your workflow and connect several models via "Load Face Model"
  • Spandrel lib support for GFPGAN
  • Fixes and improvements

0.4.2

14 Apr 20:58
Compare
Choose a tag to compare

What's New:

  • You can now blend several images with persons into one face model file and use it with "Load Face Model" Node or in SD WebUI as well - more info
  • GPEN-BFR-512 and RestoreFormer_Plus_Plus face restoration models support - more info
  • Fixes and improvements

0.4.1

22 Mar 17:19
Compare
Choose a tag to compare

What's New:

  • Face Restore Visibility and CodeFormer Weight (Fidelity) options are now available

0.4.1-whatsnew-01

  • Separate Node for the Face Restoration postprocessing
  • (Windows) Installation can be done for Python from the System's PATH
  • CUDA 12 Support
  • A lot of fixes and improvements

0.4.0

13 Dec 18:16
Compare
Choose a tag to compare

What's New:

  • Input "input_image" goes first now, it gives a correct bypass and also it is right to have the main input first
  • You can now save face models as "safetensors" files (ComfyUI\models\reactor\faces) and load them into ReActor implementing different scenarios and keeping super lightweight face models of the faces you use

0.4.0-whatsnew-01

0.4.0-whatsnew-02

  • Ability to build and save face models directly from an image

0.4.0-whatsnew-03

  • Inputs are optional now, just connect one of them according to your workflow; if both is connected - image has a priority
  • Different fixes and improvements

0.3.1

17 Nov 04:57
Compare
Choose a tag to compare

What's New:

  • CUDA support alongside with CPU support
  • A lot of fixes and improvements

0.3.0

26 Oct 17:37
Compare
Choose a tag to compare

What's New:

  • Built-in Face Restoration
  • Insightface models were moved to the ComfyUI\models directory
  • Huge boost when swapping several faces
  • Node Enabled (ON/OFF) Toggle added
  • MPS torch device support for retinaface module
  • Source and Target images hashing -> good speed boost of images processing
  • A lot of fixes and improvements

0.2.0

11 Sep 16:02
Compare
Choose a tag to compare

The First version (0.1.0) Base: Simplified version of SD WebUI ReActor extension + the first version of @ssitu ComfyUI_roop (thank you for the great work)

What's In This Release (0.2.0):

  • Gender detection added
  • Different fixes and improvements

You can also download the very simple and stable v0.1.1 from the Assets below