aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Expand)AuthorLines
2023-05-20Merge branch 'ui-selection-for-cross-attention-optimization' into devAUTOMATIC-51/+207
2023-05-20Merge pull request #10557 from akx/dedupe-webui-bootAUTOMATIC1111-13/+25
2023-05-20preserve declarationsanonCantCode-2/+2
2023-05-20Use Optional[] to preserve Python 3.9 compatabilityanonCantCode-3/+4
2023-05-19calculate hashes for LoraAUTOMATIC-6/+32
2023-05-19allow hiding buttons in ui-config.jsonAUTOMATIC-1/+3
2023-05-19Merge pull request #10291 from akx/test-overhaulAUTOMATIC1111-2/+2
2023-05-19change width/heights slider steps to 64 from 8AUTOMATIC-8/+8
2023-05-19Overhaul tests to use py.testAarni Koskela-2/+2
2023-05-19Deduplicate webui.py initial-load/reload codeAarni Koskela-1/+0
2023-05-19Make load_scripts create new runners (removes reload_scripts)Aarni Koskela-11/+10
2023-05-19Deduplicate default extra network registrationAarni Koskela-0/+14
2023-05-19Fix typo "intialize"Aarni Koskela-1/+1
2023-05-19make it actually work after suggestionsAUTOMATIC-1/+1
2023-05-19Apply suggestions from code reviewAUTOMATIC1111-38/+28
2023-05-19change upscalers to download models into user-specified directory (from comma...AUTOMATIC-4/+8
2023-05-19make links to http://<...>.git git extensions work in the extension tabAUTOMATIC-1/+3
2023-05-19fix linter issuesAUTOMATIC-2/+1
2023-05-18set Navigate image viewer with gamepad option to false by default, by requestAUTOMATIC-1/+1
2023-05-18Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' in...AUTOMATIC-2/+3
2023-05-18rework #10519AUTOMATIC-7/+5
2023-05-18make it possible for scripts to add cross attention optimizationsAUTOMATIC-51/+218
2023-05-18Merge pull request #10519 from catboxanon/patch/hires-input-release-eventAUTOMATIC1111-3/+8
2023-05-18Reorder variable assignmentcatboxanon-1/+2
2023-05-18rework hires prompts/sampler code to among other things support different ext...AUTOMATIC-133/+188
2023-05-18.change -> .release for hires inputcatboxanon-4/+8
2023-05-18Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ...AUTOMATIC-8/+97
2023-05-18add messages about Loras that failed to load to UIAUTOMATIC-1/+1
2023-05-18if sd_model is None, do not always try to load itAUTOMATIC-1/+6
2023-05-18add --gradio-allowed-path commandline optionAUTOMATIC-0/+1
2023-05-18python linter fixesAUTOMATIC-2/+1
2023-05-18keep old option for ngrokAUTOMATIC-0/+1
2023-05-18Merge branch 'dev' into ngrok-pyAUTOMATIC1111-895/+1399
2023-05-18rework #8863 to work with all img2img tabsAUTOMATIC-2/+8
2023-05-17Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into devAUTOMATIC-0/+4
2023-05-17option to specify editor height for img2imgAUTOMATIC-4/+5
2023-05-17remove some code duplication from #9348AUTOMATIC-5/+4
2023-05-17Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC1111-1117/+2579
2023-05-17add option to reorder tabsAUTOMATIC-2/+6
2023-05-17alternative solution to fix styles load when edited by human #9765 as suggest...AUTOMATIC-1/+1
2023-05-17add /sdapi/v1/script-info apiAUTOMATIC-5/+58
2023-05-17add options to show/hide hidden files and dirs, and to not list models/files ...AUTOMATIC-2/+21
2023-05-17use a single function for saving images with metadata both in extra networks ...AUTOMATIC-46/+43
2023-05-17Merge pull request #10395 from wk5ovc/patch-4AUTOMATIC1111-3/+13
2023-05-17Merge pull request #10483 from Iheuzio/syntax-searchAUTOMATIC1111-2/+2
2023-05-17move some settings to the new Optimization pageAUTOMATIC-46/+56
2023-05-17Fix typo in syntaxIheuzio-2/+2
2023-05-17Merge pull request #10458 from akx/graceful-stopAUTOMATIC1111-11/+45
2023-05-17use a local variable instead of dictionary entry for sd_merge_models in merge...AUTOMATIC-4/+7
2023-05-17Merge pull request #10473 from dongweiming/fix-10460AUTOMATIC1111-1/+2