Skip to content

Releases: leejet/stable-diffusion.cpp

master-8124588

26 Nov 11:04
8124588
Compare
Choose a tag to compare
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

20 Nov 14:28
ae1d5dc
Compare
Choose a tag to compare
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

19 Nov 09:45
Compare
Choose a tag to compare
feat: add LoRA support

master-51b53d4

19 Nov 15:23
Compare
Choose a tag to compare
chore: typo remote => remove

master-176a00b

19 Nov 11:37
Compare
Choose a tag to compare
chore: add .clang-format

master-0d9b801

19 Nov 15:21
Compare
Choose a tag to compare
fix: fix multi loras prompt parse

master-536f3af

17 Nov 14:56
Compare
Choose a tag to compare
feat: add lcm sampler support

This referenced an issue discussion of the stable-diffusion-webui at
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13952, which
may not be too perfect.

master-3bf1665

28 Oct 12:57
Compare
Choose a tag to compare
chore: clear the msvc compilation warning

master-ed37498

26 Oct 16:53
Compare
Choose a tag to compare
fix: set eps of ggml_norm(LayerNorm) to 1e-5

master-fbd18e1

23 Oct 13:14
Compare
Choose a tag to compare
fix: avoid stack overflow on MSVC