Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
javaaiorg
/
stable-diffusion.cpp
Public
forked from
leejet/stable-diffusion.cpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 2, 2024
Add custom log output support.
javaaiorg
committed
86dd854
Copy full SHA for 86dd854
Commits on Dec 31, 2023
Merge branch 'master' of https://github.com/leejet/stable-diffusion.cpp
javaaiorg
committed
d435e6a
Copy full SHA for d435e6a
docs: update README.md
leejet
committed
b139434
Copy full SHA for b139434
Commits on Dec 30, 2023
Merge branch 'master' of https://github.com/leejet/stable-diffusion.cpp
Show description for 3115de0
javaaiorg
committed
3115de0
Copy full SHA for 3115de0
fix: initialize some pointers to NULL
leejet
committed
14da17a
Copy full SHA for 14da17a
Commits on Dec 29, 2023
Fix Exception thrown: read access violation when delete StableDiffusion's pointer.
javaaiorg
committed
e25f8a8
Copy full SHA for e25f8a8
Merge branch 'master' of https://github.com/javaaiorg/stable-diffusion.cpp
Show description for 21504fa
javaaiorg
committed
21504fa
Copy full SHA for 21504fa
Commits on Dec 28, 2023
feat: add SDXL support (#117)
Show description for 78ad76f
leejet
authored
78ad76f
Copy full SHA for 78ad76f
feat: implement ESRGAN upscaler + Metal Backend (#104)
Show description for 004dfbe
FSSRepo
and
leejet
authored
004dfbe
Copy full SHA for 004dfbe
Change ModelLoader::load_tensors() method read file by wide character path(wchar_t *) to support all language path.
javaaiorg
committed
9f63b4f
Copy full SHA for 9f63b4f
Commits on Dec 23, 2023
feat: implement the complete bpe function (#119)
Show description for 0e64238
Cyberhan123
and
leejet
authored
0e64238
Copy full SHA for 0e64238
Commits on Dec 20, 2023
fix: enhance the tokenizer's handing of Unicode (#120)
leejet
authored
8f6b4a3
Copy full SHA for 8f6b4a3
Commits on Dec 11, 2023
fix: add support for int32_t on other compilers (#114)
Kreijstal
authored
9842a3f
Copy full SHA for 9842a3f
Commits on Dec 10, 2023
feat: add SD-Turbo support
leejet
committed
ac8f5a0
Copy full SHA for ac8f5a0
fix: remove dangling pointer to work_output in CLIPTextModel (#111)
Spadi0
authored
ca33304
Copy full SHA for ca33304
Commits on Dec 9, 2023
chore: make code cleaner
leejet
committed
69efe3c
Copy full SHA for 69efe3c
fix: generate image correctly in img2img mode
leejet
committed
2eac844
Copy full SHA for 2eac844
Commits on Dec 5, 2023
docs: update v2-1_768-nonema-pruned.safetensors url
leejet
committed
968226a
Copy full SHA for 968226a
feat: add TAESD implementation - faster autoencoder (#88)
Show description for 134883a
FSSRepo
and
leejet
authored
134883a
Copy full SHA for 134883a
Commits on Dec 3, 2023
fix: detect model format base on file content
leejet
committed
f99bcd1
Copy full SHA for f99bcd1
fix: allow model and vae using different format
leejet
committed
8a87b27
Copy full SHA for 8a87b27
feat: load weights from safetensors and ckpt (#101)
leejet
authored
d7af2c2
Copy full SHA for d7af2c2
Commits on Nov 28, 2023
fix: avoid build fail on msvc (#93)
Cyberhan123
authored
47dd704
Copy full SHA for 47dd704
Commits on Nov 27, 2023
fix: reading memory of stack allocated object past its scope (#91)
Green-Sky
authored
f469b83
Copy full SHA for f469b83
Commits on Nov 26, 2023
feat: ggml-alloc integration and gpu acceleration (#75)
Show description for 8124588
FSSRepo
and
leejet
authored
8124588
Copy full SHA for 8124588
Commits on Nov 20, 2023
fix: support bf16 lora weights (#82)
Green-Sky
authored
c874063
Copy full SHA for c874063
feat: allow LoRAs with negative multiplier (#83)
Show description for ae1d5dc
3 people
authored
ae1d5dc
Copy full SHA for ae1d5dc
Commits on Nov 19, 2023
chore: typo remote => remove
leejet
committed
51b53d4
Copy full SHA for 51b53d4
fix: fix multi loras prompt parse
leejet
committed
0d9b801
Copy full SHA for 0d9b801
chore: add .clang-format
leejet
committed
176a00b
Copy full SHA for 176a00b
docs: add contributors info to README.md
leejet
committed
64f6002
Copy full SHA for 64f6002
feat: add LoRA support
leejet
committed
9a9f3da
Copy full SHA for 9a9f3da
Commits on Nov 17, 2023
feat: add lcm sampler support
Show description for 536f3af
leejet
committed
536f3af
Copy full SHA for 536f3af
Commits on Oct 28, 2023
chore: clear the msvc compilation warning
leejet
committed
3bf1665
Copy full SHA for 3bf1665
perf: change ggml graph eval order to RIGHT_TO_LEFT to optimize memory usage
leejet
committed
3001c23
Copy full SHA for 3001c23
Pagination
Previous
Next
You can’t perform that action at this time.