Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed xy to xyz grid | EllangoK | 2023-01-24 | 1 | -498/+0 |
| | | | | this is mostly just so git can detect it properly | ||||
* | Merge pull request #7081 from EllangoK/xy-hires | AUTOMATIC1111 | 2023-01-23 | 1 | -3/+15 |
|\ | | | | | Adds Hires Steps to X/Y Plot, and updates step calculation | ||||
| * | adds hires steps to x/y plot and fixes total_steps calculation | EllangoK | 2023-01-22 | 1 | -3/+15 |
| | | |||||
* | | Merge pull request #7031 from EllangoK/master | AUTOMATIC1111 | 2023-01-23 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes various button overflowing UI and compact checkbox | ||||
| * | | aligns the axis buttons in x/y plot | EllangoK | 2023-01-21 | 1 | -1/+1 |
| |/ | |||||
* / | make current_axis_options class variable | Vladimir Repin | 2023-01-21 | 1 | -9/+8 |
|/ | |||||
* | fix auto fill and repair separate axisoptions | Vladimir Repin | 2023-01-21 | 1 | -7/+12 |
| | |||||
* | extra networks UI | AUTOMATIC | 2023-01-21 | 1 | -29/+0 |
| | | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | ||||
* | make StableDiffusionProcessing class not hold a reference to shared.sd_model ↵ | AUTOMATIC | 2023-01-16 | 1 | -1/+0 |
| | | | | object | ||||
* | add a button for XY Plot to fill in available values for axes that support this | AUTOMATIC | 2023-01-16 | 1 | -35/+66 |
| | |||||
* | Merge pull request #6803 from space-nuko/xy-grid-performance-improvement | AUTOMATIC1111 | 2023-01-16 | 1 | -53/+70 |
|\ | | | | | Optimize XY grid to run slower axes fewer times | ||||
| * | Optimize XY grid to run slower axes fewer times | space-nuko | 2023-01-16 | 1 | -53/+70 |
| | | |||||
* | | Merge pull request #6802 from space-nuko/xy-grid-swap-axes-button | AUTOMATIC1111 | 2023-01-16 | 1 | -6/+20 |
|\ \ | | | | | | | Add swap axes button for XY Grid | ||||
| * | | Add swap axes button for XY Grid | space-nuko | 2023-01-16 | 1 | -6/+20 |
| |/ | |||||
* / | fix problems related to checkpoint/VAE switching in XY plot | AUTOMATIC | 2023-01-16 | 1 | -4/+2 |
|/ | |||||
* | Make XY grid cancellation much faster | space-nuko | 2023-01-16 | 1 | -0/+3 |
| | |||||
* | fix bug with "Ignore selected VAE for..." option completely disabling VAE ↵ | AUTOMATIC | 2023-01-14 | 1 | -14/+13 |
| | | | | | | election rework VAE resolving code to be more simple | ||||
* | rework #6329 to remove duplicate code and add prevent tab names for showing ↵ | AUTOMATIC | 2023-01-05 | 1 | -5/+0 |
| | | | | in ids for scripts that only exist on one tab | ||||
* | Refactor elem_prefix as function elem_id | me | 2023-01-05 | 1 | -8/+12 |
| | |||||
* | Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵ | me | 2023-01-05 | 1 | -1/+1 |
| | | | | prefixes from img exclusive scripts | ||||
* | Add element ids for script components and a few more in ui.py | me | 2023-01-04 | 1 | -7/+8 |
| | |||||
* | add XY plot parameters to grid image and do not add them to individual images | AUTOMATIC | 2023-01-04 | 1 | -14/+24 |
| | |||||
* | Merge branch 'master' into xygrid_infotext_improvements | AUTOMATIC1111 | 2023-01-04 | 1 | -68/+233 |
|\ | |||||
| * | Hires fix rework | AUTOMATIC | 2023-01-02 | 1 | -3/+1 |
| | | |||||
| * | feat: Add upscale latent, VAE, styles to X/Y plot | MMaker | 2022-12-18 | 1 | -1/+43 |
| | | | | | | Adds upscale latent space for hires., VAE, and Styles as new axis options to the X/Y plot. | ||||
| * | Merge pull request #4368 from byzod/master | AUTOMATIC1111 | 2022-12-03 | 1 | -1/+1 |
| |\ | | | | | | | fix #3451 scripts ignores file format settings for grids | ||||
| | * | fix scripts ignores file format settings for grids | byzod | 2022-11-06 | 1 | -1/+1 |
| | | | |||||
| * | | calculate dictionary for sampler names only once | AUTOMATIC | 2022-11-27 | 1 | -12/+2 |
| | | | |||||
| * | | fix for broken sampler selection in img2img and xy plot #4860 #4909 | AUTOMATIC | 2022-11-27 | 1 | -7/+7 |
| | | | |||||
| * | | change StableDiffusionProcessing to internally use sampler name instead of ↵ | AUTOMATIC | 2022-11-19 | 1 | -6/+6 |
| |/ | | | | | | | sampler index | ||||
| * | do not mess with components' visibility for scripts; instead create group ↵ | AUTOMATIC | 2022-11-04 | 1 | -4/+4 |
| | | | | | | | | 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 | ||||
| * | Switch to a continous blend for cond. image. | random_thoughtss | 2022-10-25 | 1 | -4/+1 |
| | | |||||
| * | Added conditioning image masking to xy_grid. | random_thoughtss | 2022-10-25 | 1 | -0/+3 |
| | | | | | | | | Use `True` and `False` to select values. | ||||
| * | XY grid correctly re-assignes model when config changes | random_thoughtss | 2022-10-20 | 1 | -0/+1 |
| | | |||||
| * | Safeguard setting restore logic against exceptions | Greg Fuller | 2022-10-17 | 1 | -22/+26 |
| | | | | | | | | also useful for keeping settings cache and restore logic together, and nice for code reuse (other third party scripts can import this class) | ||||
| * | Fix XY-plot steps if highres fix is enabled | space-nuko | 2022-10-14 | 1 | -1/+4 |
| | | |||||
| * | remove the other Denoising | AUTOMATIC | 2022-10-14 | 1 | -1/+0 |
| | | |||||
| * | [xy_grid.py] add option denoising_strength | Naeaeaeaeae | 2022-10-14 | 1 | -0/+1 |
| | | |||||
| * | regression in xy_grid Var. seed fixing | RnDMonkey | 2022-10-14 | 1 | -1/+1 |
| | | |||||
| * | add hypernetwork multipliers | AUTOMATIC | 2022-10-13 | 1 | -1/+8 |
| | | |||||
| * | Fix metadata contents | Greg Fuller | 2022-10-13 | 1 | -18/+34 |
| | | |||||
| * | draw_xy_grid provides the option to also return lone images | Greg Fuller | 2022-10-13 | 1 | -5/+12 |
| | | |||||
| * | xy_grid: Refactor confirm functions | Milly | 2022-10-12 | 1 | -34/+39 |
| | | |||||
| * | xy_grid: Confirm that hypernetwork options are valid before starting | Milly | 2022-10-12 | 1 | -0/+12 |
| | | |||||
| * | xy_grid: Find hypernetwork by closest name | Milly | 2022-10-12 | 1 | -1/+5 |
| | | |||||
| * | change default for XY plot's Y to Nothing. | AUTOMATIC | 2022-10-11 | 1 | -1/+1 |
| | | |||||
| * | rename hypernetwork dir to hypernetworks to prevent clash with an old ↵ | AUTOMATIC | 2022-10-11 | 1 | -1/+1 |
| | | | | | | | | filename that people who use zip instead of git clone will have | ||||
| * | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-10-11 | 1 | -0/+3 |
| |\ | |||||
| | * | add incorrect start word guard to xy_grid (#2259) | DepFA | 2022-10-11 | 1 | -7/+2 |
| | | | |||||
| | * | revert sr warning | DepFA | 2022-10-11 | 1 | -1/+2 |
| | | |