Custom nodes for integrating Flux models with the BFL API.
- Open the Custom Nodes Manager.
- Search for "ComfyUI-FLUX-BFL-API".
- Select the package and follow the installation instructions.
-
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.inifile:[API] key = YOUR_API_KEY
After setting up, you can begin using the custom nodes with Flux models through the BFL API.
An example workflow has been added to the workflow folder.




