aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2022-09-18Merge pull request #625 from bdrupieski/fix-batch-processing-color-correctionAUTOMATIC1111
fix batch color correction
2022-09-17only set loopback color corrections if corrections enabledBrian Drupieski
2022-09-17remove whitespaceBrian Drupieski
2022-09-17set loopback color corrections on each iterationBrian Drupieski
2022-09-17Move comments to scripts.pyJashoBell
2022-09-17Merge branch 'master' of ↵JashoBell
https://github.com/AUTOMATIC1111/stable-diffusion-webui into Base
2022-09-17fix batch color correctionBrian Drupieski
2022-09-17* Fix process_images where the number of images is not a multiple of ↵Tony Beeman
(batch_size * n_iter), which would cause us to throw an exception. * Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device) * Fix the fact that Prompts from file was sometimes passing an empty batch.
2022-09-17process all values for x/y plot right away to error out if any are bad ↵AUTOMATIC
before any processing begins
2022-09-17X/Y plot support for switching checkpoints.AUTOMATIC
2022-09-16Basic explanation for custom_code.py templateJashoBell
2022-09-16new outpainting scriptAUTOMATIC
2022-09-16added original negative prompt to img2img altAUTOMATIC
2022-09-16Reduce code duplicationElias Sundqvist
2022-09-16Add randomness and denoising strength support to alternative img2imgElias Sundqvist
2022-09-16fix loopback color correction to store color_correction info for initial ↵AUTOMATIC
image and use that instead of extracting from previous image in a loop #481 #541
2022-09-15[Bug] Alternative img2img error #508AUTOMATIC
2022-09-15match one based numbering or other batchesRickey Bowers Jr
2022-09-14fix caching for img2imgaltAUTOMATIC
2022-09-14add draw legend toggleDepFA
2022-09-14Add square bracket range+count syntaxDepFA
2022-09-14loopback moved to scripts, added support for multiple batches, changed to ↵AUTOMATIC
honor save grids and how grids in web setting
2022-09-14 Overall progress incorrect with X/Y plot and batch count > 1 #441AUTOMATIC
2022-09-14 [FEATURE REQUEST] Script settings should also be written to the text files #437AUTOMATIC
2022-09-14prevent extras from saving in dirJustAnOkapi
Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup
2022-09-13 Prompts from file not working #379AUTOMATIC
2022-09-12Prompts from file. How to? #248AUTOMATIC
2022-09-12 [BUG] Not Working As Intended - create a directory with name derived from ↵AUTOMATIC
the prompt #306
2022-09-12initial work on img2imgaltAUTOMATIC
2022-09-11add half() supporrt for CLIP interrogationAUTOMATIC
2022-09-10add script for batch file processingAUTOMATIC
2022-09-10 Images in Prompt Matrix grid using different seeds. #208AUTOMATIC
2022-09-09add missing reqs from PRAUTOMATIC
add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR
2022-09-09Fix prompt matrix scriptLukas Meller
2022-09-09support for prompt stylesAUTOMATIC
fix broken prompt matrix
2022-09-09i will also fix floating point significant digitsAUTOMATIC
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC
2022-09-09make X/Y plot's S/R apply to negative prompt as well.AUTOMATIC
2022-09-07MAde poor man's outpainting do less extra useless work.AUTOMATIC
2022-09-07big improvements to inpainting and outpaintingAUTOMATIC
2022-09-07remove double basicr requirementAUTOMATIC
add seed change for anon
2022-09-07some changes for outpainting to produce less seamsAUTOMATIC
2022-09-06added direction option for outpaintingAUTOMATIC
2022-09-06fixes for incorrect progressbarAUTOMATIC
2022-09-06readme extras for VRAM forAUTOMATIC
added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes
2022-09-06added progressbarAUTOMATIC
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-04moved images toAUTOMATIC
2022-09-04save grids created by scriptsAUTOMATIC
2022-09-04added poor man's inpainting scriptAUTOMATIC
2022-09-03fix for sampler not working in X/Y plot scriptAUTOMATIC