Text-to-Image
Diffusers
diffusers-training
lora
krea2
krea2-diffusers
template:sd-lora

Krea 2 DreamBooth LoRA — isometric skeuomorphic 3D

Prompt
Yoda
Prompt
a cozy isometric bedroom
Prompt
a tiny isometric coffee shop
Prompt
a corgi
Prompt
an astronaut

Model description

An isometric skeuomorphic 3D style LoRA for Krea 2, a Krea 2 re-creation of the popular FLUX LoRA multimodalart/isometric-skeumorphic-3d-bnb. Trained with the Krea 2 diffusers trainer on aisheets/Day_to_Day_Objects_isometric_skeumorphic_3d_bnb.

Training config: rank 32 / alpha 32, attention-only layers (to_q,to_k,to_v,to_out.0,to_gate), learning rate 3e-4 (constant), 1000 steps.

The style is baked in as the default look — no trigger word required — and generalizes well beyond the everyday-object training set to characters and full isometric scenes/dioramas.

Krea 2 ships as two checkpoints: RAW (the non-distilled base you fine-tune on) and Turbo (an 8-step distilled checkpoint for fast inference). Train your LoRA on RAW and run it on Turbo.

Use it with the 🧨 diffusers library

>>> import torch
>>> from diffusers import Krea2Pipeline

>>> # Load the LoRA onto Krea 2 Turbo (the distilled inference model)
>>> pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
>>> pipe.load_lora_weights("linoyts/krea2-isometric-3d-lora")

>>> # Turbo recipe: 8 steps, no classifier-free guidance
>>> image = pipe("a cozy isometric bedroom", num_inference_steps=8, guidance_scale=0.0).images[0]
>>> image.save("output.png")
Downloads last month
44
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for linoyts/krea2-isometric-3d-lora

Base model

krea/Krea-2-Raw
Adapter
(50)
this model

Dataset used to train linoyts/krea2-isometric-3d-lora