Instructions to use alvdansen/lofi-cuties with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/lofi-cuties with Diffusers:
pip install -U diffusers transformers accelerate
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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
- 8
Model tree for alvdansen/lofi-cuties
Base model
stabilityai/stable-diffusion-xl-base-1.0