SDXL LoRA
Collection
A few SDXL-LoRA models I've trained β’ 20 items β’ Updated β’ 8
How to use Norod78/SDXL-VintageMagStyle-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-VintageMagStyle-Lora")
prompt = "A pulp cover poster featuring dora the explorer VintageMagStyle"
image = pipe(prompt).images[0]Use "VintageMagStyle" in your prompts
Try to use theme-fitting phrases like "A pulp magazine cover", "pulp cover poster", "Vintage comics", "An old movie poster" and such
Pokemon pulp cover VintageMagStyle

Wonderwoman VintageMagStyle Very detailed, clean, high quality, sharp image

A pulp cover poster featuring dora the explorer VintageMagStyle

Base model
stabilityai/stable-diffusion-xl-base-1.0