How to use Norod78/SDXL-StickerSheet-Lora 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("Norod78/SDXL-StickerSheet-Lora") prompt = "Cute sparkle pink barbie StickerSheet" image = pipe(prompt).images[0]
Use "StickerSheet" in your prompts
Cute sparkle pink barbie StickerSheet, Very detailed, clean, high quality, sharp image, Eric Wallis
Cthulhu StickerSheet, based on H.P Lovecraft stories, Very detailed, clean, high quality, sharp image
Base model