SDFXBridgeForComfyUI

SDFXBridgeForComfyUI
★ 11

集成桥接ComfyUISDFX本地部署
SDFXBridgeForComfyUI 是用于将 ComfyUI 与 SDFX 无缝对接的自定义节点,便于本地 ComfyUI 实例与 SDFX 互通与集成,简化工作流衔接。
💡 在本地 ComfyUI 中启用与 SDFX 的互通集成。
🍴 5 Forks💻 Python🔄 2024-06-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c1eafc754fbb
📦 requirements.txt
lark
📄 README

SDFXBridgeForComfyUI – ComfyUI Custom Node for SDFX Integration

:exclamation: Important :exclamation:

If ComfyUI is not installed on your computer we strongly recommand you to follow the instructions directly on SDFX

and close this page.

Overview

SDFXBridgeForComfyUI is a custom node designed for seamless integration between ComfyUI and SDFX. This custom node allows users to make ComfyUI compatible with SDFX when running the ComfyUI instance on their local machines.

Dependency

Before proceeding with the installation, ensure that you have ComfyUI-Manager installed as a custom node. This is a mandatory dependency for the proper functioning of SDFXBridgeForComfyUI.

To install the dependency, you can use the following command:

git clone https://github.com/ltdrdata/ComfyUI-Manager.git
cd ComfyUI-Manager && pip install -r requirements.txt

Installation

  • Clone the repository into the ComfyUI custom_node directory:
  • “`bash

    git clone https://github.com/sdfxai/SDFXBridgeForComfyUI.git

    “`

  • Install dependencies using pip:
  • “`bash

    cd SDFXBridgeForComfyUI && pip install -r requirements.txt

    “`

  • Install SDFX by following it’s own documentation
  • Configuration file

    You will find a sample configuration file named sdfx.config.example.json.

    This file is not mandatory.

    If you want to us it, please rename it to sdfx.config.json and customize it.

    For detailed explainations on how this file works, please read the doc

    License

    This project is licensed under the AGPL-3.0 license.

    Acknowledgments

    Special thanks to the SDFX and ComfyUI communities for their support and collaboration.