Generate personalized AI images with Krea 2 Turbo LoRA. Run custom LoRAs natively at 1K to 2K resolution in sub-second speeds. Pay per generation.
About this model
Krea 2 Turbo LoRA is an ultra-fast, aesthetic-first image generation model supporting up to 3 custom Low-Rank Adaptation (LoRA) models. It allows creators and developers to generate personalized characters, specific artistic styles, brand assets, and custom visual concepts natively at 1K (~1 megapixel) and 2K (~4 megapixels) resolution in sub-second latency. Supporting both text-to-image and image-to-image workflows with adjustable strength control, Krea 2 Turbo LoRA provides complete creative control. Pair with Krea 2 Turbo, Z-Image Turbo LoRA, or FLUX.1 Dev LoRA for versatile style-adapted production pipelines.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.015 - $0.026 per generation | Affordable pay-per-generation pricing with full custom LoRA support, workflow nodes, and API access. |
| Fal.ai | Not available | Krea 2 Turbo LoRA is not directly available on Fal.ai. |
| Replicate | Not available | Krea 2 Turbo LoRA is not listed on Replicate. |
Affordable pay-per-generation pricing with full custom LoRA support, workflow nodes, and API access.
Krea 2 Turbo LoRA is not directly available on Fal.ai.
Krea 2 Turbo LoRA is not listed on Replicate.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | The positive prompt for the generation. | A cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting, photorealistic. |
| Image URL | string | Optional source image URL. When provided, the model runs image-to-image from it; the output keeps the source aspect ratio. | |
| LoRAs | array | List of LoRAs to apply (maximum 3). | - |
| Aspect Ratio | Enum (15 options) | The aspect ratio of the generated image. | 1:1 |
| Resolution | Enum (2 options) | Total output resolution tier: 1k (~1 megapixel) or 2k (~4 megapixels, generated natively). | 1k |
| Strength | float | Image-to-image strength (0-1). Higher values repaint the source image more freely. Only used when image is set. | 0.8 |
| Seed | int | The random seed to use for the generation. -1 means a random seed will be used. | -1 |
The positive prompt for the generation.
A cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting, photorealistic.Optional source image URL. When provided, the model runs image-to-image from it; the output keeps the source aspect ratio.
List of LoRAs to apply (maximum 3).
-The aspect ratio of the generated image.
1:1Total output resolution tier: 1k (~1 megapixel) or 2k (~4 megapixels, generated natively).
1kImage-to-image strength (0-1). Higher values repaint the source image more freely. Only used when image is set.
0.8The random seed to use for the generation. -1 means a random seed will be used.
-1Developer documentation
Prepare Your Prompt, LoRAs & Parameters
loras with their path (Civitai model ID or Hugging Face URL) and scale weight.aspect_ratio (e.g., 1:1, 16:9, 9:16, 21:9) and resolution (1k or 2k).image_url and adjust strength (0.0 to 1.0) for image-to-image transformation.Submit the API Request
/api/v1/krea-v2-turbo-lora with your API key.curl -X POST https://api.muapi.ai/api/v1/krea-v2-turbo-lora \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A cinematic ocean wave at sunrise, highly detailed, photorealistic",
"loras": [
{
"path": "civitai:1642876@1864626",
"scale": 1.0
}
],
"aspect_ratio": "16:9",
"resolution": "1k",
"seed": -1
}'
request_id. Poll the prediction status or supply a webhook_url to receive the final image output immediately.Frequently asked
Krea 2 Turbo LoRA is an ultra-fast image generation model that supports loading custom LoRA adapters to generate personalized, stylized, or branded images at 1K and 2K resolutions.
Pass a list of objects under the loras field, where each object contains a path (such as a Civitai model ID or Hugging Face repository URL) and an optional scale parameter controlling the adapter strength.
Yes. You can supply an image_url alongside your prompt and LoRAs, and tune the strength parameter to control how closely the output follows the reference image.
Krea 2 Turbo LoRA supports 15 aspect ratios including 1:1, 16:9, 9:16, 4:3, 3:4, 21:9, and 9:21, along with 1k and 2k native resolution tiers.
Krea 2 Turbo LoRA is priced transparently per generation: $0.015 for 1K resolution and $0.026 for 2K resolution, with pay-per-use billing and no subscriptions required.