aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed typos in processing.pySteve Eberhardt2022-09-181-1/+1
|
* Merge pull request #628 from 48design/drop-paste-replace-existing-imageAUTOMATIC11112022-09-181-4/+45
|\ | | | | Replace existing images when pasting from clipboard or dropping a new one (fixes #573)
| * Replace existing images when pasting from clipboard or dropping a new one ↵Connum2022-09-171-4/+45
| | | | | | | | (fixes #573)
* | Merge pull request #625 from bdrupieski/fix-batch-processing-color-correctionAUTOMATIC11112022-09-182-2/+6
|\ \ | | | | | | fix batch color correction
| * | only set loopback color corrections if corrections enabledBrian Drupieski2022-09-171-1/+3
| | |
| * | remove whitespaceBrian Drupieski2022-09-171-1/+0
| | |
| * | set loopback color corrections on each iterationBrian Drupieski2022-09-173-6/+5
| | |
| * | fix batch color correctionBrian Drupieski2022-09-171-1/+5
| |/
* | Merge pull request #634 from Dement242/Dement242-patch-1AUTOMATIC11112022-09-181-1/+1
|\ \ | | | | | | Fixed "CodeFormer visibility:" rounding to 2 decimals.
| * \ Merge branch 'AUTOMATIC1111:master' into Dement242-patch-1Dement2422022-09-172-2/+23
| |\ \
| * | | Fixed "CodeFormer visibility:" rounding to 2 decimals.Dement2422022-09-171-1/+1
| | |/ | |/|
* | | Merge pull request #635 from C43H66N12O12S2/attentionAUTOMATIC11112022-09-181-2/+2
|\ \ \ | |_|/ |/| | Move scale multiplication to the front
| * | .....C43H66N12O12S22022-09-171-2/+2
| | |
| * | Move scale multiplication to the frontC43H66N12O12S22022-09-171-2/+2
|/ /
* | Merge pull request #587 from JashoBell/BaseAUTOMATIC11112022-09-172-2/+23
|\ \ | |/ |/| Basic documentation for custom_code.py template
| * Move comments to scripts.pyJashoBell2022-09-172-17/+19
| |
| * Merge branch 'master' of ↵JashoBell2022-09-1719-115/+1011
| |\ | |/ |/| | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into Base
* | Merge pull request #616 from dfaker/patch-3AUTOMATIC11112022-09-172-7/+104
|\ \ | | | | | | Block event propagation when lightbox is triggered
| * | typoDepFA2022-09-171-0/+27
| | |
| * | Add previous and next to modal with key shortcutsDepFA2022-09-171-19/+59
| | |
| * | add previous and next stylesDepFA2022-09-171-0/+26
| | |
| * | Block event propagation when lightbox is triggeredDepFA2022-09-171-6/+10
| | |
* | | Merge pull request #618 from EyeDeck/masterAUTOMATIC11112022-09-171-0/+12
|\ \ \ | | | | | | | | Fix gallery not scrolling left
| * | | Fix gallery not scrolling leftEyeDeck2022-09-171-0/+12
| |/ /
* | | Merge pull request #621 from SafentisFox/responsiveCssAUTOMATIC11112022-09-171-0/+6
|\ \ \ | |/ / |/| | Make image gallery bigger on 2k+ displays
| * | Make gallery bigger on 2k+ displayssafentisAuth2022-09-171-0/+6
|/ /
* | typoAUTOMATIC2022-09-171-1/+1
| |
* | added user.css supportAUTOMATIC2022-09-173-3/+6
| |
* | Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-175-16/+136
|\ \
| * \ Merge pull request #586 from jjisnow/image_info_tabAUTOMATIC11112022-09-171-2/+3
| |\ \ | | | | | | | | image info tab
| | * \ Merge branch 'master' into image_info_tabAUTOMATIC11112022-09-1715-93/+771
| | |\ \ | | |/ / | |/| |
| * | | generalise to work on all non-masked images on all tabsDepFA2022-09-171-11/+12
| | | |
| * | | make background semi-transparent not black;DepFA2022-09-171-1/+1
| | | |
| * | | Add modal creation and functionsDepFA2022-09-171-0/+60
| | | |
| * | | Add modal css classesDepFA2022-09-171-0/+37
| | | |
| * | | * Fix process_images where the number of images is not a multiple of ↵Tony Beeman2022-09-172-12/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (batch_size * n_iter), which would cause us to throw an exception. * Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device) * Fix the fact that Prompts from file was sometimes passing an empty batch.
| | * | Update webui.pyjjisnow2022-09-171-1/+0
| | | |
| | * | Update webui.pyjjisnow2022-09-171-2/+2
| | | |
| | * | Update ui.pyjjisnow2022-09-171-2/+2
| | | | | | | | | | | | Reverse run_pnginfo for compatibility reasons
| | * | Restore run_pnginfojjisnow2022-09-171-1/+1
| | | |
| | * | image info tabJJ2022-09-163-6/+7
| | | | | | | | | | | | | | | | | | | | * handles exceptions if jpeg jfif data not present * removes further non-comment related exif data.
* | | | fix for broken export for 4chanAUTOMATIC2022-09-171-1/+1
|/ / /
* | | process all values for x/y plot right away to error out if any are bad ↵AUTOMATIC2022-09-171-5/+5
| | | | | | | | | | | | before any processing begins
* | | X/Y plot support for switching checkpoints.AUTOMATIC2022-09-173-2/+19
| | |
* | | moved progressbar to top by requestAUTOMATIC2022-09-172-3/+10
| | |
* | | updated readme to reflect new model locationAUTOMATIC2022-09-172-1/+1
| | |
* | | add support for switching model checkpoints at runtimeAUTOMATIC2022-09-176-58/+179
| | |
* | | hide VRAM text if polling is disabledAUTOMATIC2022-09-171-3/+4
| | |
* | | Add VRAM monitoringEyeDeck2022-09-174-2/+112
| | |
* | | fixAUTOMATIC2022-09-171-1/+0
| | |