aboutsummaryrefslogtreecommitdiff
path: root/scripts/xy_grid.py
AgeCommit message (Expand)Author
2023-01-22make current_axis_options class variableVladimir Repin
2023-01-21fix auto fill and repair separate axisoptionsVladimir Repin
2023-01-21extra networks UIAUTOMATIC
2023-01-16make StableDiffusionProcessing class not hold a reference to shared.sd_model ...AUTOMATIC
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
2023-01-16Merge pull request #6802 from space-nuko/xy-grid-swap-axes-buttonAUTOMATIC1111
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 ele...AUTOMATIC
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing i...AUTOMATIC
2023-01-05Refactor elem_prefix as function elem_idme
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those prefixe...me
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
2022-12-03Merge pull request #4368 from byzod/masterAUTOMATIC1111
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 sa...AUTOMATIC
2022-11-06fix scripts ignores file format settings for gridsbyzod
2022-11-04do not mess with components' visibility for scripts; instead create group com...AUTOMATIC
2022-10-25Switch to a continous blend for cond. image.random_thoughtss
2022-10-25Added conditioning image masking to xy_grid.random_thoughtss
2022-10-20XY grid correctly re-assignes model when config changesrandom_thoughtss
2022-10-17Safeguard setting restore logic against exceptionsGreg Fuller
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 filenam...AUTOMATIC
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