Assets and models for face swap and restoration in ReActor extensions.
ReActor consists of pre-trained model weights and supporting files required for face swap operations within specified AI image tools.
The assets are used by developers and practitioners building or running face manipulation pipelines in ComfyUI and Stable Diffusion web UI environments.
Load the inswapper_128.onnx and buffalo_l models to build automated face replacement pipelines inside ComfyUI-ReActor nodes for video and image editing projects.
Drop GFPGAN and GPEN-BFR-512.onnx files into sd-webui-reactor to restore and upscale faces generated by Stable Diffusion models in a single click.
Use the provided ONNX restoration networks as drop-in components for Python scripts that detect, swap, and repair faces in batch photo processing.
from datasets import load_dataset
ds = load_dataset("Gourieff/ReActor")A collection of pre-trained model files for face detection, swapping, and restoration used by ComfyUI-ReActor and sd-webui-reactor extensions.
Verified reviews from the community shape this listing's rating.
Loading reviews…