UPSTREAM PR #1169: feat: prioritize gguf and safetensors formats for embeddings and LoRAs - #8
Open
loci-dev wants to merge 1 commit into
Open
Conversation
Models available as multiple file types were likely converted from one another, so we should prioritize native, safer and more efficient formats.
loci-dev
temporarily deployed
to
stable-diffusion-cpp-prod
January 3, 2026 21:35 — with
GitHub Actions
Inactive
|
Explore the complete analysis inside the Version Insights I've generated a summary report for your project. Here are the key findings: Performance Summary ReportProject: stable-diffusion.cpp (auroralabs-loci) Key Results:
Conclusion:Pull Request #8 is performance-neutral, meaning the changes maintain stable performance characteristics without introducing any measurable performance degradation or improvement. This is a positive outcome, particularly if the PR includes new features, bug fixes, or code improvements. The comparison between the base version (aaa4da61-e62e-11f0-81f2-dbb430499cb5) and target version (54538151-e8ec-11f0-81f2-dbb430499cb5) shows that both response time and throughput metrics for all modified functions remain stable. |
loci-dev
force-pushed
the
master
branch
7 times, most recently
from
January 11, 2026 09:09
3e2648e to
178a7d8
Compare
loci-dev
force-pushed
the
master
branch
6 times, most recently
from
January 19, 2026 16:11
1f909e5 to
027a37e
Compare
loci-dev
force-pushed
the
master
branch
6 times, most recently
from
January 28, 2026 14:15
e31dd7d to
cf91470
Compare
loci-dev
force-pushed
the
master
branch
3 times, most recently
from
February 1, 2026 14:12
0219cb4 to
17a1e1e
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.
Mirrored from leejet/stable-diffusion.cpp#1169
Models available as multiple file types were likely converted from one another, so we should prioritize native, safer and more efficient formats.