Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | altered progressbar to not rely on first progress request coming after the ↵ | AUTOMATIC | 2022-09-18 | 4 | -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 image | AUTOMATIC | 2022-09-18 | 2 | -55/+103 | |
|/ | | | | split masking helper function from processing.py into new masking.py | |||||
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-18 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #643 from melchiar/master | AUTOMATIC1111 | 2022-09-18 | 1 | -1/+1 | |
| |\ | | | | | | | fixed typos in processing.py | |||||
| | * | fixed typos in processing.py | Steve Eberhardt | 2022-09-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | add info about where to get models to instructions. | AUTOMATIC | 2022-09-18 | 1 | -3/+3 | |
|/ / | ||||||
* | | script.js split work - ui.js | AUTOMATIC | 2022-09-18 | 6 | -96/+16 | |
| | | ||||||
* | | Split history script.js to javascript/ui.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | ||||||
* | | Split history script.js to javascript/ui.js | Andrey | 2022-09-18 | 1 | -0/+87 | |
|\ \ | ||||||
| * | | Split history script.js to javascript/ui.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | | ||||||
* | | | Split history script.js to javascript/ui.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
|/ / | ||||||
* | | script.js split work - progress.js | AUTOMATIC | 2022-09-18 | 2 | -119/+3 | |
| | | ||||||
* | | Split history script.js to javascript/progressbar.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | ||||||
* | | Split history script.js to javascript/progressbar.js | Andrey | 2022-09-18 | 1 | -0/+116 | |
|\ \ | ||||||
| * | | Split history script.js to javascript/progressbar.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | | ||||||
* | | | Split history script.js to javascript/progressbar.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
|/ / | ||||||
* | | script.js split work - hints.js | AUTOMATIC | 2022-09-18 | 2 | -210/+4 | |
| | | ||||||
* | | Split history script.js to javascript/hints.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | ||||||
* | | Split history script.js to javascript/hints.js | Andrey | 2022-09-18 | 1 | -0/+208 | |
|\ \ | ||||||
| * | | Split history script.js to javascript/hints.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | | ||||||
* | | | Split history script.js to javascript/hints.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
|/ / | ||||||
* | | script.js split work - dragdrop.js | AUTOMATIC | 2022-09-18 | 2 | -266/+0 | |
| | | ||||||
* | | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | ||||||
* | | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+265 | |
|\ \ | ||||||
| * | | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | | ||||||
* | | | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
|/ / | ||||||
* | | script.js split work | AUTOMATIC | 2022-09-18 | 1 | -0/+0 | |
| | | ||||||
* | | script.js split work | AUTOMATIC | 2022-09-18 | 3 | -391/+18 | |
| | | ||||||
* | | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| | | ||||||
* | | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+389 | |
|\ \ | ||||||
| * | | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
| |/ | ||||||
* / | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+0 | |
|/ | ||||||
* | Merge pull request #628 from 48design/drop-paste-replace-existing-image | AUTOMATIC1111 | 2022-09-18 | 1 | -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 ↵ | Connum | 2022-09-17 | 1 | -4/+45 | |
| | | | | | | | | (fixes #573) | |||||
* | | Merge pull request #625 from bdrupieski/fix-batch-processing-color-correction | AUTOMATIC1111 | 2022-09-18 | 2 | -2/+6 | |
|\ \ | | | | | | | fix batch color correction | |||||
| * | | only set loopback color corrections if corrections enabled | Brian Drupieski | 2022-09-17 | 1 | -1/+3 | |
| | | | ||||||
| * | | remove whitespace | Brian Drupieski | 2022-09-17 | 1 | -1/+0 | |
| | | | ||||||
| * | | set loopback color corrections on each iteration | Brian Drupieski | 2022-09-17 | 3 | -6/+5 | |
| | | | ||||||
| * | | fix batch color correction | Brian Drupieski | 2022-09-17 | 1 | -1/+5 | |
| |/ | ||||||
* | | Merge pull request #634 from Dement242/Dement242-patch-1 | AUTOMATIC1111 | 2022-09-18 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixed "CodeFormer visibility:" rounding to 2 decimals. | |||||
| * \ | Merge branch 'AUTOMATIC1111:master' into Dement242-patch-1 | Dement242 | 2022-09-17 | 2 | -2/+23 | |
| |\ \ | ||||||
| * | | | Fixed "CodeFormer visibility:" rounding to 2 decimals. | Dement242 | 2022-09-17 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #635 from C43H66N12O12S2/attention | AUTOMATIC1111 | 2022-09-18 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | | Move scale multiplication to the front | |||||
| * | | ..... | C43H66N12O12S2 | 2022-09-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | Move scale multiplication to the front | C43H66N12O12S2 | 2022-09-17 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #587 from JashoBell/Base | AUTOMATIC1111 | 2022-09-17 | 2 | -2/+23 | |
|\ \ | |/ |/| | Basic documentation for custom_code.py template | |||||
| * | Move comments to scripts.py | JashoBell | 2022-09-17 | 2 | -17/+19 | |
| | | ||||||
| * | Merge branch 'master' of ↵ | JashoBell | 2022-09-17 | 19 | -115/+1011 | |
| |\ | |/ |/| | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into Base | |||||
* | | Merge pull request #616 from dfaker/patch-3 | AUTOMATIC1111 | 2022-09-17 | 2 | -7/+104 | |
|\ \ | | | | | | | Block event propagation when lightbox is triggered | |||||
| * | | typo | DepFA | 2022-09-17 | 1 | -0/+27 | |
| | | |