How to use from the
Use from the
Diffusers library
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("Norod78/SDXL-LofiGirl-Lora")

prompt = "Dora the LofiGirl"
image = pipe(prompt).images[0]

Trigger words

Use "Lofi Girl" or "LofiGirl" in your prompts

Examples

The girl with a pearl earring the LofiGirl The girl with a pearl earring the LofiGirl

A frame from the show Doctor Who featuring a cyberman Lofi girl A frame from the show Doctor Who featuring a cyberman Lofi girl

Downloads last month
23
Inference Providers NEW
Examples

Model tree for Norod78/SDXL-LofiGirl-Lora

Adapter
(9684)
this model

Spaces using Norod78/SDXL-LofiGirl-Lora 23

Collection including Norod78/SDXL-LofiGirl-Lora