Skip to content

Releases: leejet/stable-diffusion.cpp

master-672-1f9ee88

03 Jun 17:50
1f9ee88

Choose a tag to compare

fix: zero Wan2.2 TI2V timesteps for fixed frames (#1604)

master-671-a7f2e03

03 Jun 17:15
a7f2e03

Choose a tag to compare

perf: keep chunk-K residency engaged with runtime LoRA (#1598)

master-670-4513e3f

03 Jun 17:00
4513e3f

Choose a tag to compare

refactor: img-cond->img_uncond (#1594)

* refactor: img-cond->img_uncond

* align APG and CFG++ with img-uncond CFG

* set default img_cfg to 1.f

---------

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

master-669-2d40a8b

02 Jun 17:18
2d40a8b

Choose a tag to compare

feat: make Wan2.2 5B FLF2V work (#1110)

master-668-9c7f9a2

02 Jun 16:25
9c7f9a2

Choose a tag to compare

chore: embed server web UI in Docker images (#1597)

master-667-ed74577

02 Jun 16:45
ed74577

Choose a tag to compare

feat: `--stream-layers` for streaming weights from CPU during generat…

master-666-7948df8

01 Jun 18:20
7948df8

Choose a tag to compare

fix(cmake): build HIP backend with PIC so the static-lib PIE link suc…

master-665-02f0637

01 Jun 17:52
02f0637

Choose a tag to compare

refactor: call CPU backend functions dynamically (#1591)

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

master-664-f8935d6

01 Jun 16:52
f8935d6

Choose a tag to compare

feat: support img-cfg for edit models (#929)

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

master-663-be65ac7

31 May 19:04
be65ac7

Choose a tag to compare

feat: add support for APG (adaptive projected guidance) + uncondition…