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

prompt = "A pulp cover poster featuring dora the explorer VintageMagStyle"
image = pipe(prompt).images[0]

SDXL Vintage Magazine Style LoRA

Trigger words

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

Examples

Pokemon pulp cover VintageMagStyle Pokemon

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

A pulp cover poster featuring dora the explorer VintageMagStyle Dora

Downloads last month
81
Inference Providers NEW
Examples

Model tree for Norod78/SDXL-VintageMagStyle-Lora

Adapter
(8657)
this model

Spaces using Norod78/SDXL-VintageMagStyle-Lora 24

Collection including Norod78/SDXL-VintageMagStyle-Lora