Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-350-c2d8ffc
fix: compatibility for models with modified tensor shapes (#951)
master-349-fb748bb
fix: TAE encoding (#935)
master-348-8f6c5c2
refactor: simplify the model loading logic (#933) * remove String2GGMLType * remove preprocess_tensor * fix clip init * simplify the logic for reading weights
master-347-6103d86
refactor: introduce GGMLRunnerContext (#928) * introduce GGMLRunnerContext * add Flash Attention enable control through GGMLRunnerContext * add conv2d_direct enable control through GGMLRunnerContext
master-346-c42826b
fix: resolve multiple inpainting issues (#926) * Fix inpainting masked image being broken by side effect * Fix unet inpainting concat not being set * Fix Flex.2 inpaint mode crash (+ use scale factor)
master-343-dd75fc0
refactor: unify the naming style of ggml extension functions (#921)
master-341-8a45d0f
chore: clean up stb includes (#919)
master-340-9e28be6
feat: add chroma radiance support (#910) * add chroma radiance support * fix ci * simply generate_init_latent * workaround: avoid ggml cuda error * format code * add chroma radiance doc
master-339-062490a
feat: add SSD1B and tiny-sd support (#897) * feat: add code and doc for running SSD1B models * Added some more lines to support SD1.x with TINY U-Nets too. * support SSD-1B.safetensors * fix sdv1.5 diffusers format loader --------- Co-authored-by: leejet <[email protected]>
master-338-faabc5a
feat: allow models to run without all text encoder(s) (#645)