aboutsummaryrefslogtreecommitdiff
path: root/scripts/xy_grid.py
AgeCommit message (Collapse)Author
2023-01-21extra networks UIAUTOMATIC
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-16make StableDiffusionProcessing class not hold a reference to shared.sd_model ↵AUTOMATIC
object
2023-01-16add a button for XY Plot to fill in available values for axes that support thisAUTOMATIC
2023-01-16Merge pull request #6803 from space-nuko/xy-grid-performance-improvementAUTOMATIC1111
Optimize XY grid to run slower axes fewer times
2023-01-16Merge pull request #6802 from space-nuko/xy-grid-swap-axes-buttonAUTOMATIC1111
Add swap axes button for XY Grid
2023-01-16fix problems related to checkpoint/VAE switching in XY plotAUTOMATIC
2023-01-15Add swap axes button for XY Gridspace-nuko
2023-01-15Optimize XY grid to run slower axes fewer timesspace-nuko
2023-01-15Make XY grid cancellation much fasterspace-nuko
2023-01-14fix bug with "Ignore selected VAE for..." option completely disabling VAE ↵AUTOMATIC
election rework VAE resolving code to be more simple
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC
in ids for scripts that only exist on one tab
2023-01-05Refactor elem_prefix as function elem_idme
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me
prefixes from img exclusive scripts
2023-01-04Add element ids for script components and a few more in ui.pyme
2023-01-04add XY plot parameters to grid image and do not add them to individual imagesAUTOMATIC
2023-01-04Merge branch 'master' into xygrid_infotext_improvementsAUTOMATIC1111
2023-01-02Hires fix reworkAUTOMATIC
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-03Merge pull request #4368 from byzod/masterAUTOMATIC1111
fix #3451 scripts ignores file format settings for grids
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-06fix scripts ignores 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-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-20XY grid correctly re-assignes model when config changesrandom_thoughtss
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-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-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-11change default for XY plot's Y to Nothing.AUTOMATIC
2022-10-11rename hypernetwork dir to hypernetworks to prevent clash with an old ↵AUTOMATIC
filename that people who use zip instead of git clone will have
2022-10-11Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-10-11fixes related to mergeAUTOMATIC
2022-10-11add incorrect start word guard to xy_grid (#2259)DepFA
2022-10-11revert sr warningDepFA
2022-10-11Error if prompt missing SR token to prevent mis-gens (#2209)aperullo
2022-10-10remove batch size restriction from X/Y plotAUTOMATIC
2022-10-09Clip skip variable name change breaks x/y plot script. This fixes thatFampai
2022-10-09added clip skip to XY plotAUTOMATIC
2022-10-09fix broken samplers in XY plotAUTOMATIC
2022-10-09fix btoken hypernetworks in XY plotAUTOMATIC