Patch Release: v0.18.2
Patch release to fix:
torch.compile for SD-XL for certain GPUsfrom_single_file for all SD modelsNote:
Loading any stable diffusion safetensors or ckpt with StableDiffusionPipeline.from_single_file or StableDiffusionmg2ImgIPipeline.from_single_file or StableDiffusionInpaintPipeline.from_single_file or StableDiffusionXLPipeline.from_single_file, ...
is now almost as fast as from_pretrained(...) and it's much more tested now.
All commits:
float16 when using PyTorch 2 or xFormers by @pcuenca in #4019not in upscale pipeline by @pcuenca in #4020force_download in download utility by @Wauplin in #4036Fetched April 7, 2026