aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)AuthorLines
2023-04-16Add second order samplers compat optioncatboxanon-0/+1
2023-04-16Fix sampler schedules with step multipliercatboxanon-2/+6
2023-04-16Add self argument that is mandatory to [clip_skip] filename pattern.File_xor-1/+1
2023-04-16Add filename pattern for CLIP_stop_at_last_layers.File_xor-0/+1
2023-04-15Add new FilenameGenerator [hasprompt<prompt1|default><prompt2>..]tqwuliao-0/+17
2023-04-14Only handle image mask if any option enabledcatboxanon-1/+1
2023-04-14Fix image mask composite for weird resolutionscatboxanon-1/+1
2023-04-13sort self.word_embeddings without instantiating it a new dictBrad Smith-3/+6
2023-04-10fix: support for default branchyike5460-5/+12
2023-04-09fix(extras): fix batch image processing on 'Extras\Batch Process' tabIlya Khadykin-3/+5
This change fixes an issue where an incorrect type was passed to the PIL.Image.open() function that caused the whole process to fail. Scope of this change is limited to only batch image processing, and it shouldn't affect other functionality.
2023-04-09feat: add branch support for extension installationyike5460-3/+4
2023-04-08sort embeddings by name (case insensitive)Brad Smith-2/+5
2023-04-07Add [batch_number] and [generation_number] filename patternsgk-1/+9
2023-04-07Do not save init image by defaultforsurefr-1/+1
2023-04-06Add support for saving init images in img2imgFor Sure-0/+11
2023-04-05Pythonic way to achieve itAndre Ubuntu-17/+1
2023-04-05fix preprocess orientationAndre Ubuntu-1/+19
2023-04-04fix `--realesrgan-models-path` not workinghitomi-2/+12
2023-04-04fixed an issue with using ngrok for other connections and also ngrok not ↵Nathanael Santoso-8/+12
using auth_token
2023-04-04Improved message clarityNathanael Santoso-1/+1
2023-04-04Added guard clause to prevent multiple tunnel creationsNathanael Santoso-0/+8
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-03-31Fix #9185Z_nonymous-2/+5
2023-03-30fix live preview & alternate uncond guidance for better qualitydevdn-6/+8
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-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
2023-03-27Merge pull request #8944 from SirFrags/extra_save_geninfoAUTOMATIC1111-1/+9
Transfer generation parameters to previews
2023-03-27update button pressed down style for #8569AUTOMATIC-1/+1
2023-03-27Merge pull request #8569 from missionfloyd/extra-networks-toggleAUTOMATIC1111-2/+2
Make extra networks button togglable