Aquileo | krea/Krea-2-LoRA-vintagetarot · Hugging Face

krea
/

Text-to-Image
Diffusers
English
lora

Krea 2 LoRA — vintagetarot

A LoRA for Krea 2 — vintagetarot (trigger: vintage tarot style).

  • Trigger word: vintage tarot style
  • To be used on: krea/Krea-2-Turbo, the few-step distilled checkpoint shown in the previews above.
  • Trained on: krea/Krea-2-Raw.
  • Weights: vintagetarot.safetensors
  • Previews: rendered on Turbo at 8 steps, guidance 0.0, LoRA weight 1.0.

Usage

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-vintagetarot", weight_name="vintagetarot.safetensors")
pipe.transformer.set_adapters("default", weights=1.0)

prompt = "A deer grazing in the forest, vintage tarot style"
image = pipe(prompt, num_inference_steps=8, guidance_scale=0.0).images[0]
image.save("vintagetarot.png")
Prompt
two samurais in flowing robes doing a muay thai fight, one throws a high kick while the other leans back. vintage tarot style
Prompt
A deer grazing in the forest surrounded by dense trees and the sun bright in the sky. vintage tarot style
Prompt
A solitary figure stands on a cliff, billowing clouds behind him. vintage tarot style
Prompt
the port of antibes in the french riviera, large yachts and small sailboats are visible. vintage tarot style
Prompt
an angel with metallic wings and a crown of flowers. vintage tarot style
Prompt
A sorcerer in flowing midnight robes stands atop a cliff edge, arms raised as crackling energy gathers between his palms. The sky roils with energy, flowing down from the sky. vintage tarot style
Prompt
A sunset over snowy mountains. vintage tarot style
Prompt
A skateboarder doing a kickflip at blue hour, a puddle reflects the skateboarder. vintage tarot style
Downloads last month
142
Inference Providers NEW
Examples

Model tree for krea/Krea-2-LoRA-vintagetarot

Base model

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

Collection including krea/Krea-2-LoRA-vintagetarot