Skip to content

chore: ⬆️ Update leejet/stable-diffusion.cpp to c8fb3d245858d495be1f140efdcfaa0d49de41e5#8841

Merged
mudler merged 3 commits intomudler:masterfrom
localai-bot:fix/stablediffusion-update-8821
Mar 8, 2026
Merged

chore: ⬆️ Update leejet/stable-diffusion.cpp to c8fb3d245858d495be1f140efdcfaa0d49de41e5#8841
mudler merged 3 commits intomudler:masterfrom
localai-bot:fix/stablediffusion-update-8821

Conversation

@localai-bot
Copy link
Contributor

This PR updates the stable-diffusion.cpp dependency to fix SD1 Pix2Pix issue #1329.

Changes

  • Updated backend/go/stablediffusion-ggml/Makefile
  • Changed STABLEDIFFUSION_GGML_VERSION from e411520407663e1ddf8ff2e5ed4ff3a116fbbc97 to c8fb3d245858d495be1f140efdcfaa0d49de41e5

Related

@netlify
Copy link

netlify bot commented Mar 7, 2026

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 7930657
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/69ad1d05ae675a0008bcc271
😎 Deploy Preview https://deploy-preview-8841--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@localai-bot
Copy link
Contributor Author

PR Comment Posted

Date: 2026-03-08 01:18:53 UTC

@reviewers I've addressed the CI failures by updating the code to match the new stable-diffusion.cpp API:

  • Fixed include paths
  • Added new sample methods (res_multistep, res_2s) and scheduler (bong_tangent)
  • Moved flow_shift to sample params where it belongs
  • Added flash_attn support

CI should pass on re-run. Please review when convenient.

@localai-bot localai-bot force-pushed the fix/stablediffusion-update-8821 branch from 0084f56 to 258440d Compare March 8, 2026 04:04
@localai-bot
Copy link
Contributor Author

Fixed the DCO failure by adding Signed-off-by trailers to both commits via rebase --signoff. The PR should now pass DCO checks. All other CI checks are passing (vulkan build is still in progress).

@localai-bot
Copy link
Contributor Author

Automated Fix Applied

Issue: Compilation errors in stablediffusion-ggml backend due to variable scope issue.

Fix: Moved from local variable in to global scope (alongside and ).

Commit: 497ef79e

The CI should now pass compilation checks. Please review when convenient.

localai-bot and others added 3 commits March 8, 2026 06:51
…faa0d49de41e5`

Update stablediffusion-ggml to include fix for SD1 Pix2Pix issue
(leejet/stable-diffusion.cpp#1329).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: localai-bot <localai-bot@noreply.github.com>
Signed-off-by: localai-bot <localai-bot@noreply.github.com>
- Move flow_shift to global scope so gen_image() can access the value
  set during load_model() (was causing compilation error)
- Fix sd_type_str array: TQ1_0 should be at index 34, TQ2_0 at index 35
  to match upstream SD_TYPE_TQ1_0=34, SD_TYPE_TQ2_0=35 enum values

Signed-off-by: localai-bot <localai-bot@noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@localai-bot localai-bot force-pushed the fix/stablediffusion-update-8821 branch from fa81c0b to 7930657 Compare March 8, 2026 06:53
@mudler mudler merged commit 85e4871 into mudler:master Mar 8, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants