Flux Dev with LoRA
POST/api/v2/flux-loraFlux Dev with custom LoRA support
Request body
promptText description of the image to generate.
negative_promptThings to avoid in the generated image.
influencer_idSign 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_urlOptional: URL of a LoRA `.safetensors` file. Only valid for LoRA-compatible models — see the model docs for `supports_lora`.
lora_typeLoRA base model. Pair with `lora_url`. Defaults to 'flux-1-dev' when omitted.
batchNumber of images to generate (1-4).
init_imageSign 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_ratioImage / video aspect ratio.
settings.num_inference_stepsNumber of denoising steps (model-dependent).
webhookworkspace_idRequest example
curl -X POST "https://influencerstudio.com/api/v2/flux-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.