chore: ⬆️ Update leejet/stable-diffusion.cpp to c8fb3d245858d495be1f140efdcfaa0d49de41e5#8841
Merged
mudler merged 3 commits intomudler:masterfrom Mar 8, 2026
Merged
Conversation
✅ Deploy Preview for localai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
PR Comment PostedDate: 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:
CI should pass on re-run. Please review when convenient. |
0084f56 to
258440d
Compare
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). |
Contributor
Author
Automated Fix AppliedIssue: 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. |
…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>
fa81c0b to
7930657
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the stable-diffusion.cpp dependency to fix SD1 Pix2Pix issue #1329.
Changes
backend/go/stablediffusion-ggml/MakefileSTABLEDIFFUSION_GGML_VERSIONfrome411520407663e1ddf8ff2e5ed4ff3a116fbbc97toc8fb3d245858d495be1f140efdcfaa0d49de41e5Related
c8fb3d245858d495be1f140efdcfaa0d49de41e5#8821 which will be closed