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 }}
leejet
/
stable-diffusion.cpp
Public
Notifications
You must be signed in to change notification settings
Fork
759
Star
6.9k
Code
Issues
231
Pull requests
37
Discussions
Actions
Projects
Wiki
Security and quality
4
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
fix: correct image to image DDIM and TCD
- #1410
#1410
Merged
leejet
merged 7 commits into
leejet:master
leejet/stable-diffusion.cpp:master
from
wbruna:sd_fix_ddim_tcd_i2i
wbruna/stable-diffusion.cpp:sd_fix_ddim_tcd_i2i
Copy head branch name to clipboard
Apr 19, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
fix: correct image to image DDIM and TCD
#1410
leejet
merged 7 commits into
leejet:master
leejet/stable-diffusion.cpp:master
from
wbruna:sd_fix_ddim_tcd_i2i
wbruna/stable-diffusion.cpp:sd_fix_ddim_tcd_i2i
Copy head branch name to clipboard
Commits
Commits on Apr 11, 2026
refactor: move DDIM/TCD initial noise scaling out of the samplers
Show description for d8aa852
wbruna
committed
d8aa852
View commit details
Copy full SHA for d8aa852
Browse repository at this point
refactor: move DDIM/TCD scaling to the end of the loop
Show description for 6f7bfa3
wbruna
committed
6f7bfa3
View commit details
Copy full SHA for 6f7bfa3
Browse repository at this point
fix: replace DDIM/TCD handling of out-of-bounds alpha_cumprod
Show description for 626efc1
wbruna
committed
626efc1
View commit details
Copy full SHA for 626efc1
Browse repository at this point
fix: use the simple scheduler with DDIM
Show description for fb1b3fd
wbruna
committed
fb1b3fd
View commit details
Copy full SHA for fb1b3fd
Browse repository at this point
fix: use the LCM scheduler with TCD
Show description for b660006
wbruna
committed
b660006
View commit details
Copy full SHA for b660006
Browse repository at this point
refactor: fold DDIM/TCD scaling into the x update calculations
wbruna
committed
3827d1b
View commit details
Copy full SHA for 3827d1b
Browse repository at this point
fix: correct DDIM/TCD for low-strength image to image
Show description for 64d0153
wbruna
committed
64d0153
View commit details
Copy full SHA for 64d0153
Browse repository at this point
You can’t perform that action at this time.