fszontagh
e071aa390b
feat: move circular padding from context to per-generation params ( #1748 )
2026-07-06 22:04:20 +08:00
Shikaku2
da6db07c5c
feat: stream model conversion ( #1581 )
2026-07-05 17:46:07 +08:00
fszontagh
e9dee542c4
feat: add DPM++ 2M SDE (Brownian tree) sampler ( #1743 )
2026-07-05 17:32:43 +08:00
fszontagh
38a51f8105
feat: add DPM++ 2M SDE sampler ( #1742 )
2026-07-05 16:13:25 +08:00
Wagner Bruna
45714b1069
feat(sdapi): report generation parameters through the info field ( #1426 )
2026-07-05 16:11:37 +08:00
Piotr Wilkin (ilintar)
b11c95a41c
feat: auto fit tensors across devices to guarantee optimal load ( #1736 )
2026-07-05 00:48:10 +08:00
Piotr Wilkin (ilintar)
68f3d6df9f
feat: support for cross-device row split ( #1735 )
2026-07-04 16:31:18 +08:00
Piotr Wilkin (ilintar)
7bcd189639
feat: add multi-device layer split (--backend "diffusion=cuda0&cuda1") ( #1734 )
2026-07-04 16:06:33 +08:00
leejet
556f04bb3f
feat: add qwen image layered support ( #1119 )
2026-07-03 00:21:22 +08:00
stduhpf
1a13107bac
feat: add imatrix support ( #633 )
2026-07-01 23:26:37 +08:00
Erik Scholz
484baa41e5
feat: add beta scheduler ( #811 )
...
Co-authored-by: phil2sat <phil2sat@users.noreply.github.com >
2026-07-01 01:40:22 +08:00
leejet
2bb0389683
refactor: return bool from image and upscale APIs ( #1728 )
2026-07-01 01:11:56 +08:00
Cyberhan123
ccda89e09c
feat: make ffi for same shape ( #1635 )
2026-07-01 00:30:16 +08:00
leejet
3b6c9ca97c
feat: add normal alias for discrete scheduler ( #1724 )
2026-06-30 00:19:21 +08:00
leejet
57e19fa954
feat: add Flux scheduler ( #1723 )
2026-06-29 23:49:56 +08:00
leejet
61a637bfd5
feat: add Flux2 scheduler ( #1722 )
2026-06-29 23:17:31 +08:00
stduhpf
0484600284
fix: add zip library back to cli target link libraries ( #1719 )
2026-06-29 21:42:02 +08:00
Cyberhan123
c1790754d3
feat: enhanced third-party integrations ( #1632 )
...
* feat: add installation support and configuration files for stable-diffusion
* fix: correct public header setting and update version variable in pkg-config
* fix stable-diffusion install package metadata
---------
Co-authored-by: leejet <leejet714@gmail.com >
2026-06-29 00:48:57 +08:00
stduhpf
2938272d82
feat: add logit-normal scheduler ( #1669 )
2026-06-25 00:06:11 +08:00
leejet
f440ad9c29
fix: avoid writable mmap for read-only weights ( #1698 )
2026-06-23 00:39:31 +08:00
stduhpf
41f7acbfb0
feat: support guidance_schedule ( #1684 )
2026-06-23 00:05:55 +08:00
Alex Klinkhamer
854bebfe02
feat: add --prompt-file and --negative-prompt-file flags ( #1693 )
2026-06-22 22:16:54 +08:00
fszontagh
787d229d84
perf: --eager-load to pre-load params at model-load time ( #1687 )
2026-06-22 22:10:09 +08:00
stduhpf
2bd249c971
feat: concatenate repeated cli arg strings ( #1686 )
2026-06-22 00:24:13 +08:00
leejet
92a3b73cdb
sync: update sdcpp-webui ( #1668 )
2026-06-16 23:55:03 +08:00
leejet
146b6cc49e
fix: simplify PuLID ID extraction setup ( #1664 )
2026-06-15 23:55:38 +08:00
RapidMark
93527fda74
feat: add PuLID-Flux identity-injection support ( #1595 )
2026-06-15 23:33:50 +08:00
leejet
bb90bfa00f
feat: support backend-specific max-vram budgets
2026-06-14 22:46:32 +08:00
stduhpf
c2df4e1228
feat: add RPC support ( #1629 )
2026-06-14 17:30:23 +08:00
leejet
17d70b91e6
docs: replace example option lists with help commands
2026-06-14 16:55:15 +08:00
leejet
5db680c2c7
refactor: route cpu placement through backend specs ( #1654 )
2026-06-14 15:52:24 +08:00
leejet
749186c0eb
refactor: remove vae_decode_only context flag ( #1653 )
2026-06-14 15:23:29 +08:00
leejet
bdb431ad95
feat: support disk params backend ( #1651 )
2026-06-14 14:48:50 +08:00
leejet
b9254dda0d
feat: add ideogram4 support ( #1609 )
2026-06-06 16:34:16 +08:00
YOSHIDA Keiji
74f513d512
fix: Suppress spurious error output for --help ( #1607 ) ( #1608 )
...
Signed-off-by: kei-g <km.8k6ce+github@gmail.com >
2026-06-06 16:23:44 +08:00
fszontagh
ed74577c40
feat: --stream-layers for streaming weights from CPU during generation ( #1576 )
2026-06-02 22:35:28 +08:00
stduhpf
f8935d6f25
feat: support img-cfg for edit models ( #929 )
...
Co-authored-by: leejet <leejet714@gmail.com >
2026-06-01 22:54:25 +08:00
stduhpf
be65ac7511
feat: add support for APG (adaptive projected guidance) + unconditionnal SLG ( #593 )
2026-06-01 00:55:49 +08:00
leejet
0982807139
feat: add PiD support ( #1585 )
2026-05-31 22:38:39 +08:00
schirik
07b2b18e70
fix: skip permission denied errors in recursive_directory_iterator ( #1564 )
...
Co-authored-by: Serge F. Chirik <s.chirik@timbel.info >
2026-05-27 00:56:16 +08:00
leejet
72e512a0cc
fix: make macOS binaries use relocatable rpaths ( #1552 )
2026-05-23 12:27:06 +08:00
stduhpf
adaa599a3b
Feat: Temporal tile custom size with overlap ( #1510 )
...
* Temporal tile size + overlap
* add --extra-tiling-args support
---------
Co-authored-by: leejet <leejet714@gmail.com >
2026-05-21 23:44:12 +08:00
leejet
b3374e6a71
feat: add LTX spatial latent upscale hires support ( #1533 )
2026-05-20 22:27:09 +08:00
Wagner Bruna
f683c88a28
feat: make negative max_vram control the amount of spare vram ( #1503 )
2026-05-18 23:00:06 +08:00
Wagner Bruna
e7eb92fd84
feat: add Gradient Estimation sampler ( #1484 )
2026-05-17 22:54:28 +08:00
leejet
67dda3f897
feat: add ltx2.3 support ( #1463 )
...
* add GemmaTokenizer
* add basic ltx2.3 support
* change vocab file encoding
* fix ci
* fix ubuntu build
* add temporal tiling support
* add ltx audio support
* update ggml submodule url
* fix generate_video
* add i2v support
* minify bundled Gemma tokenizer vocab sources
* pass video fps into temporal rope embeddings
* fix av_ca_timestep_scale_multiplier
* add LTX2Scheduler support
* update docs
* fix ci
2026-05-17 16:46:20 +08:00
leejet
36330724bd
feat: add module backend assignment support ( #1500 )
...
Co-authored-by: Stéphane du Hamel <stephduh@live.fr >
2026-05-16 20:27:06 +08:00
leejet
38b14adb67
feat: auto-detect max VRAM budget with --max-vram -1 ( #1498 )
2026-05-16 16:14:25 +08:00
leejet
0665a7f8bf
feat: add hidream o1 image support ( #1485 )
2026-05-15 00:40:21 +08:00
Daniele
9d683417cb
feat: add Euler CFG++ and Euler-A CFG++ samplers ( #1354 )
2026-05-15 00:29:04 +08:00