aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix pasting of images from the clipboard in img2img (fixes #645)Connum2022-09-181-0/+1
|
* altered progressbar to not rely on first progress request coming after the ↵AUTOMATIC2022-09-184-26/+47
| | | | job has started; may help with broken progressbar some people say they have
* make inpaint at full resolution option not discard useful pixels from the imageAUTOMATIC2022-09-182-55/+103
| | | | split masking helper function from processing.py into new masking.py
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-181-1/+1
|\
| * Merge pull request #643 from melchiar/masterAUTOMATIC11112022-09-181-1/+1
| |\ | | | | | | fixed typos in processing.py
| | * fixed typos in processing.pySteve Eberhardt2022-09-181-1/+1
| | |
* | | add info about where to get models to instructions.AUTOMATIC2022-09-181-3/+3
|/ /
* | script.js split work - ui.jsAUTOMATIC2022-09-186-96/+16
| |
* | Split history script.js to javascript/ui.jsAndrey2022-09-181-0/+0
| |
* | Split history script.js to javascript/ui.jsAndrey2022-09-181-0/+87
|\ \
| * | Split history script.js to javascript/ui.jsAndrey2022-09-181-0/+0
| | |
* | | Split history script.js to javascript/ui.jsAndrey2022-09-181-0/+0
|/ /
* | script.js split work - progress.jsAUTOMATIC2022-09-182-119/+3
| |
* | Split history script.js to javascript/progressbar.jsAndrey2022-09-181-0/+0
| |
* | Split history script.js to javascript/progressbar.jsAndrey2022-09-181-0/+116
|\ \
| * | Split history script.js to javascript/progressbar.jsAndrey2022-09-181-0/+0
| | |
* | | Split history script.js to javascript/progressbar.jsAndrey2022-09-181-0/+0
|/ /
* | script.js split work - hints.jsAUTOMATIC2022-09-182-210/+4
| |
* | Split history script.js to javascript/hints.jsAndrey2022-09-181-0/+0
| |
* | Split history script.js to javascript/hints.jsAndrey2022-09-181-0/+208
|\ \
| * | Split history script.js to javascript/hints.jsAndrey2022-09-181-0/+0
| | |
* | | Split history script.js to javascript/hints.jsAndrey2022-09-181-0/+0
|/ /
* | script.js split work - dragdrop.jsAUTOMATIC2022-09-182-266/+0
| |
* | Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+0
| |
* | Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+265
|\ \
| * | Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+0
| | |
* | | Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+0
|/ /
* | script.js split workAUTOMATIC2022-09-181-0/+0
| |
* | script.js split workAUTOMATIC2022-09-183-391/+18
| |
* | Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+0
| |
* | Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+389
|\ \
| * | Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+0
| |/
* / Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+0
|/
* 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