84 Commits

Author SHA1 Message Date
leejet
b56c68617d fix: avoid narrowing conversion in SigVQ patch embedding and format code 2026-09-21 01:27:31 +08:00
fszontagh
15f335daa5
feat: add LLaDA-Image support (#1968)
Co-authored-by: leejet <leejet714@gmail.com>
2026-09-21 01:14:20 +08:00
leejet
137f7409bb
feat: add Qwen Image 2.1 support (#1994) 2026-09-20 22:51:21 +08:00
leejet
1330cebae8
feat: support building with upstream ggml (#1999) 2026-09-19 22:25:01 +08:00
leejet
3e037a81e4
perf: accelerate VAE direct 3D convolutions (#1996) 2026-09-19 17:50:01 +08:00
leejet
656a1354c3
refactor: remove obsolete unused tensor filtering (#1984) 2026-09-18 23:41:37 +08:00
Lin Xuhao
269e726015
fix: honor flash attention flag in LLM text encoder attention (#1987) 2026-09-18 23:41:24 +08:00
leejet
f9ddc0f388
refactor: require external Gemma 2 and GPT-OSS tokenizers (#1974) 2026-09-15 01:25:13 +08:00
leejet
4964abdfc5
feat: support external Hugging Face tokenizer JSON files (#1973) 2026-09-15 00:27:39 +08:00
Санька Четвёртый
42d6c0ab92
feat: Add generation parameters into video metadata (#1901)
Co-authored-by: leejet <leejet714@gmail.com>
2026-09-14 00:01:09 +08:00
leejet
5a5400bf0c
fix: resolve MSVC narrowing conversion warnings (#1969) 2026-09-13 23:45:54 +08:00
fszontagh
ca37fad89a
fix: validate vision projector output dim against LLM hidden size (#1918) 2026-09-13 23:42:46 +08:00
George
0bd72f075a
feat: add Wan2.2 S2V (audio+img-to-video) support (#1925)
Co-authored-by: leejet <leejet714@gmail.com>
2026-09-13 23:33:50 +08:00
leejet
7f410a3793
feat: add linear and attention scale overrides (#1964) 2026-09-12 01:41:28 +08:00
Maphist0
7f986a9d73
feat: add SenseNova U1.5 support (#1935) 2026-09-12 00:39:59 +08:00
LED-M
e95ab96997
fix: preserve BF16 embedding weights for get_rows (#1959) 2026-09-11 23:09:45 +08:00
leejet
6b47fec013
refactor: unify model source and weight lifecycle management (#1956) 2026-09-10 23:53:48 +08:00
nan
9cdb6b6fc0
fix: preserve K-quantized embedding weights (#1936) 2026-09-07 23:50:16 +08:00
leejet
31ab2b2e08
refactor: split ggml extensions and move implementations to cpp files (#1945) 2026-09-07 23:34:45 +08:00
leejet
dbb611264e
feat: add verbose logging and log-level selection (#1941) 2026-09-06 23:14:03 +08:00
leejet
462d675018
refactor: unify runner lifecycles and weight residency (#1940) 2026-09-06 22:30:45 +08:00
leejet
6b3edaaf32
feat: generalize temporal tiling across video VAEs (#1926) 2026-08-31 00:11:38 +08:00
leejet
40e605f3f1
fix: use carrier sampling for MiniMax H3 audio (#1924) 2026-08-30 21:57:02 +08:00
jk212h20
dc4000d9f8
fix: correct MiniMax H3 audio Euler steps (#1908) 2026-08-30 20:19:28 +08:00
jk212h20
c797899732
fix: correct MiniMax H3 reference audio encoding (#1886) 2026-08-30 19:33:59 +08:00
Piotr Wilkin (ilintar)
afd5306d88
feat: add LTX-2.5 support (#1893)
Co-authored-by: leejet <leejet714@gmail.com>
2026-08-30 19:13:06 +08:00
leejet
2c929495ab
fix: match exact weights in LLM config detection (#1923) 2026-08-30 17:43:41 +08:00
leejet
be0e34480d
feat: load scaled FP8 weights without upfront conversion (#1913) 2026-08-27 20:50:47 +08:00
leejet
50d6405683
feat: support standard Qwen3-VL weights for MiniMax-H3 (#1910) 2026-08-26 00:13:33 +08:00
leejet
97d2990807 chore: format code 2026-08-19 23:06:07 +08:00
stduhpf
6100d8339b
feat: add taeh3 support (#1874) 2026-08-19 22:18:19 +08:00
LostRuins Concedo
06c359f17a
fix: replace free_compute_buffer with runner_done in vae (#1872) 2026-08-12 23:39:57 +08:00
leejet
bcc7e29568
feat: support INT8 ConvRot safetensors (#1857) 2026-08-11 23:45:02 +08:00
leejet
ea7f0c87cf
feat: add minimax-h3 support (#1854) 2026-08-04 23:14:18 +08:00
fszontagh
50062a4bba
feat: add IP-Adapter Plus (Resampler image projection) support (#1839) 2026-08-02 16:15:28 +08:00
stduhpf
8457624101
feat: support more LoRA models (Kroma-v0.1 support) (#1842) 2026-08-02 16:08:47 +08:00
stduhpf
10378f42db
fix: lora with split qkv compatibility check at runtime (#1836)
Co-authored-by: leejet <leejet714@gmail.com>
2026-08-02 16:08:08 +08:00
yzyyzyhhh
2993b7fb43
fix: make parameter loading backend-aware (#1828) 2026-07-29 22:18:44 +08:00
Nicky Mouha
53856e7ec8
fix: null pointer dereference when loading malformed LoHa file (#1826) 2026-07-29 21:53:26 +08:00
leejet
22516991cb
fix: skip incompatible LoRA weights (#1825) 2026-07-28 00:06:46 +08:00
fszontagh
8d377073e3
feat: add IP-Adapter support for SD 1.5 and SDXL (#1803) 2026-07-24 21:19:44 +08:00
fszontagh
5114672c48
fix: detect vision patch size for unsplit (HF-format) Qwen3-VL (#1811) 2026-07-23 22:22:21 +08:00
leejet
8a51eb9284
feat: add Mage-Flow support (#1808) 2026-07-23 01:23:25 +08:00
leejet
35fb21f3e0
fix: avoid structured binding capture in Hunyuan config (#1809) 2026-07-23 01:23:03 +08:00
Wagner Bruna
2961182365
chore: add missing override declarations (#1800) 2026-07-21 22:49:52 +08:00
leejet
ea4e566ccf
feat: add hunyuan video 1.5 support (#1795) 2026-07-18 22:30:10 +08:00
leejet
b290693977
feat: add PiD 1.5 support (#1790) 2026-07-17 01:35:18 +08:00
leejet
a8a91b24cd
feat: add ADetailer support (#1785) 2026-07-14 23:59:11 +08:00
fszontagh
c00a9e956d
feat: AnimateDiff SD 1.5 motion modules (v2 + v3) (#1784) 2026-07-14 23:58:03 +08:00
stduhpf
74bce049d0
feat: add configurable reference image processing for edit models (#1780) 2026-07-14 22:58:22 +08:00