CivArchive
    krea-community/Krea-2-LoRA-sunsetblur - v1
    Preview 1
    Preview 2
    Preview 3
    Preview 4
    Preview 5
    Preview 6
    Preview 7
    Preview 8
    # Krea 2 LoRA — sunsetblur A LoRA for [Krea 2](https://huggingface.co/krea) — sunsetblur (trigger: `ethereal motion blur style`). - **Trigger word:** `ethereal motion blur style` - **To be used on:** [`krea/Krea-2-Turbo`](https://huggingface.co/krea/Krea-2-Turbo), the few-step distilled checkpoint shown in the previews above. - **Trained on:** [`krea/Krea-2-Raw`](https://huggingface.co/krea/Krea-2-Raw). - **Weights:** `sunsetblur.safetensors` - **Previews:** rendered on Turbo at 8 steps, guidance 0.0, LoRA weight `1.0`. ## Usage ```python import torch from diffusers import Krea2Pipeline pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda") pipe.transformer.load_lora_adapter("krea/Krea-2-LoRA-sunsetblur", weight_name="sunsetblur.safetensors") pipe.transformer.set_adapters("default", weights=1.0) prompt = "A deer grazing in the forest, ethereal motion blur style" image = pipe(prompt, num_inference_steps=8, guidance_scale=0.0).images[0] image.save("sunsetblur.png") ```

    Description

    LoRA
    Krea-2

    Details

    Downloads
    8
    Platform
    Civision
    Platform Status
    Available
    Created
    6/29/2026
    Updated
    7/1/2026
    Deleted
    -