Nodes Browser
ComfyDeploy: How SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration works in ComfyUI?
What is SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration?
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.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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:
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
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.