aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-17Add ESLint to CIAarni Koskela
2023-05-17Add basic ESLint configuration for formattingAarni Koskela
This doesn't enable any of ESLint's actual possible-issue linting, but just style normalization based on the Prettier configuration (but without line length limits).
2023-05-17Merge pull request #10365 from Sakura-Luna/taesd-aAUTOMATIC1111
Add Tiny AE live preview
2023-05-17Merge branch 'dev' into taesd-aAUTOMATIC1111
2023-05-17return live preview defaults to how they wereAUTOMATIC
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
2023-05-17Merge pull request #10440 from grimatoma/increaseModelPickerWidthAUTOMATIC1111
Remove max width for model dropdown
2023-05-17Merge pull request #10451 from dennissheng/masterAUTOMATIC1111
not clear checkpoints cache when config changes
2023-05-17Merge pull request #10452 from dongweiming/fix-negAUTOMATIC1111
Fix remove `textual inversion` prompt
2023-05-17not clear checkpoints cache when config changesdennissheng
2023-05-17Fix remove `textual inversion` promptWeiming
2023-05-16Remove max width for model dropdowngrimatoma
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
2023-05-16add info link for Negative Guidance minimum sigmaAUTOMATIC
2023-05-16restore nqsp in footer that was lost during lintingAUTOMATIC
2023-05-16add second_order field to sampler configAUTOMATIC
2023-05-16suppress ENSD infotext for samplers that don't use itAUTOMATIC
2023-05-16add visual progress for extension installation from URLAUTOMATIC
2023-05-15update extensions table: show branch, show date in separate column, and show ↵AUTOMATIC
version from tags if available
2023-05-15load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC
save a ton of time during startup
2023-05-15Show "Loading..." for extra networks when displaying for the first timeAUTOMATIC
2023-05-15Minor changesSakura-Luna
2023-05-14Merge pull request #10379 from AUTOMATIC1111/Sakura-Luna-patch-1AUTOMATIC1111
Add GPU device
2023-05-14Merge pull request #10384 from akx/no-shellAUTOMATIC1111
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
Fixes Linux regression in 451d255b5859580c4adf99d67760330d58d76446
2023-05-14Merge pull request #10382 from AUTOMATIC1111/fix_xyz_checkpointAUTOMATIC1111
fix xyz checkpoint
2023-05-15fix xyz checkpointw-e-w
2023-05-14Update bug_report.ymlSakura-Luna
2023-05-14Add GPU deviceSakura-Luna
Add GPU option to troubleshoot.
2023-05-14Merge branch 'master' into devAUTOMATIC
2023-05-14Merge branch 'release_candidate'AUTOMATIC
2023-05-14update readme for releaseAUTOMATIC
2023-05-14add a possible fix for 'LatentDiffusion' object has no attribute ↵AUTOMATIC
'lora_layer_mapping'
2023-05-14fix model loading twice in some situationsAUTOMATIC
2023-05-14Merge pull request #10218 from micky2be/find_vaeAUTOMATIC1111
Files in vae folder with same name as a checkpoint can be found too
2023-05-14Merge branch 'dev' into find_vaeAUTOMATIC1111
2023-05-14Merge pull request #10367 from AUTOMATIC1111/jpeg-extra-network-previewAUTOMATIC1111
allow jpeg for extra network preview
2023-05-14remove auto live previews format option, fix slow PNG generationAUTOMATIC
2023-05-14add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC
2023-05-14allow jpeg for extra network previeww-e-w
2023-05-14set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC
than js add a bit of spacing/styling to settings elements add link info for token merging
2023-05-14Add live preview mode checkSakura-Luna
2023-05-14Add Tiny AE live previewSakura-Luna
2023-05-14updates for #9256AUTOMATIC
2023-05-14Merge pull request #9256 from papuSpartan/tomesdAUTOMATIC1111
Integrate optional speed and memory improvements by token merging (via dbolya/tomesd)
2023-05-14remove output_altered flag from AfterCFGCallbackParamsAUTOMATIC
2023-05-14Merge pull request #10357 from catboxanon/sagAUTOMATIC1111
Add/modify CFG callbacks for Self-Attention Guidance extension
2023-05-14Merge pull request #10292 from akx/smol-bumpAUTOMATIC1111
Bump some versions to avoid downgrading them
2023-05-14Update script_callbacks.pySakura-Luna
2023-05-14Add/modify CFG callbackscatboxanon
Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG