Nodes Browser
ComfyDeploy: How ComfyUI-FLUX-BFL-API works in ComfyUI?
What is ComfyUI-FLUX-BFL-API?
Custom nodes for integrating Flux models with the BFL API.
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
ComfyUI-FLUX-BFL-API
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-FLUX-BFL-API
Custom nodes for integrating Flux models with the BFL API.
Installation
Option 1: Install via Custom Nodes Manager
- Open the Custom Nodes Manager.
- Search for "ComfyUI-FLUX-BFL-API".
- Select the package and follow the installation instructions.
Option 2: Manual Installation
-
Clone the repository:
cd custom_nodes git clone https://github.com/gelasdev/ComfyUI-FLUX-BFL-API.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Get your BFL API key from api.bfl.ml.
-
Add your API key to the
config.ini
file:[API] key = YOUR_API_KEY
Usage
After setting up, you can begin using the custom nodes with Flux models through the BFL API.
Workflow
An example workflow has been added to the workflow
folder.
Example