Ettore Di Giacinto
b3300ef207
fix(gallery/ltx-2.3): add diffusion_model flag to all variants
...
LTX-2.3 entries (dev / distilled, UD-Q4_K_M / Q4_K_M / Q8_0) were
missing the `diffusion_model` option in their overrides. Without it,
gosd.cpp routes the main GGUF through the regular `model_path` code
path in sd.cpp, which doesn't apply the `model.diffusion_model.` tensor
prefix. sd.cpp's LTX-2.3 architecture detection (`VERSION_LTXAV`) in
get_sd_version checks for prefixed tensor names — without the prefix,
detection fails and load_model returns "could not load model".
This is the same bug we hit for Wan when the option was missing.
Adding `- diffusion_model` to all six LTX-2.3 entries' option blocks
makes load_model take the diffusion_model_path branch so detection
succeeds.
Assisted-by: Claude:claude-opus-4-7
2026-05-25 16:49:37 +00:00
..
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2026-05-25 09:28:27 +02:00
2024-04-25 17:25:56 +00:00
2025-07-22 16:31:04 +02:00
2026-05-06 14:51:38 +02:00
2024-04-25 17:25:56 +00:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2026-05-06 14:51:38 +02:00
2025-07-22 16:31:04 +02:00
2024-04-25 17:25:56 +00:00
2025-07-22 16:31:04 +02:00
2025-05-16 17:53:54 +02:00
2025-05-16 17:53:54 +02:00
2026-05-06 14:51:38 +02:00
2025-07-22 16:31:04 +02:00
2026-05-06 14:51:38 +02:00
2025-07-22 16:31:04 +02:00
2026-05-06 14:51:38 +02:00
2025-07-22 16:31:04 +02:00
2024-08-24 00:29:24 +02:00
2026-05-25 16:49:37 +00:00
2025-10-09 15:00:56 +02:00
2026-04-08 19:23:16 +02:00
2026-05-13 21:57:27 +02:00
2026-05-13 21:57:27 +02:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2024-04-25 17:25:56 +00:00
2026-05-25 13:00:28 +02:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2026-05-06 14:51:38 +02:00
2025-07-22 16:31:04 +02:00
2026-05-06 14:51:38 +02:00
2024-04-25 17:25:56 +00:00
2026-05-06 14:51:38 +02:00
2024-04-25 17:25:56 +00:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2024-10-23 15:34:45 +02:00
2025-07-22 16:31:04 +02:00
2025-07-22 16:31:04 +02:00
2024-04-25 17:25:56 +00:00
2026-01-13 23:35:19 +01:00
2025-09-17 09:22:19 +02:00
2025-07-22 16:31:04 +02:00
2026-05-06 14:51:38 +02:00
2025-07-22 16:31:04 +02:00
2025-08-06 10:40:46 +02:00
2024-04-25 17:25:56 +00:00
2025-07-22 16:31:04 +02:00
2025-01-20 19:04:23 +01:00
2024-04-25 17:25:56 +00:00
2026-05-07 17:27:29 +02:00
2026-05-07 17:27:29 +02:00
2026-05-07 17:27:29 +02:00
2026-05-07 17:27:29 +02:00
2026-04-24 14:40:06 +02:00
2026-04-24 14:40:06 +02:00
2026-04-24 14:40:06 +02:00
2026-05-06 14:51:38 +02:00
2024-06-18 15:09:39 +02:00
2025-07-22 16:31:04 +02:00
2025-12-10 21:14:21 +01:00
2024-10-17 10:16:52 +02:00
2024-04-25 17:25:56 +00:00
2025-07-22 16:31:04 +02:00
2026-04-19 21:31:22 +00:00
2024-06-01 20:04:03 +02:00
2025-07-22 16:31:04 +02:00
2026-04-11 08:42:13 +02:00