SD 1.5 Isometric Components

Published by @grid-foundry · Community adapter

Small isometric component sets with repeatable camera projection, footprint, and shadow direction.

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("loradock/sd15-isometric-components")

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

Compatibility

  • diffusers>=0.21
  • Automatic1111
  • ComfyUI

You might also like