Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
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)
master-8124588
feat: ggml-alloc integration and gpu acceleration (#75) * set ggml url to FSSRepo/ggml * ggml-alloc integration * offload all functions to gpu * gguf format + native converter * merge custom vae to a model * full offload to gpu * improve pretty progress --------- Co-authored-by: leejet <[email protected]>
master-ae1d5dc
feat: allow LoRAs with negative multiplier (#83) * Allow Loras with negative weight, too. There are a couple of loras, which serve to adjust certain concepts in both positive and negative directions (like exposure, detail level etc). The current code rejects them if loaded with a negative weight, but I suggest that this check can simply be dropped. * ignore lora in the case of multiplier == 0.f --------- Co-authored-by: Urs Ganse <[email protected]> Co-authored-by: leejet <[email protected]>
master-9a9f3da
feat: add LoRA support
master-51b53d4
chore: typo remote => remove
master-176a00b
chore: add .clang-format