AIAny
AI Model2026
Icon for item

Krea-2 Depth ControlNet-LoRA

Depth-conditioned LoRA for Krea‑2 that extracts a depth map from any input image and generates new images preserving the original 3D structure and composition while changing content and style. Single 862MB LoRA, works with Krea‑2‑Raw and Krea‑2‑Turbo.

Introduction

Why this matters Depth is one of the most reliable cues for preserving scene geometry across image-to-image edits, yet many adapters either ignore it or treat it as a loose hint. This LoRA turns a precise inverse-depth encoding into a hard control signal for Krea‑2, so you can feed any photo or render and get outputs that keep the same 3D layout while changing objects, materials, or style.

What Sets It Apart
  • Depth-first control: extracts an inverse depth map with Depth-Anything-V2 and encodes it into the model's latent space so depth information is injected at every denoising step, producing strong structure adherence rather than occasional alignment.
  • Lightweight adapter workflow: distributed as a single 862MB LoRA (rank-64 + expanded input projection) that leaves the base Krea‑2 weights frozen; works with both the distilled Turbo workflow (8 steps, no CFG) and the Raw base (longer sampling, CFG).
  • Measurable consistency: reports Pearson depth correlation ~0.98 with an empty prompt and ~0.99 when prompted, indicating the control reliably preserves relative depth ordering across outputs.
  • Practical controls: a --lora-scale style knob lets you trade strict structure adherence for creative freedom; lower scales loosen depth enforcement, higher scales tighten it at some image-quality cost.
Who it's for — and tradeoffs

Great fit if you: need edits that must keep the original perspective and spatial relationships (e.g., architectural modifications, object replacement inside a photographed scene, or stylistic re-rendering while preserving camera pose). Also useful for rapid prototyping with Krea‑2 Turbo when you want near-interactive turnaround. Look elsewhere if you: primarily work with flat 2D illustrations or scenes without meaningful perspective (the depth estimator yields nearly uniform maps there), need very high-resolution (>~1MP bucket) final images, or require a fully integrated ControlNet implementation rather than a LoRA surgery approach. The adapter is best applied to photos/renders with clear depth cues; 2D art will produce weak control.

Where it sits in a pipeline

Use this as a mid-step for structure-preserving image-to-image workflows: extract depth from a source, run the LoRA-enabled Krea‑2 pipeline to generate a geometry-consistent output, then optionally apply downstream upscaling or postprocessing. It complements per-pixel masks and prompt-based edits by anchoring results to the scene's 3D layout rather than only to text or 2D constraints.

Information

Categories

More Items

Hugging Face
AI Model2026

Post-trained Qwen3.8-27B variant using the COLD FUSION (GAIN+Unsloth) tuning to reduce internal reasoning-token use and improve instruction following while keeping base capabilities. Deliverables include 256k-context-compatible GGUF quants (regular and MTP, NEO IMATRIX), vision support via an mmproj, and three reasoning-effort modes (xhigh/medium/low).

Hugging Face
AI Model2026

Converts raw ASR transcripts into clean written text: adds punctuation and capitalization, expands spoken numbers/dates/times/currencies/emails, removes fillers and resolves self-corrections. Fine-tuned from Qwen3-0.6B (≈0.6B params), 94.8% token accuracy on a 7,519-case English test set; designed for CPU/edge deployment and deterministic post-processing.

Hugging Face
AI Model2026

GGUF build of Ornith-1.5's 35B mixture-of-experts model (A3B) for local inference — activates ~3B params per token, supports up to 262,144 tokens, emits separate reasoning traces and OpenAI-style tool calls, optimized for agentic coding and long-context use cases.