Krea 2 Turbo
POST/api/v2/krea-2-turbo LoRA
Fast high-fidelity text-to-image with optional custom LoRA support. Pass `loras: [{ path, scale }]` to apply trained Krea 2 LoRAs.
Request body
promptText description of the image to generate.
batchNumber of images to generate (1-4).
webhookworkspace_idsettings.aspect_ratioImage aspect ratio.
settings.seedOptional seed for reproducible results. Auto-generated when omitted.
settings.enable_safety_checkerDisabled
Enable the built-in safety checker.
settings.enable_prompt_expansionDisabled
Expand the prompt automatically for richer detail.
lorasOptional: up to 3 LoRAs to apply, each as `{ "path": "<url>", "scale": <0-2> }` (a bare URL string is also accepted). `scale` defaults to 1.0. Preferred over the legacy single `lora_url`.
Sign in to run the playground
Request example
curl -X POST "https://influencerstudio.com/api/v2/krea-2-turbo" \
-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.