gelasdev / ComfyUI-FLUX-BFL-API

Apache License 2.0
12 stars 1 forks source link

ComfyUI-FLUX-BFL-API

Custom nodes for integrating Flux models with the BFL API.

Installation

Option 1: Install via Custom Nodes Manager

  1. Open the Custom Nodes Manager.
  2. Search for "ComfyUI-FLUX-BFL-API".
  3. Select the package and follow the installation instructions.

Option 2: Manual Installation

  1. Clone the repository:

    cd custom_nodes
    git clone https://github.com/gelasdev/ComfyUI-FLUX-BFL-API.git
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Get your BFL API key from api.bfl.ml.

  4. 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

image