You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think what I am actually asking for is a better version of the face swapper algorithm. Example is https://github.com/ThereforeGames/unprompted just incorporated a "facelift" feature with a GPEN quality option and 512 library.
512 SimSwap is much worse than 128 Inswapper
FaceLift uses combination of GFPGAN+GPEN
GPEN has not been developed for a long time, I don't think that it's better than GFPGAN or CodeFormer
The FaceLift algorithm when you use the "Best quality" preset:
Restore the original face of the original image using GFPGAN
Apply the Insightface pipeline
Restore the result with GPEN
So, it slightly changes original face before swapping, then swaps it with Inswapper and then restores with GPEN
I don't think this is a good idea to apply GFPGAN to the original face, because in this case face details could be changed
Feature description
I love this extension and am having a lot of fun with it!
Is it possible to add support for the other ONNX files instead of just the inswapper 128 version?
Examples:
https://huggingface.co/netrunner-exe/Insight-Swap-models-onnx/tree/main
There's a SimSwap 512 version I would love to play with.
I tried selecting it in Reactor Force's options, but it throws the error that it was passed 4 arguments, but only expects 3.
Thank you for your consideration, and thank you for making an awesome extension to start with!
The text was updated successfully, but these errors were encountered: