What's New:
- 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)
- Sorting facemodels alphabetically
- A lot of fixes and improvements