mirror of
https://github.com/mudler/LocalAI.git
synced 2026-07-08 07:18:31 -04:00
* ⬆️ Update leejet/stable-diffusion.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(stablediffusion-ggml): pass chroma knobs via model_args after upstream API change Upstream stable-diffusion.cpp bb849711 removed the dedicated chroma_use_dit_mask / chroma_use_t5_mask / chroma_t5_mask_pad fields from sd_ctx_params_t and now reads them from the generic model_args key=value spec (parse_key_value_args). Assigning the old struct members broke the gosd.cpp build. Emit the three options into model_args instead so the existing chroma controls keep working. Verified by building libgosd-fallback.so against the pinned upstream commit. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Assisted-by: Claude:claude-opus-4-8 [Claude Code] --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> Co-authored-by: Ettore Di Giacinto <mudler@localai.io>