aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)AuthorLines
2023-05-19Overhaul tests to use py.testAarni Koskela-2/+2
2023-05-19change upscalers to download models into user-specified directory (from ↵AUTOMATIC-4/+8
commandline args) rather than the default models/<...>
2023-05-19make links to http://<...>.git git extensions work in the extension tabAUTOMATIC-1/+3
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' ↵AUTOMATIC-2/+3
into dev
2023-05-18rework #10519AUTOMATIC-7/+5
2023-05-18Merge pull request #10519 from catboxanon/patch/hires-input-release-eventAUTOMATIC1111-3/+8
Improve width/height slider responsiveness
2023-05-18Reorder variable assignmentcatboxanon-1/+2
2023-05-18rework hires prompts/sampler code to among other things support different ↵AUTOMATIC-133/+188
extra networks in first/second pass rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously) add some locals from processing function into the Processing class as fields
2023-05-18.change -> .release for hires inputcatboxanon-4/+8
Improves overall UI responsiveness.
2023-05-18Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵AUTOMATIC-8/+97
hires-fix-ext
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
fix Reload UI not working
2023-05-17alternative solution to fix styles load when edited by human #9765 as ↵AUTOMATIC-1/+1
suggested by akx
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
in hidden directories
2023-05-17use a single function for saving images with metadata both in extra networks ↵AUTOMATIC-46/+43
and main mode for #10395
2023-05-17Merge pull request #10395 from wk5ovc/patch-4AUTOMATIC1111-3/+13
Fix extra networks save preview image geninfo
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-11/+45
Graceful server stopping
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-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-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-0/+1
2023-05-17Replace state.need_restart with state.server_command + replace poll loop ↵Aarni Koskela-11/+44
with signal
2023-05-17Merge branch 'dev' into taesd-aAUTOMATIC1111-851/+1116
2023-05-17return live preview defaults to how they wereAUTOMATIC-18/+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-17Merge pull request #10451 from dennissheng/masterAUTOMATIC1111-1/+0
not clear checkpoints cache when config changes
2023-05-17not clear checkpoints cache when config changesdennissheng-1/+0
2023-05-16Use ngrok-py librarybobzilladev-25/+17
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