Flux 2 LoRA

POST/api/v2/flux-2-lora
LoRA Influencer 3 credits per image

Flux 2 with custom LoRA support

Request body

prompt

Text description of the image to generate.

negative_prompt

Things to avoid in the generated image.

influencer_id

Sign in to pick from your trained influencers.

Optional: ID of a trained influencer to bind to the generation. When set, generation is routed through the influencer flow (Studio 1 with face match).

lora_url

Optional: URL of a LoRA `.safetensors` file. Only valid for LoRA-compatible models — see the model docs for `supports_lora`.

lora_type

LoRA base model. Pair with `lora_url`. Defaults to 'flux-1-dev' when omitted.

batch

Number of images to generate (1-4).

init_image

Sign in to upload or import from your library.

Optional: URL of an initial image. Required for image-to-image variants. For multi-image edit (`images` array), use the multi-image edit endpoint instead.

settings.aspect_ratio

Image / video aspect ratio.

settings.num_inference_steps

Number of denoising steps (model-dependent).

webhook
workspace_id
Sign in to run the playground

Request example

curl -X POST "https://influencerstudio.com/api/v2/flux-2-lora" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Output

Run the model to see results

Real outputs will stream into this panel as the request completes.