image
image |
---|
ReActor Node 0.1.1b for ComfyUI
The Fast and Simple "roop-like" Face Swap Extension Node for ComfyUI, based on ReActor (ex Roop-GE) SD-WebUI Face Swap Extension
This Node goes without NSFW filter (uncensored, use it on your own responsibility)
Disclaimer | Installation | Usage | Troubleshooting | Updating
Disclaimer
This software is meant to be a productive contribution to the rapidly growing AI-generated media industry. It will help artists with tasks such as animating a custom character or using the character as a model for clothing etc.
The developers of this software are aware of its possible unethical applicaitons and are committed to take preventative measures against them. We will continue to develop this project in the positive direction while adhering to law and ethics.
Users of this software are expected to use this software responsibly while abiding the local law. If face of a real person is being used, users are suggested to get consent from the concerned person and clearly mention that it is a deepfake when posting content online. Developers and Contributors of this software are not responsible for actions of end-users.
Installation
If you use AUTOMATIC1111 or SD.Next
Close (stop) your SD-WebUI/Comfy Server if it's running
(For Windows Users) Install Visual Studio 2022 (Community version - you need this step to build Insightface) -OR- only VS C++ Build Tools and select "Desktop Development with C++" under "Workloads -> Desktop & Mobile" -OR- if you don't want to install VS or VS C++ BT - follow this steps (sec. I)
Go to the
extensions\sd-webui-comfyui\ComfyUI\custom_nodes
Open Console or Terminal and run
git clone https://github.com/Gourieff/comfyui-reactor-node
Go to the SD WebUI root folder, open Console or Terminal and run (Windows users)
.\venv\Scripts\activate
or (Linux/MacOS)venv/bin/activate
python -m pip install -U pip
cd extensions\sd-webui-comfyui\ComfyUI\custom_nodes\comfyui-reactor-node
python install.py
Please, wait until the installation process will be finished
Run SD WebUI and check console for the message that ReActor Node is running:
Go to the ComfyUI tab and find there ReActor Node inside the menu
image/postprocessing
or by using a search:Enjoy!
If you use Standalone ComfyUI for Windows
- Go to the
ComfyUI\custom_nodes
directory - Open Console and run
git clone https://github.com/Gourieff/comfyui-reactor-node
- Run install.bat
- Run ComfyUI and find there ReActor Node inside the menu
image/postprocessing
or by using a search
Usage
Just connect all required nodes and run the query
Troubleshooting
- Download and put prebuilt Insightface package into the stable-diffusion-webui (A1111 or SD.Next) root folder (where you have "webui-user.bat" file) or into ComfyUI root folder if you use ComfyUI Portable
- From the root folder run:
- (SD WebUI) CMD and
.\venv\Scripts\activate
- (ComfyUI Portable) run CMD
- (SD WebUI) CMD and
- Then update your PIP:
- (SD WebUI)
python -m pip install -U pip
- (ComfyUI Portable)
python_embeded\python.exe -m pip install -U pip
- (SD WebUI)
- Then install Insightface:
- (SD WebUI)
pip install insightface-0.7.3-cp310-cp310-win_amd64.whl
- (ComfyUI Portable)
python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl
- (SD WebUI)
- Enjoy!
Updating
Just put .bat or .sh script from this Repo to the ComfyUI\custom_nodes
directory and run it when you need to check for updates
- Downloads last month
- 186