Releases: leejet/stable-diffusion.cpp
Releases Β· leejet/stable-diffusion.cpp
master-ca33304
fix: remove dangling pointer to work_output in CLIPTextModel (#111)
master-ac8f5a0
feat: add SD-Turbo support
master-69efe3c
chore: make code cleaner
master-2eac844
fix: generate image correctly in img2img mode
master-134883a
feat: add TAESD implementation - faster autoencoder (#88) * add taesd implementation * taesd gpu offloading * show seed when generating image with -s -1 * less restrictive with larger images * cuda: im2col speedup x2 * cuda: group norm speedup x90 * quantized models now works in cuda :) * fix cal mem size --------- Co-authored-by: leejet <[email protected]>
master-f99bcd1
fix: detect model format base on file content
master-d7af2c2
feat: load weights from safetensors and ckpt (#101)
master-8a87b27
fix: allow model and vae using different format
master-47dd704
fix: avoid build fail on msvc (#93)
master-f469b83
fix: reading memory of stack allocated object past its scope (#91)