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 }}
wbruna
/
stable-diffusion.cpp
Public
forked from
leejet/stable-diffusion.cpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
1
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: add options for
brownian_tree
- #3
#3
Closed
vmobilis
wants to merge 18 commits into
wbruna:sd_brownian_tree
wbruna/stable-diffusion.cpp:sd_brownian_tree
from
vmobilis:patch-1
vmobilis/stable-diffusion.cpp:patch-1
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Closed
feat: add options for
brownian_tree
#3
vmobilis
wants to merge 18 commits into
wbruna:sd_brownian_tree
wbruna/stable-diffusion.cpp:sd_brownian_tree
from
vmobilis:patch-1
vmobilis/stable-diffusion.cpp:patch-1
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2026
rng.hpp: add RNG name for `std`
vmobilis
authored
fb10dff
View commit details
Copy full SHA for fb10dff
Browse repository at this point
rng_mt19937.hpp: add RNG name for `cpu`
vmobilis
authored
8b9689c
View commit details
Copy full SHA for 8b9689c
Browse repository at this point
rng_philox.hpp: add RNG name for `cuda`
vmobilis
authored
3eb6031
View commit details
Copy full SHA for 3eb6031
Browse repository at this point
denoiser.hpp: add choices for `brownian_tree`
vmobilis
authored
138b059
View commit details
Copy full SHA for 138b059
Browse repository at this point
rng.hpp: wrong version
vmobilis
authored
8c56b7a
View commit details
Copy full SHA for 8c56b7a
Browse repository at this point
rng_mt19937.hpp: wrobg version
vmobilis
authored
a97348f
View commit details
Copy full SHA for a97348f
Browse repository at this point
rng_philox.hpp: wrong version
vmobilis
authored
4fd0964
View commit details
Copy full SHA for 4fd0964
Browse repository at this point
rng.hpp: support `const STDDefaultRNG`
vmobilis
authored
cdbf0ee
View commit details
Copy full SHA for cdbf0ee
Browse repository at this point
rng_mt19937.hpp: support `const MT19937RNG`
vmobilis
authored
f0fac78
View commit details
Copy full SHA for f0fac78
Browse repository at this point
rng_philox.hpp: support `const PhiloxRNG`
vmobilis
authored
1189743
View commit details
Copy full SHA for 1189743
Browse repository at this point
Commits on Sep 11, 2026
clang-format
vmobilis
authored
532e484
View commit details
Copy full SHA for 532e484
Browse repository at this point
Commits on Sep 14, 2026
stable-diffusion.cpp: make `get_rng()` global
vmobilis
authored
9c94070
View commit details
Copy full SHA for 9c94070
Browse repository at this point
stable-diffusion.h: `str_to_rng_type()` visibility
vmobilis
authored
85d0c46
View commit details
Copy full SHA for 85d0c46
Browse repository at this point
rng.hpp: make `STDDefaultRNG` replicable
vmobilis
authored
fc287b8
View commit details
Copy full SHA for fc287b8
Browse repository at this point
rng_mt19937.hpp: make `MT19937RNG` replicable
vmobilis
authored
5ed21c0
View commit details
Copy full SHA for 5ed21c0
Browse repository at this point
rng_phoilox.hpp: make `PhiloxRNG` replicable
vmobilis
authored
5d28224
View commit details
Copy full SHA for 5d28224
Browse repository at this point
denoiser.hpp: make copies of `rng` independent
vmobilis
authored
4ff163c
View commit details
Copy full SHA for 4ff163c
Browse repository at this point
extern `str_to_rng_type()` is needless
vmobilis
authored
ce65326
View commit details
Copy full SHA for ce65326
Browse repository at this point
You can’t perform that action at this time.