Krea 2 Turbo LoRA: Lora Support

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.

📝

Overview

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.

1Character Consistency: Apply custom character LoRA weights to generate recurring subjects across diverse scenes.
2Brand & Art Style Adaptation: Integrate proprietary aesthetic LoRA checkpoints for cohesive marketing campaigns.
3Image-to-Image Customization: Transform existing sketches and photos using reference images combined with custom LoRAs.
4Fast Concept Prototyping: Test and iterate multiple style combinations at 1K and 2K resolutions with low latency.
💰

Pricing & Value

Cost analysis

muapiapp$0.015 - $0.026 per generation

Affordable pay-per-generation pricing with full custom LoRA support, workflow nodes, and API access.

Fal.aiNot available

Krea 2 Turbo LoRA is not directly available on Fal.ai.

ReplicateNot available

Krea 2 Turbo LoRA is not listed on Replicate.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

The positive prompt for the generation.

Default ValueA cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting, photorealistic.
Image URLstring

Optional source image URL. When provided, the model runs image-to-image from it; the output keeps the source aspect ratio.

Default Value
LoRAsarray

List of LoRAs to apply (maximum 3).

Default Value-
Aspect RatioEnum (15 options)

The aspect ratio of the generated image.

Default Value1:1
ResolutionEnum (2 options)

Total output resolution tier: 1k (~1 megapixel) or 2k (~4 megapixels, generated natively).

Default Value1k
Strengthfloat

Image-to-image strength (0-1). Higher values repaint the source image more freely. Only used when image is set.

Default Value0.8
Seedint

The random seed to use for the generation. -1 means a random seed will be used.

Default Value-1
📖

Implementation Guide

Developer documentation

How to Use Krea 2 Turbo LoRA

  1. Prepare Your Prompt, LoRAs & Parameters

    • Provide a positive text prompt describing your desired visual.
    • (Optional) Specify up to 3 LoRA objects in loras with their path (Civitai model ID or Hugging Face URL) and scale weight.
    • Choose an aspect_ratio (e.g., 1:1, 16:9, 9:16, 21:9) and resolution (1k or 2k).
    • (Optional) Provide a source image_url and adjust strength (0.0 to 1.0) for image-to-image transformation.
  2. Submit the API Request

    • Send an asynchronous POST request to /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
  }'
  1. Retrieve Results
    • The API returns a request_id. Poll the prediction status or supply a webhook_url to receive the final image output immediately.

Common Questions

Frequently asked

What is Krea 2 Turbo LoRA?

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.

How do I specify custom LoRAs?

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.

Does Krea 2 Turbo LoRA support image-to-image generation?

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.

What resolutions and aspect ratios are supported?

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.

How is Krea 2 Turbo LoRA priced on muapiapp?

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.