Instructions to use linoyts/emoji-krea2-colorbg-v1caps-lr6e4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use linoyts/emoji-krea2-colorbg-v1caps-lr6e4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("linoyts/emoji-krea2-colorbg-v1caps-lr6e4") prompt = "a wise wizard with a long white beard and a tall hat, on a pastel purple background, 3d emoji" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Krea 2 Emoji Style LoRA (pastel backgrounds) โ linoyts/emoji-krea2-colorbg-v1caps-lr6e4
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).

- Prompt
- a wise wizard with a long white beard and a tall hat, on a pastel purple background, 3d emoji

- Prompt
- a friendly green alien with big black almond eyes, on a pastel lime background, 3d emoji

- Prompt
- a goth girl with straight black hair and dark eye makeup, on a pastel pink background, 3d emoji

- Prompt
- a vampire with pale skin and sharp fangs, on a pastel red background, 3d emoji

- Prompt
- an astronaut in a white space suit, on a pastel blue background, 3d emoji

- Prompt
- a cute robot with a round head and antenna, on a pastel yellow background, 3d emoji
Usage
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-lr6e4")
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.
- Downloads last month
- 8
Model tree for linoyts/emoji-krea2-colorbg-v1caps-lr6e4
Base model
krea/Krea-2-Raw