| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14230 from AUTOMATIC1111/add-option-Live-preview-in-full-... | AUTOMATIC1111 | 2023-12-14 | 2 | -1/+2 |
|\ |
|
| * | add option: Live preview in full page image viewer | w-e-w | 2023-12-06 | 2 | -1/+2 |
* | | Merge pull request #14208 from CodeHatchling/soft-inpainting | AUTOMATIC1111 | 2023-12-14 | 5 | -27/+904 |
|\ \ |
|
| * | | Formatted soft_inpainting. | CodeHatchling | 2023-12-09 | 1 | -10/+16 |
| * | | soft_inpainting now appears in the "inpaint" section, and will not activate u... | CodeHatchling | 2023-12-09 | 1 | -4/+39 |
| * | | Fixed grammar error. | CodeHatchling | 2023-12-08 | 1 | -1/+1 |
| * | | Fixed complaint about whitespace, updated help section for a parameter. | CodeHatchling | 2023-12-08 | 1 | -4/+4 |
| * | | Added parameters for the composite stage, fixed batched generation. | CodeHatchling | 2023-12-08 | 1 | -43/+155 |
| * | | Fixed error that occurs when using vanilla samplers (somehow). | CodeHatchling | 2023-12-07 | 1 | -2/+2 |
| * | | Moved image filters used by soft inpainting into soft_inpainting.py from imag... | CodeHatchling | 2023-12-07 | 2 | -196/+199 |
| * | | Fixed "No newline at end of file". | CodeHatchling | 2023-12-07 | 1 | -1/+1 |
| * | | Re-implemented soft inpainting via a script. Also fixed some mistakes with th... | CodeHatchling | 2023-12-07 | 4 | -323/+413 |
| * | | Removed soft inpainting, added hooks for softpainting to work instead. | CodeHatchling | 2023-12-07 | 3 | -69/+118 |
| * | | Removed changes in some scripts since the arguments for soft painting are no ... | CodeHatchling | 2023-12-07 | 5 | -74/+5 |
| * | | A custom blending function can be provided by p, replacing the use of soft_in... | CodeHatchling | 2023-12-07 | 2 | -18/+17 |
| * | | Merge remote-tracking branch 'origin2/dev' into soft-inpainting | CodeHatchling | 2023-12-05 | 47 | -672/+1333 |
| |\ \ |
|
| * | | | Fixed unused import. | CodeHatchling | 2023-12-05 | 1 | -1/+1 |
| * | | | Fixed issue where batched inpainting (batch size > 1) wouldn't work because o... | CodeHatchling | 2023-12-05 | 2 | -18/+71 |
| * | | | Applies a convert('RGBA') operation early to mimic previous behaviour. | CodeHatchling | 2023-12-05 | 1 | -1/+1 |
| * | | | Restored original formatting. | CodeHatchling | 2023-12-05 | 1 | -25/+11 |
| * | | | Re-introduce latent blending step from the vanilla inpainting procedure. | CodeHatchling | 2023-12-05 | 1 | -0/+3 |
| * | | | Fixed issue with whitespace, removed commented out code that was meant to be ... | CodeHatchling | 2023-12-04 | 1 | -14/+6 |
| * | | | Cleaned up code, moved main code contributions into soft_inpainting.py | CodeHatchling | 2023-12-04 | 4 | -150/+174 |
| * | | | Enables the original functionality to be toggled on and off. | CodeHatchling | 2023-12-04 | 1 | -29/+70 |
| * | | | Organized the settings and UI of soft inpainting to allow for toggling the fe... | CodeHatchling | 2023-12-04 | 9 | -49/+197 |
| * | | | "Uncrop" the original denoised image for the composite step, fixing a "ValueE... | CodeHatchling | 2023-12-03 | 1 | -0/+4 |
| * | | | Fixed a math mistake. | CodeHatchling | 2023-12-03 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/dev' into soft-inpainting | CodeHatchling | 2023-12-03 | 92 | -687/+2539 |
| |\ \ \ |
|
| * | | | | Rewrote latent_blend() to use in-place operations and to aggressively "del" r... | CodeHatchling | 2023-12-03 | 1 | -13/+28 |
| * | | | | Blend masks are now produced afterward, based on an estimate of the visual di... | CodeHatchling | 2023-12-03 | 1 | -29/+90 |
| * | | | | Added utility functions related to processing masks. | CodeHatchling | 2023-12-03 | 1 | -0/+191 |
| * | | | | Tweaked default values. | CodeHatchling | 2023-11-29 | 3 | -6/+6 |
| * | | | | Tweaked UI sliders and labels. | CodeHatchling | 2023-11-29 | 4 | -8/+8 |
| * | | | | Added slider for detail preservation strength, removed largely needless offse... | CodeHatchling | 2023-11-29 | 8 | -33/+32 |
| * | | | | Added UI elements to control blending parameters. | CodeHatchling | 2023-11-28 | 7 | -5/+82 |
| * | | | | Nerfs the aggressive post-processing step of overlaying the original image. | CodeHatchling | 2023-11-28 | 1 | -3/+11 |
| * | | | | Implements "scheduling" for blending of the original latents and a latent ble... | CodeHatchling | 2023-11-28 | 1 | -2/+59 |
| * | | | | Removed conflicting step that replaces the softly inpainted latents with a na... | CodeHatchling | 2023-11-28 | 1 | -3/+0 |
| * | | | | Removed code which forces the inpainting mask to be 0 or 1. Now fractional va... | CodeHatchling | 2023-11-28 | 1 | -5/+1 |
* | | | | | Merge pull request #14229 from Nuullll/ipex-embedding | AUTOMATIC1111 | 2023-12-14 | 1 | -0/+9 |
|\ \ \ \ \ |
|
| * | | | | | Fix format | Nuullll | 2023-12-09 | 1 | -1/+1 |
| * | | | | | Fix ControlNet | Nuullll | 2023-12-09 | 1 | -0/+6 |
| * | | | | | [IPEX] Fix embedding | Nuullll | 2023-12-06 | 1 | -0/+3 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #14266 from kaalibro/dev | AUTOMATIC1111 | 2023-12-14 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | Re-add setting lost as part of e294e46 | kaalibro | 2023-12-09 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #14276 from AUTOMATIC1111/fix-styles | AUTOMATIC1111 | 2023-12-14 | 1 | -24/+7 |
|\ \ \ \ \ |
|
| * | | | | | fix styles.csv filename | w-e-w | 2023-12-10 | 1 | -4/+2 |
| * | | | | | fix save styles | w-e-w | 2023-12-10 | 1 | -20/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #14270 from kaalibro/extra-options-elem-id | AUTOMATIC1111 | 2023-12-14 | 1 | -2/+3 |
|\ \ \ \ \ |
|
| * | | | | | Number of columns slider: max count set to 20, add description info | kaalibro | 2023-12-10 | 1 | -1/+1 |