Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
WhyNotHugo
/
stable-diffusion.cpp
Public
forked from
leejet/stable-diffusion.cpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
stable-diffusion.cpp
model.cpp
on
simplified-loading
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 21, 2026
chore: clarify warning about missing model files (#1219)
wbruna
authored
3295711
View commit details
Copy full SHA for 3295711
View code at this point
Browse repository at this point
Commits on Jan 19, 2026
feat: add support for Segmind's Vega model (#1195)
akleine
authored
639091f
View commit details
Copy full SHA for 639091f
View code at this point
Browse repository at this point
Commits on Jan 17, 2026
add support for flux2 klein (#1193)
Show description for 9565c7f
leejet
authored
9565c7f
View commit details
Copy full SHA for 9565c7f
View code at this point
Browse repository at this point
Commits on Jan 13, 2026
feat: support for SDXS-512 model (#1180)
Show description for 7010bb4
akleine
and
leejet
authored
7010bb4
View commit details
Copy full SHA for 7010bb4
View code at this point
Browse repository at this point
Commits on Jan 4, 2026
chore: eliminate compilation warnings under MSVC (#1170)
leejet
authored
b90b1ee
View commit details
Copy full SHA for b90b1ee
View code at this point
Browse repository at this point
Commits on Dec 28, 2025
feat: support mmap for model loading (#1059)
wbruna
authored
d0d836a
View commit details
Copy full SHA for d0d836a
View code at this point
Browse repository at this point
Commits on Dec 21, 2025
feat: do not convert tensor names by default in convert mode (#1122)
leejet
authored
ca5b196
View commit details
Copy full SHA for ca5b196
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
feat: add support for Chroma Radiance x0 (#1091)
Show description for 23fce0b
stduhpf
and
leejet
authored
23fce0b
View commit details
Copy full SHA for 23fce0b
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
fix: added a clean exit in ModelLoader::load_tensors if OOM (#1097)
akleine
authored
a23262d
View commit details
Copy full SHA for a23262d
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
feat: add ovis image support (#1057)
leejet
authored
2f0bd31
View commit details
Copy full SHA for 2f0bd31
View code at this point
Browse repository at this point
Commits on Dec 6, 2025
feat: do not convert bf16 to f32 (#1055)
leejet
authored
bfbb929
View commit details
Copy full SHA for bfbb929
View code at this point
Browse repository at this point
Commits on Dec 4, 2025
feat: handle ggml compute failures without crashing the program (#1003)
Show description for bcc9c0d
3 people
authored
bcc9c0d
View commit details
Copy full SHA for bcc9c0d
View code at this point
Browse repository at this point
Commits on Dec 3, 2025
fix: fix CosXL not being detected (#989)
stduhpf
authored
edf2cb3
View commit details
Copy full SHA for edf2cb3
View code at this point
Browse repository at this point
Commits on Dec 1, 2025
chore: add sd_ prefix to a few functions (#967)
wbruna
authored
e4c50f1
View commit details
Copy full SHA for e4c50f1
View code at this point
Browse repository at this point
feat: add z-image support (#1020)
Show description for 34a6fd4
leejet
authored
34a6fd4
View commit details
Copy full SHA for 34a6fd4
View code at this point
Browse repository at this point
Commits on Nov 30, 2025
feat: add flux2 support (#1016)
Show description for 52b67c5
leejet
authored
52b67c5
View commit details
Copy full SHA for 52b67c5
View code at this point
Browse repository at this point
Commits on Nov 16, 2025
feat: support for --tensor-type-rules on generation modes (#932)
wbruna
authored
199e675
View commit details
Copy full SHA for 199e675
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
refactor: optimize the logic for name conversion and the processing of the LoRA model (#955)
leejet
authored
694f0d9
View commit details
Copy full SHA for 694f0d9
View code at this point
Browse repository at this point
feat: add support for SD2.x with TINY U-Nets (#939)
akleine
authored
d2d3944
View commit details
Copy full SHA for d2d3944
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
refactor: simplify the model loading logic (#933)
Show description for 8f6c5c2
leejet
authored
8f6c5c2
View commit details
Copy full SHA for 8f6c5c2
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
feat: add chroma radiance support (#910)
Show description for 9e28be6
leejet
authored
9e28be6
View commit details
Copy full SHA for 9e28be6
View code at this point
Browse repository at this point
feat: add SSD1B and tiny-sd support (#897)
Show description for 062490a
akleine
and
leejet
authored
062490a
View commit details
Copy full SHA for 062490a
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
chore: add .clang-tidy configuration and apply modernize checks (#902)
leejet
authored
d05e46c
View commit details
Copy full SHA for d05e46c
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
feat: add wtype stat (#899)
leejet
authored
db6f479
View commit details
Copy full SHA for db6f479
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
feat: add Qwen Image Edit support (#877)
Show description for 2e9242e
leejet
authored
2e9242e
View commit details
Copy full SHA for 2e9242e
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
feat: add Qwen Image support (#851)
Show description for beb99a2
leejet
authored
beb99a2
View commit details
Copy full SHA for beb99a2
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
feat: add support for Flux Controls and Flex.2 (#692)
stduhpf
authored
11f436c
View commit details
Copy full SHA for 11f436c
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
fix: optimize the handling of CLIP embedding weight (#840)
leejet
authored
2abe945
View commit details
Copy full SHA for 2abe945
View code at this point
Browse repository at this point
fix: tensor loading thread count (#854)
wbruna
authored
f3140ea
View commit details
Copy full SHA for f3140ea
View code at this point
Browse repository at this point
fix: correct tensor deduplication logic (#844)
rmatif
authored
1e0d282
View commit details
Copy full SHA for 1e0d282
View code at this point
Browse repository at this point
Commits on Sep 17, 2025
fix: avoid multithreading issues in the model loader
leejet
committed
567f9f1
View commit details
Copy full SHA for 567f9f1
View code at this point
Browse repository at this point
Commits on Sep 14, 2025
feat: optimize tensor loading time (#790)
Show description for 55c2e05
rmatif
and
leejet
authored
55c2e05
View commit details
Copy full SHA for 55c2e05
View code at this point
Browse repository at this point
fix: harden for large files (#643)
Green-Sky
authored
9e7befa
View commit details
Copy full SHA for 9e7befa
View code at this point
Browse repository at this point
fix: make weight override more robust against ggml changes (#760)
wbruna
authored
5869987
View commit details
Copy full SHA for 5869987
View code at this point
Browse repository at this point
Commits on Sep 7, 2025
feat: add detailed tensor loading time stat (#793)
leejet
authored
c648001
View commit details
Copy full SHA for c648001
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.