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.
If ComfyUI is not installed on your computer we strongly recommand you to follow the instructions directly on SDFX and close this page.
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.
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
Clone the repository into the ComfyUI custom_node directory:
git clone https://github.com/sdfxai/SDFXBridgeForComfyUI.git
Install dependencies using pip:
cd SDFXBridgeForComfyUI && pip install -r requirements.txt
Install SDFX by following it's own documentation
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
This project is licensed under the AGPL-3.0 license.
Special thanks to the SDFX and ComfyUI communities for their support and collaboration.