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

prompt = "A cute dog simpstyle"
image = pipe(prompt).images[0]

Trigger words

Use "simpstyle" in your prompts

Examples

The girl with a pearl earring by johannes vermeer, Very detailed, clean, high quality, sharp image, simpstyle The girl with a pearl earring by johannes vermeer

Dora the space explorer, simpstyle , Very detailed, clean, high quality, sharp image Dora the space explorer, simpstyle , Very detailed, clean, high quality, sharp image

Downloads last month
30
Inference Providers NEW
Examples

Model tree for Norod78/SDXL-simpstyle-Lora

Adapter
(8366)
this model

Spaces using Norod78/SDXL-simpstyle-Lora 25