Weave SDXL Textile Swatches

Published by @material-index · Community adapter

Top-down textile references preserving weave scale, edge finish, and neutral color calibration.

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("loradock/weave-sdxl-textile-swatches")

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

Compatibility

  • diffusers>=0.27
  • ComfyUI

You might also like