SD1.5 Vintage Photography

Official adapter · maintained by ModelForgeLab

Kodachrome and Ektachrome film grain simulation. Adds halation, color shift, and faded highlights characteristic of 1960-80s slide film.

Usage

from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained(
    "runwayml/stable-diffusion-v1-5",
    torch_dtype=torch.float16,
).to("cuda")
pipe.load_lora_weights("modelforgelab/sd15-vintage-photo-lora")

image = pipe("your prompt here").images[0]
image.save("output.png")

Compatibility

  • diffusers>=0.21
  • Automatic1111
  • ComfyUI

You might also like