Commit Graph

16 Commits

Author SHA1 Message Date
Vladimir Mandic d3e3948787 update lens and bria
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-06-29 09:19:29 +02:00
CalamitousFelicitousness e0b975810c fix(krea2): align cfg with standard convention
Switch to neg-anchored guidance gated on > 1 so cfg 1.0 means no CFG, matching SD3/SDXL/Flux. Default guidance_scale 1.0; reference cfg Turbo 1.0, Base 4.5.
2026-06-27 22:25:54 +01:00
Vladimir Mandic 720a4b1fc2 cleanup reference jsons
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-06-24 21:04:59 +02:00
CalamitousFelicitousness 48fad8524e feat(krea2): add Krea 2 (K2) image model support
Krea 2 is a 12.9B single-stream flow-matching DiT trained from scratch, using a Qwen3-VL-4B text encoder and the Qwen-Image VAE. The transformer is vendored as a diffusers ModelMixin whose module tree mirrors the checkpoint, so weights load with no key conversion; the pipeline ports the reference encode, flow-matching denoise, and VAE decode. The text encoder is shared at runtime via the existing dedup registry, so Base and Turbo reuse one Qwen3-VL-4B copy.

Covers text-to-image, image-to-image, native LoRA, and the single-file UNET override. Also completes SD.Next's partial Qwen-Image VAE support (5D decode input and TAESD preview mapping) that K2 shares.
2026-06-23 04:41:54 +01:00
Vladimir Mandic a9ca59bef0 update all model sizes
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-06-05 08:48:36 +02:00
Vladimir Mandic 9fc858d75e add microsoft lens
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-23 09:49:42 +02:00
Vladimir Mandic f67562b912 - all guidance values set to -1 to enable using model defaults
- log default values used if not overriden by user
- rename inconsistent guidance variables:

p.cfg_scale
p.image_cfg_scale -> p.cfg_image
p.diffusers_guidance_rescale -> p.cfg_rescale
p.pag_scale -> p.cfg_true
p.pag_adaptive -> p.cfg_adaptive

Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-16 11:06:23 +02:00
Vladimir Mandic c18844080f add anima 1.0 base/turbo/sdnq
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-15 13:00:44 +02:00
Vladimir Mandic 7ee740e744 add hidream-o1
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-10 21:45:58 +02:00
Vladimir Mandic 69d370d8da update reference data and enable preview for ernie and nucleus
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-04-15 12:22:53 +00:00
Vladimir Mandic db8c6e9243 add ernie-image
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-04-15 11:06:32 +00:00
vladmandic d29c133891 validate reference, lint and update diffusers
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-15 10:10:05 +02:00
vladmandic 5f659553a0 add bria-fibo
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-12 19:06:08 +02:00
Oleksandr Liutyi d16676518c new reference images: GLM Image (+metadata) and FLUX2 Klein 9B KV (new) 2026-03-25 16:18:15 +00:00
vladmandic bcd2e76597 add skywork-unipic3
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-17 08:38:39 +01:00
vladmandic a7c32caae3 relocate all jsons to data
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-24 13:54:40 +01:00