Skip to content

Releases: leejet/stable-diffusion.cpp

master-e1384de

01 Jun 05:12
e1384de
Compare
Choose a tag to compare
perf: make crc32 100x faster on x86-64 (#278)

This change makes checkpoints load significantly faster by optimizing
pkzip's cyclic redundancy check. This code was developed by Intel and
Google and Mozilla. See Chromium's zlib codebase for further details.

master-8142803

01 Jun 04:53
8142803
Compare
Choose a tag to compare
chore: update artifact actions (#267)

master-1d2af5c

14 May 15:29
Compare
Choose a tag to compare
fix: set n_dims of tensor storage to 1 when it's 0

master-ce1bcc7

29 Apr 15:43
ce1bcc7
Compare
Choose a tag to compare
feat: add AYS(Align Your Steps) scheduler (#241)

Added NVIDEA's new "Align Your Steps" style scheduler in accordance with their
quick start guide. Currently has handling for SD1.5, SDXL, and SVD, using the
noise levels from their paper to generate the sigma values. Can be selected
using the --schedule ays command line switch. Updates the main.cpp help
message and README to reflect this option, also they now inform the user
of the --color switch as well.

---------

Co-authored-by: leejet <leejet714@gmail.com>

master-760cfaa

29 Apr 15:34
760cfaa
Compare
Choose a tag to compare
fix: ignore tensors with the particular dim while loading (#233)

master-6d16f68

29 Apr 15:21
6d16f68
Compare
Choose a tag to compare
fix: correct upscale progressbar (#232)

master-ec82d52

14 Apr 06:22
Compare
Choose a tag to compare
refector: remove some useless code

master-036ba9e

14 Apr 08:47
Compare
Choose a tag to compare
feat: enable controlnet and photo maker for img2img mode

master-afea457

06 Apr 09:35
afea457
Compare
Choose a tag to compare
fix: support more SDXL LoRA names (#216)

* apply pmid lora only once for multiple txt2img calls

* add better support for SDXL LoRA

* fix for some sdxl lora, like lcm-lora-xl

---------

Co-authored-by: bssrdf <bssrdf@gmail.com>
Co-authored-by: leejet <leejet714@gmail.com>

master-646e776

06 Apr 09:11
646e776
Compare
Choose a tag to compare
fix: fix tiles_ctx not freed in sd_tiling (#219)