aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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-046-29/+179
| | * | | | | | "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-0358-516/+1293
| | |\ \ \ \ \ \
| | * | | | | | | 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-292-4/+4
| | * | | | | | | Tweaked UI sliders and labels.CodeHatchling2023-11-292-4/+4
| | * | | | | | | Added slider for detail preservation strength, removed largely needless offse...CodeHatchling2023-11-295-20/+19
| | * | | | | | | Added UI elements to control blending parameters.CodeHatchling2023-11-284-1/+62
| | * | | | | | | 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
| | |/ / / / / /
| * | | | | | | fix styles.csv filenamew-e-w2023-12-101-4/+2
| * | | | | | | fix save stylesw-e-w2023-12-101-20/+5
| |/ / / / / /
* | | | | | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-063-22/+9
|\| | | | | |
| * | | | | | remove clean_text()w-e-w2023-12-041-20/+3
| | |_|/ / / | |/| | | |
| * | | | | repair old handler for postprocessing API in a way that doesn't break interfaceAUTOMATIC11112023-12-042-3/+7
| * | | | | repair old handler for postprocessing APIAUTOMATIC11112023-12-041-1/+1
| | |_|_|/ | |/| | |
* | | | | Fix forced reloadKohaku-Blueleaf2023-12-061-1/+1
* | | | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-045-20/+42
|\| | | |
| * | | | make webui not crash when running with --disable-all-extensions optionAUTOMATIC11112023-12-041-1/+6
| * | | | Merge pull request #14192 from illtellyoulater/patch-1AUTOMATIC11112023-12-041-4/+10
| |\ \ \ \
| | * | | | Lintmissionfloyd2023-12-041-3/+3
| | * | | | Update launch_utils.py to fix wrong dep. checks and reinstallsilltellyoulater2023-12-041-4/+10
| | |/ / /
| * | | | Merge pull request #14186 from akx/torchvision-basicsr-hackAUTOMATIC11112023-12-031-0/+11
| |\ \ \ \
| | * | | | Add import_hook hack to work around basicsr incompatibilityAarni Koskela2023-12-031-0/+11
| * | | | | rework mask and mask_composite logicw-e-w2023-12-031-15/+14
| |/ / / /
| * | | | Merge pull request #14177 from catboxanon/fix/mask-composite-saveAUTOMATIC11112023-12-031-3/+3
| |\ \ \ \
| | * | | | Fix `save_samples` being checked early when saving masked compositecatboxanon2023-12-021-3/+3
| * | | | | Re-add setting lost as part of e294e46catboxanon2023-12-021-0/+1
| |/ / / /
* | | | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-0318-416/+272
|\| | | |
| * | | | alternate implementation for unet forward replacement that does not depend on...AUTOMATIC11112023-12-022-8/+13
| * | | | Merge pull request #14171 from Nuullll/ipexAUTOMATIC11112023-12-025-2/+88
| |\ \ \ \
| | * | | | Remove webui-ipex-user.batNuullll2023-12-021-0/+22
| | * | | | Fix fp64Nuullll2023-12-022-3/+3
| | * | | | Disable ipex autocast due to its bad perfNuullll2023-12-023-17/+32
| | * | | | Initial IPEX supportNuullll2023-11-302-2/+51
| | | |/ / | | |/| |
| * | | | potential fix for #14172AUTOMATIC11112023-12-021-8/+4