aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xy_grid.py
AgeCommit message (Expand)AuthorLines
2023-01-24renamed xy to xyz gridEllangoK-498/+0
2023-01-23Merge pull request #7081 from EllangoK/xy-hiresAUTOMATIC1111-3/+15
2023-01-23Merge pull request #7031 from EllangoK/masterAUTOMATIC1111-1/+1
2023-01-22adds hires steps to x/y plot and fixes total_steps calculationEllangoK-3/+15
2023-01-21aligns the axis buttons in x/y plotEllangoK-1/+1
2023-01-22make current_axis_options class variableVladimir Repin-9/+8
2023-01-21fix auto fill and repair separate axisoptionsVladimir Repin-7/+12
2023-01-21extra networks UIAUTOMATIC-29/+0
2023-01-16make StableDiffusionProcessing class not hold a reference to shared.sd_model ...AUTOMATIC-1/+0
2023-01-16add a button for XY Plot to fill in available values for axes that support thisAUTOMATIC-35/+66
2023-01-16Merge pull request #6803 from space-nuko/xy-grid-performance-improvementAUTOMATIC1111-53/+70
2023-01-16Merge pull request #6802 from space-nuko/xy-grid-swap-axes-buttonAUTOMATIC1111-6/+20
2023-01-16fix problems related to checkpoint/VAE switching in XY plotAUTOMATIC-4/+2
2023-01-15Add swap axes button for XY Gridspace-nuko-6/+20
2023-01-15Optimize XY grid to run slower axes fewer timesspace-nuko-53/+70
2023-01-15Make XY grid cancellation much fasterspace-nuko-0/+3
2023-01-14fix bug with "Ignore selected VAE for..." option completely disabling VAE ele...AUTOMATIC-14/+13
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing i...AUTOMATIC-5/+0
2023-01-05Refactor elem_prefix as function elem_idme-8/+12
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those prefixe...me-1/+1
2023-01-04Add element ids for script components and a few more in ui.pyme-7/+8
2023-01-04add XY plot parameters to grid image and do not add them to individual imagesAUTOMATIC-14/+24
2023-01-04Merge branch 'master' into xygrid_infotext_improvementsAUTOMATIC1111-68/+233
2023-01-02Hires fix reworkAUTOMATIC-3/+1
2022-12-18feat: Add upscale latent, VAE, styles to X/Y plotMMaker-1/+43
2022-12-03Merge pull request #4368 from byzod/masterAUTOMATIC1111-1/+1
2022-11-27calculate dictionary for sampler names only onceAUTOMATIC-12/+2
2022-11-27fix for broken sampler selection in img2img and xy plot #4860 #4909AUTOMATIC-7/+7
2022-11-19change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC-6/+6
2022-11-06fix scripts ignores file format settings for gridsbyzod-1/+1
2022-11-04do not mess with components' visibility for scripts; instead create group com...AUTOMATIC-4/+4
2022-10-25Switch to a continous blend for cond. image.random_thoughtss-4/+1
2022-10-25Added conditioning image masking to xy_grid.random_thoughtss-0/+3
2022-10-20XY grid correctly re-assignes model when config changesrandom_thoughtss-0/+1
2022-10-17Safeguard setting restore logic against exceptionsGreg Fuller-22/+26
2022-10-14Fix XY-plot steps if highres fix is enabledspace-nuko-1/+4
2022-10-14remove the other DenoisingAUTOMATIC-1/+0
2022-10-14[xy_grid.py] add option denoising_strengthNaeaeaeaeae-0/+1
2022-10-14regression in xy_grid Var. seed fixingRnDMonkey-1/+1
2022-10-13add hypernetwork multipliersAUTOMATIC-1/+8
2022-10-13Fix metadata contentsGreg Fuller-18/+34
2022-10-13draw_xy_grid provides the option to also return lone imagesGreg Fuller-5/+12
2022-10-12xy_grid: Refactor confirm functionsMilly-34/+39
2022-10-12xy_grid: Confirm that hypernetwork options are valid before startingMilly-0/+12
2022-10-12xy_grid: Find hypernetwork by closest nameMilly-1/+5
2022-10-11change default for XY plot's Y to Nothing.AUTOMATIC-1/+1
2022-10-11rename hypernetwork dir to hypernetworks to prevent clash with an old filenam...AUTOMATIC-1/+1
2022-10-11Merge remote-tracking branch 'origin/master'AUTOMATIC-0/+3
2022-10-11fixes related to mergeAUTOMATIC-1/+2
2022-10-11add incorrect start word guard to xy_grid (#2259)DepFA-7/+2