five

crystantine/sd-reactor-node

收藏
Hugging Face2023-08-21 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/crystantine/sd-reactor-node
下载链接
链接失效反馈
官方服务:
资源简介:
# 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)](https://github.com/Gourieff/sd-webui-reactor) SD-WebUI Face Swap Extension > This Node goes without NSFW filter (uncensored, use it on your own responsibility) --- [**Disclaimer**](#disclaimer) | [**Installation**](#installation) | [**Usage**](#usage) | [**Troubleshooting**](#troubleshooting) | [**Updating**](#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 [SD WebUI](#sdwebui) | [Standalone ComfyUI](#standalone) <a name="sdwebui">If you use [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui/) or [SD.Next](https://github.com/vladmandic/automatic) 1. Close (stop) your SD-WebUI/Comfy Server if it's running 2. (For Windows Users) Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) (Community version - you need this step to build Insightface) -OR- only [VS C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-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)](#insightfacebuild) 3. Go to the `extensions\sd-webui-comfyui\ComfyUI\custom_nodes` 4. Open Console or Terminal and run `git clone https://github.com/Gourieff/comfyui-reactor-node` 5. Go to the SD WebUI root folder, open Console or Terminal and run (Windows users)`.\venv\Scripts\activate` or (Linux/MacOS)`venv/bin/activate` 6. `python -m pip install -U pip` 7. `cd extensions\sd-webui-comfyui\ComfyUI\custom_nodes\comfyui-reactor-node` 8. `python install.py` 9. Please, wait until the installation process will be finished 10. Run SD WebUI and check console for the message that ReActor Node is running: <img src="uploads/console_status_running.jpg" alt="console_status_running" width="759"/> 11. Go to the ComfyUI tab and find there ReActor Node inside the menu `image/postprocessing` or by using a search: <img src="uploads/webui-demo.png" alt="webui-demo" width="100%"/> <img src="uploads/search-demo.png" alt="webui-demo" width="1043"/> 12. Enjoy! <a name="standalone">If you use Standalone [ComfyUI](https://github.com/comfyanonymous/ComfyUI) for Windows 1. Go to the `ComfyUI\custom_nodes` directory 2. Open Console and run `git clone https://github.com/Gourieff/comfyui-reactor-node` 3. Run install.bat 4. 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 <a name="insightfacebuild">**I. (For Windows users) If you still cannot build Insightface for some reasons or just don't want to install Visual Studio or VS C++ Build Tools - do the following:** 1. Download and put [prebuilt Insightface package](https://github.com/Gourieff/sd-webui-reactor/raw/main/example/insightface-0.7.3-cp310-cp310-win_amd64.whl) 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 2. From the root folder run: - (SD WebUI) CMD and `.\venv\Scripts\activate` - (ComfyUI Portable) run CMD 3. Then update your PIP: - (SD WebUI) `python -m pip install -U pip` - (ComfyUI Portable) `python_embeded\python.exe -m pip install -U pip` 4. 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` 5. Enjoy! ## Updating Just put .bat or .sh script from this [Repo](https://github.com/Gourieff/sd-webui-extensions-updater) to the `ComfyUI\custom_nodes` directory and run it when you need to check for updates
提供机构:
crystantine
原始信息汇总

ReActor Node 0.1.1b for ComfyUI

概述

ReActor Node 0.1.1b 是一个基于 ReActor (原 Roop-GE) SD-WebUI 人脸交换扩展的 ComfyUI 快速且简单的人脸交换扩展节点。

免责声明

该软件旨在作为对快速发展的 AI 生成媒体行业的有益贡献。它将帮助艺术家完成诸如动画化自定义角色或将角色用作服装模型等任务。开发者意识到该软件可能存在不道德的应用,并致力于采取预防措施。用户应负责任地使用该软件,并遵守当地法律。如果使用真实人物的脸部,用户应获得相关人员的同意,并在在线发布内容时明确指出这是深度伪造。开发者及贡献者不对最终用户的行动负责。

安装

SD WebUI

  1. 关闭正在运行的 SD-WebUI/Comfy 服务器。
  2. 安装 Visual Studio 2022 社区版或仅安装 VS C++ Build Tools,并选择“桌面开发与 C++”。
  3. 进入 extensionssd-webui-comfyuiComfyUIcustom_nodes 目录。
  4. 在控制台或终端中运行 git clone https://github.com/Gourieff/comfyui-reactor-node
  5. 进入 SD WebUI 根目录,激活虚拟环境并更新 pip。
  6. 进入 comfyui-reactor-node 目录并运行 python install.py
  7. 安装完成后,启动 SD WebUI 并检查控制台消息。
  8. 在 ComfyUI 标签中找到 ReActor Node。

Standalone ComfyUI

  1. 进入 ComfyUIcustom_nodes 目录。
  2. 在控制台中运行 git clone https://github.com/Gourieff/comfyui-reactor-node
  3. 运行 install.bat
  4. 启动 ComfyUI 并找到 ReActor Node。

使用

只需连接所有必需的节点并运行查询。

故障排除

构建 Insightface 失败

  1. 下载预构建的 Insightface 包并放入根目录。
  2. 激活虚拟环境并更新 pip。
  3. 安装 Insightface 包。

更新

将更新脚本放入 ComfyUIcustom_nodes 目录并在需要时运行。

5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作