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
text-to-image
public
SDXL Anime Illustration
stabilityai/stable-diffusion-xl-base-1.0
text-to-image
public
SDXL Dark Fantasy
stabilityai/stable-diffusion-xl-base-1.0
text-to-image
public
SDXL Sci-Fi Concept Art
stabilityai/stable-diffusion-xl-base-1.0
text-to-image
public
SDXL Neon Noir
stabilityai/stable-diffusion-xl-base-1.0