Skip to content

Releases: Gourieff/ComfyUI-ReActor

0.6.0

21 May 07:12
Compare
Choose a tag to compare

What's new:

  • 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)

0.6.0-whatsnew-01

0.6.0-whatsnew-02

0.6.0-whatsnew-03

0.5.2

03 Mar 05:46
Compare
Choose a tag to compare

What's new:

  • ReSwapper models support. Although Inswapper still has the best similarity, but ReSwapper is evolving - thanks @somanchiu https://github.com/somanchiu/ReSwapper for the ReSwapper models and the ReSwapper project! This is a good step for the Community in the Inswapper's alternative creation!

0.5.2-whatsnew-03

0.5.2-whatsnew-04

You can download ReSwapper models here:
https://huggingface.co/datasets/Gourieff/ReActor/tree/main/models
Just put them into the "models/reswapper" directory.

  • NSFW-detector to not violate GitHub rules
  • New node "Unload ReActor Models" - is useful for complex WFs when you need to free some VRAM utilized by ReActor

0.5.2-whatsnew-01

  • Support of ORT CoreML and ROCM EPs, just install onnxruntime version you need
  • Install script improvements to install latest versions of ORT-GPU

0.5.2-whatsnew-02

  • Fixes and improvements