Skip to content

Releases: apple/ml-stable-diffusion

1.1.1

04 May 01:05
5a170d2
Compare
Choose a tag to compare

Changed the license to MIT

What else has Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

28 Sep 14:28
Compare
Choose a tag to compare
  • SDXL iOS and iPadOS Benchmarks
  • SDXL refiner Swift inference by @ZachNagengast
  • SDXL base Python inference by @lopez-hector
  • CUDA RNG in Swift by @liuliu
  • Karras schedule for DPMSolver by @pcuenq
  • Other improvements

1.0.0

14 Jun 15:48
Compare
Choose a tag to compare
  • 6-bit weight compression using coremltools
  • Improved attention implementation (SPLIT_EINSUM_V2) which yields up to 30% improved Neural Engine performance
  • Multilingual text encoder support
  • New benchmarks for iPhone, iPad and Mac

0.4.0

27 Apr 04:55
a7bf219
Compare
Choose a tag to compare
  • ControlNet
  • Speed improvements to Swift.package scheduler and tokenizer code

0.3.0

24 Mar 02:52
2c4e9de
Compare
Choose a tag to compare
Fix: Missing a nil check at StableDiffusionCLI (#138)

0.2.0

01 Feb 04:37
086cc5e
Compare
Choose a tag to compare
Image2image - python (#115)

* Add Encoder model to torch2coreml for image2image

and later for in-paining

* diagonal test with randn

* Revert "diagonal test with randn"

This reverts commit 270afe1bb970c9413d3c3c9d09c0bd4f2dcbfa19.

* readme updates for encoder

* pr comments

0.1.0

13 Dec 19:08
Compare
Choose a tag to compare

Initial release