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", torch_dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("ostris/embroidery_style_lora_sdxl")

prompt = "captain america eating his boogers"
image = pipe(prompt).images[0]

Embroidery Style - SDXL LoRA

Tips

  • No trigger words needed.
  • Converts any prompt into an embroidered patch.
  • Strength of 1.0 usually works but you may need to increase or decrease an needed.

Samples

Downloads last month
43
Inference Providers NEW
Examples

Model tree for ostris/embroidery_style_lora_sdxl

Adapter
(9683)
this model

Spaces using ostris/embroidery_style_lora_sdxl 24