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-StickerSheet-Lora")

prompt = "Cute sparkle pink barbie StickerSheet"
image = pipe(prompt).images[0]

Trigger words

Use "StickerSheet" in your prompts

Examples

Cute sparkle pink barbie StickerSheet, Very detailed, clean, high quality, sharp image, Eric Wallis Sparkle pink barbie

Cthulhu StickerSheet, based on H.P Lovecraft stories, Very detailed, clean, high quality, sharp image Cthulhu

Downloads last month
42
Inference Providers NEW
Examples

Model tree for Norod78/SDXL-StickerSheet-Lora

Adapter
(8378)
this model

Spaces using Norod78/SDXL-StickerSheet-Lora 22

Collection including Norod78/SDXL-StickerSheet-Lora