CoolFace
Modelpublic

linoyts/emoji-krea2-colorbg-v1caps-a48

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
0likes22downloads
Model Card

Krea 2 Emoji Style LoRA (pastel backgrounds) — linoyts/emoji-krea2-colorbg-v1caps-a48

3D emoji style LoRA for Krea 2 with promptable background color (17 pastel shades). Trained on linoyts/3d-emoji-1024-colorbg with trigger-at-end captions ({subject}, on a pastel {color} background, 3d emoji).

<Gallery />

Usage

python
import torch
from diffusers import Krea2Pipeline
pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
pipe.load_lora_weights("linoyts/emoji-krea2-colorbg-v1caps-a48")
image = pipe("a friendly green alien with big black eyes, on a pastel lime background, 3d emoji",
             num_inference_steps=8, guidance_scale=0.0, height=1024, width=1024,
             generator=torch.Generator("cuda").manual_seed(0)).images[0]

Trained on Krea 2 RAW, run on the 8-step distilled Turbo (guidance 0). Source artwork derives from Apple-style emoji; for research/experimentation.