aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)AuthorLines
2023-04-04Improved message clarityNathanael Santoso-1/+1
2023-04-04Added guard clause to prevent multiple tunnel creationsNathanael Santoso-0/+8
2023-04-03Improve frontend responsiveness for some buttonsspace-nuko-4/+6
2023-04-03allow styles.csv to be symlinked or mounted in docker without moving the ↵gmasil-7/+5
file around
2023-04-02Namespace metadata fieldsspace-nuko-6/+6
2023-04-03Update postprocessing.pyPluventi-1/+1
Solution for anyone getting an error when batching on extras, even with a clean install of "stable diffusion webui"
2023-04-02Calculate shorthash on merge if not existspace-nuko-0/+1
2023-04-02Add field for model merge typespace-nuko-0/+1
Incase this is supported by other merge extensions
2023-04-02Embed model merge metadata in .safetensors filespace-nuko-4/+55
2023-04-01remove excess conditionpapuSpartan-14/+15
2023-04-01Transition to using settings through UI instead of cmd line args. Added ↵papuSpartan-7/+79
feature to only apply to hr-fix. Install package using requirements_versions.txt
2023-04-01use pypi package for tomesd intead of manually cloning repopapuSpartan-1/+0
2023-04-01delay importpapuSpartan-1/+1
2023-04-01forgot to add reinstall arg back earlier since args moved out of sharedpapuSpartan-0/+1
2023-04-01firstpapuSpartan-0/+12
2023-03-31Fix #9185Z_nonymous-2/+5
2023-03-30keep randomId simplersiutin-2/+2
2023-03-30tool buttonsiutin-8/+9
2023-03-30use condition to wait for resultsiutin-3/+5
2023-03-30add a button to restore the current progresssiutin-4/+44
2023-03-30store the last generated resultsiutin-0/+11
2023-03-30add an internal API for obtaining current task idsiutin-0/+8
2023-03-30fix live preview & alternate uncond guidance for better qualitydevdn-6/+8
2023-03-29Add webui linkspace-nuko-7/+7
2023-03-29Add links for commits in table, if remote is from GitHubspace-nuko-5/+25
2023-03-29Make into divsspace-nuko-2/+2
2023-03-29Add filename to UI and config name to filenamespace-nuko-1/+3
2023-03-29Various UI fixes in config state tabspace-nuko-19/+226
2023-03-29Better checking of extension state from Git infospace-nuko-1/+13
2023-03-29Save/restore working webui/extension configsspace-nuko-9/+204
2023-03-29Make selected tab configurable with UI configspace-nuko-16/+34
2023-03-29attempted fix for infinite loading for settings that some people experienceAUTOMATIC-0/+1
2023-03-28Changed behavior that puts the args from alwayson_script request in the ↵Vespinian-1/+3
script_args, so don't accidently resize the arg list if we get less arg then or default list has
2023-03-28increase range of negative guidance minimum sigma optiondevdn-1/+1
2023-03-28performance increasedevdn-6/+21
2023-03-28add "resize by" and "resize to" tabs to img2imgAUTOMATIC-4/+52
2023-03-28do not add mask blur to infotext if there is no maskAUTOMATIC-1/+2
2023-03-28Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC-107/+10
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
2023-03-28Merge pull request #7931 from space-nuko/img2img-enhanceAUTOMATIC1111-10/+107
Add `Upscale by` and `Upscaler` options to img2img
2023-03-28sort hypernetworks and checkpoints by nameAUTOMATIC-2/+2
2023-03-28Merge pull request #9052 from space-nuko/temp-disable-extensionsAUTOMATIC1111-7/+30
Temporary disable extensions option
2023-03-28Merge pull request #8958 from MrCheeze/variations-modelAUTOMATIC1111-29/+87
Add support for the unclip (Variations) models, unclip-h and unclip-l
2023-03-28Merge branch 'master' into img2img-enhancespace-nuko-24/+80
2023-03-27Merge branch 'master' into remove-watermark-optionspace-nuko-222/+516
2023-03-27Make disable configurable between builtin/extra extensionsspace-nuko-9/+27
2023-03-27Add temporary "disable all extensions" option for debugging usespace-nuko-1/+6
2023-03-27serve css as independent filesAUTOMATIC-33/+41
2023-03-27remove an extra unneeded row in outputsAUTOMATIC-2/+1
2023-03-27do not read extensions' git stuff at startupAUTOMATIC-10/+24
2023-03-27Merge pull request #8669 from Vespinian/fix-api-running-unwanted_scriptsAUTOMATIC1111-6/+25
Fix for API running unwanted alwayson scripts