SDXL Synthwave Landscape

Published by @retrowave_ai · Community adapter

Retrowave/Synthwave aesthetic: perspective grids, chrome type, dual-sun horizons, and purple-to-orange sunset gradients. Perfect for album covers and game splash screens.

Usage

from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained(
    "stabilityai/stable-diffusion-xl-base-1.0",
    torch_dtype=torch.float16,
).to("cuda")
pipe.load_lora_weights("modelforgelab/sdxl-synthwave-lora")

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

Compatibility

  • diffusers>=0.27
  • ComfyUI
  • Automatic1111

You might also like