aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2022-12-24Merge pull request #5699 from DavidVorick/prompts-from-fileAUTOMATIC1111
Improve prompts-from-file script to support negative prompts and sampler-by-name
2022-12-24Merge pull request #5753 from calvinballing/masterAUTOMATIC1111
Fix various typos
2022-12-18feat: Add upscale latent, VAE, styles to X/Y plotMMaker
Adds upscale latent space for hires., VAE, and Styles as new axis options to the X/Y plot.
2022-12-14Fix various typosJim Hays
2022-12-13add support for prompts, negative prompts, and sampler-by-name in text file ↵David Vorick
script
2022-12-10Merge pull request #5179 from kaneda2004/masterAUTOMATIC1111
Update SD Upscaler to include user selectable Scale Factor
2022-12-10repair #5438AUTOMATIC
2022-12-05allow randomized seeds in prompt_matrixDavid Vorick
2022-12-03Merge pull request #4368 from byzod/masterAUTOMATIC1111
fix #3451 scripts ignores file format settings for grids
2022-11-28Update SD Upscaler to include user selectable Scale Factorkaneda2004
2022-11-28Update SD Upscaler to include user selectable Scale Factorkaneda2004
2022-11-28Update SD Upscaler to include user selectable Scale Factorkaneda2004
2022-11-27calculate dictionary for sampler names only onceAUTOMATIC
2022-11-27fix for broken sampler selection in img2img and xy plot #4860 #4909AUTOMATIC
2022-11-19change StableDiffusionProcessing to internally use sampler name instead of ↵AUTOMATIC
sampler index
2022-11-09updating the displayed generation info when user clicks images in the ↵Liam
gallery. feature request 4415
2022-11-06fix scripts ignores file format settings for gridsbyzod
2022-11-06ignores file format settings for gridsbyzod
2022-11-04do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC
components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better
2022-11-02do not unnecessarily run VAE one more time when saving intermediate image ↵AUTOMATIC
with hires fix
2022-11-02rename the seed option from #4146AUTOMATIC
2022-11-01prompts_from_file: allow random seeds to be preserved for the list of promptsKeith Dreibelbis
2022-10-27Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss
2022-10-26Add Iterate Button and Improve PFF UITony Beeman
2022-10-25Switch to a continous blend for cond. image.random_thoughtss
2022-10-25Added conditioning image masking to xy_grid.random_thoughtss
Use `True` and `False` to select values.
2022-10-22Fixed img2imgalt after inpainting updaterandom_thoughtss
2022-10-21batch_size does not affect job countAUTOMATIC
2022-10-21Merge remote-tracking branch 'mk2/outpainting-mk2-batch-out'AUTOMATIC
2022-10-21Fixed job count & single-output gridwywywywy
2022-10-20XY grid correctly re-assignes model when config changesrandom_thoughtss
2022-10-20Fixed outpainting_mk2 output croppingwywywywy
2022-10-20Implemented batch_size logic in outpainting_mk2wywywywy
2022-10-20Implemented batch count logic to Outpainting mk2wywywywy
2022-10-17Safeguard setting restore logic against exceptionsGreg Fuller
also useful for keeping settings cache and restore logic together, and nice for code reuse (other third party scripts can import this class)
2022-10-15update for commandline args for btch prompts to parse string properlyAUTOMATIC
2022-10-15Merge branch 'master' into masterAUTOMATIC1111
2022-10-14Fix XY-plot steps if highres fix is enabledspace-nuko
2022-10-14remove the other DenoisingAUTOMATIC
2022-10-14[xy_grid.py] add option denoising_strengthNaeaeaeaeae
2022-10-14regression in xy_grid Var. seed fixingRnDMonkey
2022-10-13add hypernetwork multipliersAUTOMATIC
2022-10-13[img2imgalt] Make sampler's override be optionalaoirusann
2022-10-13[img2imgalt] Add `override` in UI for convenience.aoirusann
Some params in img2imgalt are fixed, such as `Sampling method` and `Denosing Strength`. And some params should be matched with those in decode, such as `steps`.
2022-10-13Fix metadata contentsGreg Fuller
2022-10-13draw_xy_grid provides the option to also return lone imagesGreg Fuller
2022-10-12xy_grid: Refactor confirm functionsMilly
2022-10-12xy_grid: Confirm that hypernetwork options are valid before startingMilly
2022-10-12xy_grid: Find hypernetwork by closest nameMilly
2022-10-12[img2imgalt] Fix seed & Allow batch.aoirusann