Image editing · Reference images · Uncensored
ImageNewUncensored

Krea 2 Identity Edit LoRA v1.2

The new v1.2 identity-preserving Krea 2 LoRA on Sogni: restage people, swap faces or references, change outfits, inpaint, outpaint, and keep the parts you did not ask to change.

No GPU. No setup. Cancel anytime.

Sample output from Krea 2 Identity Edit LoRA v1.2

About

Krea 2 Identity Edit LoRA v1.2 is an instruction-based LoRA for identity-preserving image editing on Krea 2. Upload a reference image, write a plain-language edit, and Sogni runs the workflow on the Supernet while preserving faces, outfits, product details, and scene elements you did not ask to change.

The v1.2 release is the recommended Krea 2 Identity Edit LoRA build on Hugging Face and Civitai. It improves face likeness on restaged subjects, adds a 1024 high-resolution pass, and supports reference-sheet workflows, head, face, eye, and person swaps, inpainting, outpainting, and virtual try-on.

Sogni exposes both bases: standard Krea 2 Identity Edit v1.2 for cleaner, more consistent edits, and Dark Beast Krea 2 Identity Edit v1.2 for creators who want the Dark Beast look in an identity-edit workflow.

Variants

Krea 2 Identity Edit LoRA v1.2 ships in 2 builds — same family, different speed/quality trade-offs. Pick the variant that fits, or start with the default.

Variant Details From
Krea 2
krea2_identity_edit_v1_2
Workflow: Identity-preserving instruction edit
Resolution: 512–2048 px
References: 1–2 context images
Steps: 10 default · 8–12
Guidance: 1 default · 1–1
5.19 Spark · $0.026 Create →
Dark Beast Krea 2
dark_beast_krea2_identity_edit_v1_2
Workflow: Uncensored identity-preserving edit
Resolution: 512–2048 px
References: 1–2 context images
Steps: 10 default · 8–12
Guidance: 1 default · 1–1
6.30 Spark · $0.032 Create →

Prompting tips

Krea 2 Identity Edit v1.2 works best when the instruction is direct and the reference roles are unambiguous.

  • Start with the reference — This is an image editor, not a blank text-to-image model. Add one source image before describing the change.
  • Use action verbs — Ask for a concrete edit: restage the person, replace the object, change the outfit, remove an element, extend the frame, or apply a visual style.
  • Order two-image edits — For scene-plus-person workflows, put the scene image first and the person or identity reference second.
  • Tune preservation — Grounding controls how much visual structure comes from the reference. Reference Boost around 4 is the strong-likeness default; lower it for looser edits.
  • Choose the base — Use Krea 2 for cleaner identity edits. Switch to Dark Beast Krea 2 when you want a more stylized, less predictable Dark Beast result.

The app exposes Grounding, Reference Boost, and Reference B Boost only for the two Krea 2 Identity Edit v1.2 model IDs.

What v1.2 adds

v1.2 is the version users are looking for: it is the recommended Hugging Face LoRA build (krea2_identity_edit_v1_2.safetensors) and the version Sogni has deployed. Compared with earlier builds, the author documents stronger likeness in restaged people, a 1024 high-resolution pass, FIT reference geometry for mismatched source/output aspect ratios, and the ref_boost fidelity dial exposed in Sogni as Reference Boost.

Control Default Use it for
Grounding 768 Lower values follow the edit more strongly; higher values preserve more of the reference.
Reference Boost 4 Main likeness dial for face, body, texture, outfit, and product detail preservation.
Reference B Boost 1 Second-reference fidelity for scene-plus-person edits where the person is image two.

The LoRA is an unofficial community fine-tune of Krea 2, not an official Krea product. Source pages: conradlocke/krea2-identity-edit on Hugging Face and Krea 2 Identity Edit on Civitai.

Pricing

Use pay-as-you-go Spark packs for each render (1 Spark = $0.005), or choose a flat-rate Sogni plan for credit-free fair-use generation in the app.

Variant / configuration Spark USD
Krea 2 · 1024 × 1024 · 8 steps · 1 ref 5.19 Spark $0.026
Krea 2 · 1024 × 1024 · 10 steps · 1 ref (default) 6.49 Spark $0.032
Krea 2 · 1024 × 1024 · 10 steps · 2 refs (scene + person) 10.4 Spark $0.052
Krea 2 · 2048 × 2048 · 10 steps · 1 ref (scales with pixels) 26.0 Spark $0.13
Dark Beast Krea 2 · 1024 × 1024 · 8 steps · 1 ref 6.30 Spark $0.032
Dark Beast Krea 2 · 1024 × 1024 · 10 steps · 1 ref (default) 7.88 Spark $0.039
Dark Beast Krea 2 · 1024 × 1024 · 10 steps · 2 refs (scene + person) 12.3 Spark $0.061
Dark Beast Krea 2 · 2048 × 2048 · 10 steps · 1 ref (scales with pixels) 31.5 Spark $0.16

API

One Sogni API key reaches every model on the Supernet — call Krea 2 Identity Edit LoRA v1.2 with the exact model id for the variant you want.

