aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2023-05-17Merge pull request #10400 from AUTOMATIC1111/Sakura-Luna-patch-1AUTOMATIC1111-0/+9
Add Python version
2023-05-17isn't there something you forgot, #10483?AUTOMATIC-1/+1
2023-05-17Merge pull request #10483 from Iheuzio/syntax-searchAUTOMATIC1111-2/+2
Fix typo in syntax
2023-05-17move some settings to the new Optimization pageAUTOMATIC-46/+56
add slider for token merging for img2img rework StableDiffusionProcessing to have the token_merging_ratio field fix a bug with applying png optimizations for live previews when they shouldn't be applied
2023-05-17Fix typo in syntaxIheuzio-2/+2
2023-05-17Merge pull request #10458 from akx/graceful-stopAUTOMATIC1111-27/+79
Graceful server stopping
2023-05-17when adding tooltips, do not scan whole document and instead only scan added ↵AUTOMATIC-23/+40
elements
2023-05-17Merge pull request #10414 from AUTOMATIC1111/xyz-token-mergingAUTOMATIC1111-0/+7
xyz token merging
2023-05-17use a local variable instead of dictionary entry for sd_merge_models in ↵AUTOMATIC-4/+7
merge model metadata code
2023-05-17Merge pull request #10473 from dongweiming/fix-10460AUTOMATIC1111-1/+2
Fix #10460
2023-05-17Fixed: #10460Weiming-1/+2
2023-05-17fix inability to run with --freeze-settingsAUTOMATIC-21/+17
2023-05-17Merge pull request #10461 from akx/processed-s-min-uncondAUTOMATIC1111-0/+1
Copy s_min_uncond to Processed
2023-05-17simplify single_sample_to_imageAUTOMATIC-6/+3
2023-05-17Merge pull request #10467 from Sakura-Luna/taesd-aAUTOMATIC1111-5/+6
Tiny AE fix
2023-05-17TAESD fixSakura-Luna-5/+6
2023-05-17Copy s_min_uncond to ProcessedAarni Koskela-0/+1
Should fix #10416
2023-05-17Add option for /_stop route (for graceful shutdown)Aarni Koskela-2/+12
2023-05-17Replace state.need_restart with state.server_command + replace poll loop ↵Aarni Koskela-26/+68
with signal
2023-05-17Merge pull request #10365 from Sakura-Luna/taesd-aAUTOMATIC1111-3/+124
Add Tiny AE live preview
2023-05-17Merge branch 'dev' into taesd-aAUTOMATIC1111-1220/+1618
2023-05-17return live preview defaults to how they wereAUTOMATIC-29/+31
only download TAESD model when it's needed return calculations in single_sample_to_image to just if/elif/elif blocks keep taesd model in its own directory
2023-05-17add creditsAUTOMATIC-0/+27
2023-05-17Merge pull request #10440 from grimatoma/increaseModelPickerWidthAUTOMATIC1111-2/+0
Remove max width for model dropdown
2023-05-17Merge pull request #10451 from dennissheng/masterAUTOMATIC1111-1/+0
not clear checkpoints cache when config changes
2023-05-17Merge pull request #10452 from dongweiming/fix-negAUTOMATIC1111-11/+20
Fix remove `textual inversion` prompt
2023-05-17not clear checkpoints cache when config changesdennissheng-1/+0
2023-05-17Fix remove `textual inversion` promptWeiming-11/+20
2023-05-16Remove max width for model dropdowngrimatoma-2/+0
Removing the max width for the model dropdown allows the user to see the full name of a model especially when it is long. Model names are getting more complex and longer and the current width almost always cuts off model names. If a user leverages folders than it pretty much always cuts off the name...
2023-05-17Minor changeSakura-Luna-1/+1
2023-05-16add info link for Negative Guidance minimum sigmaAUTOMATIC-1/+1
2023-05-16restore nqsp in footer that was lost during lintingAUTOMATIC-5/+5
2023-05-16add second_order field to sampler configAUTOMATIC-13/+9
2023-05-16suppress ENSD infotext for samplers that don't use itAUTOMATIC-16/+48
2023-05-16add visual progress for extension installation from URLAUTOMATIC-3/+2
2023-05-15update extensions table: show branch, show date in separate column, and show ↵AUTOMATIC-5/+8
version from tags if available
2023-05-15load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC-3/+26
save a ton of time during startup
2023-05-15Show "Loading..." for extra networks when displaying for the first timeAUTOMATIC-4/+15
2023-05-16xyz token mergingw-e-w-0/+7
2023-05-15Add Python versionSakura-Luna-0/+9
Many users still use unverified versions of Python and file version-specific issues, often without mentioning version information, making troubleshooting difficult.
2023-05-15Minor changesSakura-Luna-2/+2
2023-05-14Merge pull request #10379 from AUTOMATIC1111/Sakura-Luna-patch-1AUTOMATIC1111-0/+12
Add GPU device
2023-05-14Merge pull request #10384 from akx/no-shellAUTOMATIC1111-3/+3
launch.py: Don't involve shell for running Python or getting Git output
2023-05-14launch.py: Don't involve shell for running Python or Git for outputAarni Koskela-3/+3
Fixes Linux regression in 451d255b5859580c4adf99d67760330d58d76446
2023-05-14Merge pull request #10382 from AUTOMATIC1111/fix_xyz_checkpointAUTOMATIC1111-1/+1
fix xyz checkpoint
2023-05-15fix xyz checkpointw-e-w-1/+1
2023-05-14Update bug_report.ymlSakura-Luna-11/+11
2023-05-14Add GPU deviceSakura-Luna-0/+12
Add GPU option to troubleshoot.
2023-05-14Merge branch 'master' into devAUTOMATIC-1/+7
2023-05-14Merge branch 'release_candidate'AUTOMATIC-61/+94