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
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 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 }}
AUTOMATIC1111
/
stable-diffusion-webui
Public
Notifications
You must be signed in to change notification settings
Fork
30.3k
Star
163k
Code
Issues
2.4k
Pull requests
70
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
stable-diffusion-webui
modules
prompt_parser.py
on
master
User selector
All users
All time
Commit History
Commits on Jun 26, 2024
support for SD3: infinite prompt length, token counting
AUTOMATIC1111
committed
d686e73
Copy full SHA for d686e73
Commits on Nov 3, 2023
Merge pull request #13797 from Meerkov/master
Show description for 73c74ba
AUTOMATIC1111
authored
73c74ba
Copy full SHA for 73c74ba
Commits on Oct 29, 2023
Fix #13796
Show description for fbc5c53
Meerkov
committed
fbc5c53
Copy full SHA for fbc5c53
Commits on Aug 29, 2023
Fix some deprecated types
a666
committed
b6c1a1b
Copy full SHA for b6c1a1b
Commits on Aug 24, 2023
Merge pull request #12457 from rubberbaron/shared-hires-prompt-test
Show description for 0027ce1
AUTOMATIC1111
authored
0027ce1
Copy full SHA for 0027ce1
Commits on Aug 19, 2023
more grammar fixes
XDOneDude
committed
61c1261
Copy full SHA for 61c1261
Commits on Aug 9, 2023
allow first pass and hires pass to use a single prompt to do different prompt editing, hires is 1.0..2.0:
Show description for d1ba46b
Robert Barron
committed
d1ba46b
Copy full SHA for d1ba46b
Commits on Aug 4, 2023
Prompt parser: account for empty field in alternating words syntax
catboxanon
authored
b6596cd
Copy full SHA for b6596cd
Commits on Jul 30, 2023
add support for whitespace after the number in constructions like [foo:bar: 0.5 ] and (foo : 0.5 )
Robert Barron
committed
8a40e30
Copy full SHA for 8a40e30
Commits on Jul 25, 2023
Merge pull request #11927 from ljleb/fix-AND
Show description for cad87bf
AUTOMATIC1111
committed
cad87bf
Copy full SHA for cad87bf
Commits on Jul 13, 2023
fix CLIP doing the unneeded normalization
Show description for 594c8e7
AUTOMATIC1111
committed
594c8e7
Copy full SHA for 594c8e7
Commits on Jul 12, 2023
SDXL support
AUTOMATIC1111
committed
da464a3
Copy full SHA for da464a3
Commits on Jul 11, 2023
getting SD2.1 to run on SDXL repo
AUTOMATIC1111
committed
af08121
Copy full SHA for af08121
Commits on Jun 2, 2023
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
akx
committed
5186479
Copy full SHA for 5186479
Commits on May 10, 2023
fixes for B007
AUTOMATIC1111
committed
a5121e7
Copy full SHA for a5121e7
manual fixes for ruff
AUTOMATIC1111
committed
96d6ca4
Copy full SHA for 96d6ca4
autofixes from ruff
AUTOMATIC1111
committed
762265e
Copy full SHA for 762265e
Commits on Jan 15, 2023
add BREAK keyword to end current text chunk and start the next
AUTOMATIC1111
committed
8e2aeee
Copy full SHA for 8e2aeee
Commits on Jan 11, 2023
Remove compat option check for prompt parser
catboxanon
authored
ab388d6
Copy full SHA for ab388d6
Fix prompt parser default step transformer w/ test
catboxanon
authored
7e45fba
Copy full SHA for 7e45fba
Commits on Oct 19, 2022
Fix typo in prompt_parser.py
Show description for bb0e723
eltociear
authored and
AUTOMATIC1111
committed
bb0e723
Copy full SHA for bb0e723
Commits on Oct 8, 2022
alternate prompt
macrosoft
authored and
AUTOMATIC1111
committed
a5550f0
Copy full SHA for a5550f0
fix AND broken for long prompts
AUTOMATIC1111
committed
7001bff
Copy full SHA for 7001bff
Commits on Oct 6, 2022
workaround for a mysterious bug where prompt weights can't be matched
AUTOMATIC1111
committed
2d3ea42
Copy full SHA for 2d3ea42
Commits on Oct 5, 2022
Merge branch 'master' into use-typing-list
dfaker
authored
af02ee1
Copy full SHA for af02ee1
use typing.list in prompt_parser.py for wider python version support
dfaker
authored
34c358d
Copy full SHA for 34c358d
remove type annotations in new code because presumably they don't work in 3.7
AUTOMATIC1111
committed
20f8ec8
Copy full SHA for 20f8ec8
fix various float parsing errors
AUTOMATIC1111
committed
f8e41a9
Copy full SHA for f8e41a9
added support for AND from https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
AUTOMATIC1111
committed
c26732f
Copy full SHA for c26732f
Commits on Oct 4, 2022
prompt_parser: allow spaces in schedules, add test, log/ignore errors
Show description for 90e911f
raefu
authored and
AUTOMATIC1111
committed
90e911f
Copy full SHA for 90e911f
remove functools.cache as some people are having issues with it
AUTOMATIC1111
committed
1eb588c
Copy full SHA for 1eb588c
Allow nested structures inside schedules
guaneec
authored and
AUTOMATIC1111
committed
2f1b61d
Copy full SHA for 2f1b61d
Commits on Sep 29, 2022
fix program breaking on empty prompt
AUTOMATIC1111
committed
4127f4a
Copy full SHA for 4127f4a
new implementation for attention/emphasis
AUTOMATIC1111
committed
c1c27da
Copy full SHA for c1c27da
Commits on Sep 19, 2022
use model's dtype for #707
AUTOMATIC1111
committed
01c93a8
Copy full SHA for 01c93a8
Previous
Next
You can’t perform that action at this time.