import { SogniClient } from '@sogni-ai/sogni-client';

const client = await SogniClient.createInstance({
  appId: crypto.randomUUID(),
  apiKey: process.env.SOGNI_API_KEY,
  network: 'fast',
});

const project = await client.projects.create({
  type: 'image',
  modelId: 'krea2_identity_edit_v1_2',
  positivePrompt: 'a slothicorn surfing a wave of liquid paint, studio lighting',
  numberOfMedia: 1,
});

const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h
# krea2_identity_edit_v1_2 is addressable by id via the JavaScript SDK (see the JavaScript tab).
# The REST workflow API routes this family through its flagship alias instead:

curl https://api.sogni.ai/v1/creative-agent/workflows \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $SOGNI_API_KEY" \
  -d '{
    "input": {
      "title": "First render",
      "steps": [{
        "id": "step1",
        "toolName": "generate_image",
        "arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, studio lighting" }
      }]
    },
    "confirm_cost": true
  }'

Example uses krea2_identity_edit_v1_2. Use any exact model id from the Variants table above. Full reference at docs.sogni.ai.

Why run it on Sogni

Subscriptions or Spark

Use a flat monthly plan for credit-free fair-use generation, or buy Spark packs when pay-as-you-go fits better. Both run on the same creator-owned GPU network.

Unlimited plans

One flat price in the app. Generate under fair use without a per-image meter.

🧩

200+ models

Image, video, music, and language models in one workspace and one API key.

Pay-as-you-go Spark

Prefer pay-as-you-go? Call Krea 2 Identity Edit LoRA v1.2 by id and pay with Spark packs.

🌐

Powered by people

Runs on a decentralized GPU network where workers share subscription revenue.

FAQ

Krea 2 Identity Edit LoRA v1.2 on Sogni

What is Krea 2 Identity Edit LoRA v1.2?

Krea 2 Identity Edit LoRA v1.2 is a community LoRA for instruction-based image editing on Krea 2. You provide one or two reference images plus an edit instruction, and it edits the image while trying to preserve identity, outfit, texture, and untouched scene details.

Which version is live on Sogni?

Sogni runs the new v1.2 LoRA build: krea2_identity_edit_v1_2 for the standard Krea 2 path and dark_beast_krea2_identity_edit_v1_2 for the Dark Beast path. The Hugging Face model card lists v1.2 as the recommended version, and the model is also indexed on Civitai.

What changed in v1.2?

v1.2 adds stronger likeness for restaged subjects, a 1024 high-resolution pass, FIT reference geometry for mismatched source and output aspect ratios, Reference Boost control, and new workflows such as reference sheets, face and person swaps, inpainting, outpainting, and virtual try-on.

Do I need to upload an image?

Yes. Krea 2 Identity Edit is an image editor, so it needs at least one reference image. It accepts up to two context images on Sogni; for scene-plus-person edits, put the scene image first and the person reference second.

Is this the same Krea 2 Identity Edit LoRA from Hugging Face and Civitai?

Yes. The public upstream LoRA is conradlocke/krea2-identity-edit on Hugging Face and Krea 2 Identity Edit on Civitai. Sogni runs the deployed v1.2 workflow online so you can use the LoRA without installing ComfyUI, downloading weights, or managing a GPU.

How is Dark Beast Krea 2 different from regular Krea 2 for Identity Edit?

Both Sogni variants run the same Krea 2 Identity Edit v1.2 workflow with one or two reference images, Grounding, Reference Boost, and Reference B Boost. Use the regular Krea 2 version for cleaner, more predictable likeness preservation, product edits, fashion edits, and restaging. Use Dark Beast Krea 2 when you want the uncensored Dark Beast base for edgier, horror, surreal, adult-oriented, or less constrained edits; it can be more stylized and less predictable, and it costs slightly more. Krea 2 Turbo is Sogni's separate text-to-image Krea 2 model, while Identity Edit uses krea2_identity_edit_v1_2 or dark_beast_krea2_identity_edit_v1_2.

How much does Krea 2 Identity Edit v1.2 cost?

The standard Krea 2 variant starts around 5.19 Spark for a 1024 × 1024, 8-step, one-reference edit; the 10-step default is about 6.49 Spark. The Dark Beast variant starts around 6.30 Spark, with a 10-step default around 7.88 Spark. Sogni Unlimited and Unlimited Pro also cover eligible app renders under fair use.

Do I need ComfyUI, a GPU, or the Krea2Edit nodes?

No. The upstream LoRA requires custom Krea2Edit nodes for local ComfyUI use, but Sogni runs the deployed workflow for you on the Supernet. Use it in the browser or by exact model ID through the API.

How private is my use of this model on Sogni?

Sogni is built with privacy and creative freedom in mind. Your work remains your own, and inference runs through the Sogni Supernet, a decentralized network of creator GPUs, instead of requiring local hardware or a separate model host. Use is still governed by Sogni's Privacy Policy and Terms of Use.

Start with Krea 2 Identity Edit LoRA v1.2 today

Create in the app, or build with the API. Your call.