import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("alvdansen/lofi-cuties")
prompt = "A young man with tousled brown hair and green eyes, wearing a casual hoodie and jeans, sitting at a coffee shop"
image = pipe(prompt).images[0]Lofi Cuties

- Prompt
- A young man with tousled brown hair and green eyes, wearing a casual hoodie and jeans, sitting at a coffee shop

- Prompt
- A young elf girl with big, bright eyes and a flower crown

- Prompt
- A woman with bright pink hair styled in a bob cut

- Prompt
- a cyborg girl
Model description
A minimalist cartoon style that I think would work well for web comics. It really handles linework well.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 6
Model tree for alvdansen/lofi-cuties
Base model
stabilityai/stable-diffusion-xl-base-1.0