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