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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
learnMoreCode
/
stable-diffusion
Public
forked from
invoke-ai/InvokeAI
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
stable-diffusion
scripts
on
main
User selector
All users
All time
Commit history
Commits on Sep 3, 2022
add scalable support for new models using a configs/models.yaml file
lstein
committed
6566c22
View commit details
Copy full SHA for 6566c22
View code at this point
Browse repository at this point
add ability to specify location of config file (models.yaml)
lstein
committed
063b4a1
View commit details
Copy full SHA for 063b4a1
View code at this point
Browse repository at this point
move special-casing test for precision on mps into T2I class
lstein
committed
91cce6b
View commit details
Copy full SHA for 91cce6b
View code at this point
Browse repository at this point
Add warning message about change in default host
lstein
committed
f46916d
View commit details
Copy full SHA for f46916d
View code at this point
Browse repository at this point
Merge branch 'web-host-port' of github.com:cgodley/stable-diffusion into cgodley-web-host-port
Show description for 12755c6
lstein
committed
12755c6
View commit details
Copy full SHA for 12755c6
View code at this point
Browse repository at this point
replace list delimiters in variations syntax
bakkot
committed
e918cb1
View commit details
Copy full SHA for e918cb1
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
dream.py: fix indentation
cgodley
authored
2288412
View commit details
Copy full SHA for 2288412
View code at this point
Browse repository at this point
dream.py: include 0.0.0.0 in --host help
Show description for 6bff985
cgodley
and
bakkot
authored
6bff985
View commit details
Copy full SHA for 6bff985
View code at this point
Browse repository at this point
dream.py: use localhost in url when host is 0.0.0.0
Show description for 918ade1
cgodley
and
bakkot
authored
918ade1
View commit details
Copy full SHA for 918ade1
View code at this point
Browse repository at this point
web: allow custom host/port, default to 127.0.0.1 for security reasons
cgodley
committed
68f62c8
View commit details
Copy full SHA for 68f62c8
View code at this point
Browse repository at this point
support generating variations
Show description for 4fe2657
bakkot
and
xraxra
committed
4fe2657
View commit details
Copy full SHA for 4fe2657
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
Merge branch 'dream-m1' of github.com:toffaletti/stable-diffusion into toffaletti-dream-m1
Show description for 629ca09
lstein
committed
629ca09
View commit details
Copy full SHA for 629ca09
View code at this point
Browse repository at this point
Deprecate --laion400m and --weights arguments
Show description for 68eabab
maddavid123
authored
68eabab
View commit details
Copy full SHA for 68eabab
View code at this point
Browse repository at this point
Merge branch 'main' into main
maddavid123
authored
7db51d0
View commit details
Copy full SHA for 7db51d0
View code at this point
Browse repository at this point
fix ambiguous naming of self.device
lstein
committed
1b3c7ac
View commit details
Copy full SHA for 1b3c7ac
View code at this point
Browse repository at this point
Merge branch 'main' into fit-init-img
Show description for e6b2c15
lstein
committed
e6b2c15
View commit details
Copy full SHA for e6b2c15
View code at this point
Browse repository at this point
Reference model from configs/models.yaml
Show description for d319b8a
maddavid123
authored
d319b8a
View commit details
Copy full SHA for d319b8a
View code at this point
Browse repository at this point
this fixes the inconsistent use of self.device, sometimes a str and sometimes an obj
lstein
committed
01e05a9
View commit details
Copy full SHA for 01e05a9
View code at this point
Browse repository at this point
closes #273, crash on M1 machines
lstein
committed
c5e95ad
View commit details
Copy full SHA for c5e95ad
View code at this point
Browse repository at this point
closes #273, crash on M1 machines
lstein
committed
dc30adf
View commit details
Copy full SHA for dc30adf
View code at this point
Browse repository at this point
default full_prevision to True for mps device
toffaletti
committed
66fe110
View commit details
Copy full SHA for 66fe110
View code at this point
Browse repository at this point
Issue 270 fix (#274)
Show description for 7011960
magnusviri
and
James Reynolds
authored
7011960
View commit details
Copy full SHA for 7011960
View code at this point
Browse repository at this point
optionally scale initial image to fit box defined by width x height
Show description for 28fe841
lstein
committed
28fe841
View commit details
Copy full SHA for 28fe841
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
Allow configuration of which SD model to use (#263)
Show description for ed51339
maddavid123
authored
ed51339
View commit details
Copy full SHA for ed51339
View code at this point
Browse repository at this point
Fix merging embeddings (#226)
Show description for 58e3562
david-ford
authored
58e3562
View commit details
Copy full SHA for 58e3562
View code at this point
Browse repository at this point
move make_grid into image_utils
bakkot
committed
d566ee0
View commit details
Copy full SHA for d566ee0
View code at this point
Browse repository at this point
refactor pngwriter
bakkot
committed
153c93b
View commit details
Copy full SHA for 153c93b
View code at this point
Browse repository at this point
add support for Apple hardware using MPS acceleration
lstein
committed
bdb0651
View commit details
Copy full SHA for bdb0651
View code at this point
Browse repository at this point
remove support for batch_size from dream.py (#227)
Show description for 1714816
bakkot
authored
1714816
View commit details
Copy full SHA for 1714816
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
add the recently added commands to the readline command-line-completion list; fix command-line documentation bug, closing issue #188
lstein
committed
42ffcd7
View commit details
Copy full SHA for 42ffcd7
View code at this point
Browse repository at this point
Merge branch 'prompt_as_dir' of https://github.com/BlueAmulet/stable-diffusion into BlueAmulet-prompt_as_dir
lstein
committed
d48299e
View commit details
Copy full SHA for d48299e
View code at this point
Browse repository at this point
Address bakkot review
BlueAmulet
committed
2e22d9e
View commit details
Copy full SHA for 2e22d9e
View code at this point
Browse repository at this point
Commits on Aug 29, 2022
Add prompt as output directory feature
Show description for 4f8e735
BlueAmulet
committed
4f8e735
View commit details
Copy full SHA for 4f8e735
View code at this point
Browse repository at this point
Merge pull request #176 from xraxra/show-tokenization
Show description for 7fe7cdc
lstein
authored
7fe7cdc
View commit details
Copy full SHA for 7fe7cdc
View code at this point
Browse repository at this point
Merge branch 'main' into patch-1
lstein
authored
63178c6
View commit details
Copy full SHA for 63178c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.