aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use radio for FP8 mode selectionAUTOMATIC11112023-12-161-1/+1
* Merge pull request #14031 from AUTOMATIC1111/test-fp8AUTOMATIC11112023-12-1617-40/+160
|\
| * Merge branch 'dev' into test-fp8AUTOMATIC11112023-12-163-5/+5
| |\ | |/ |/|
* | Merge pull request #14107 from AUTOMATIC1111/torch210AUTOMATIC11112023-12-163-6/+6
|\ \
| * | torch 2.1.2AUTOMATIC11112023-12-162-4/+4
| * | Merge branch 'dev' into torch210AUTOMATIC11112023-12-1662-771/+2436
| |\ \ | |/ / |/| |
* | | Merge branch 'master' into devAUTOMATIC11112023-12-160-0/+0
|\ \ \
| * \ \ Merge branch 'release_candidate'AUTOMATIC11112023-12-16116-1329/+3830
| |\ \ \
| | * | | Merge pull request #14307 from AUTOMATIC1111/default-Falst-js_live_preview_in...AUTOMATIC11112023-12-161-1/+1
| | * | | Merge pull request #14237 from ReneKroon/devAUTOMATIC11112023-12-141-1/+2
| | * | | Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC11112023-12-141-1/+1
| | * | | Merge pull request #14230 from AUTOMATIC1111/add-option-Live-preview-in-full-...AUTOMATIC11112023-12-142-1/+2
| | * | | Merge pull request #14229 from Nuullll/ipex-embeddingAUTOMATIC11112023-12-141-0/+9
| | * | | Merge pull request #14266 from kaalibro/devAUTOMATIC11112023-12-141-0/+1
| | * | | Merge pull request #14276 from AUTOMATIC1111/fix-stylesAUTOMATIC11112023-12-141-24/+7
| | * | | Merge pull request #14270 from kaalibro/extra-options-elem-idAUTOMATIC11112023-12-141-2/+3
| | * | | Merge pull request #14296 from akx/paste-resolutionAUTOMATIC11112023-12-141-0/+24
| | * | | Merge pull request #14300 from AUTOMATIC1111/oft_fixesAUTOMATIC11112023-12-141-26/+11
* | | | | Merge pull request #14307 from AUTOMATIC1111/default-Falst-js_live_preview_in...AUTOMATIC11112023-12-161-1/+1
|\ \ \ \ \
| * | | | | default False js_live_preview_in_modal_lightboxw-e-w2023-12-141-1/+1
|/ / / / /
| | | * | update torch to 2.1.0AUTOMATIC11112023-11-263-6/+6
| | | | * Add FP8 settings into PNG infoKohaku-Blueleaf2023-12-162-0/+8
| | | | * Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-1417-91/+993
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #14293 from HinaHyugaHime/masterAUTOMATIC11112023-12-141-3/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'dev' into masterAUTOMATIC11112023-12-14118-1351/+4750
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #14237 from ReneKroon/devAUTOMATIC11112023-12-141-1/+2
|\ \ \ \ \ \
| * | | | | | #13354: solve lora loading issueRene Kroon2023-12-081-1/+2
* | | | | | | Merge pull request #14269 from kaalibro/skip-interrupt-keyb-shortcutsAUTOMATIC11112023-12-142-6/+27
|\ \ \ \ \ \ \
| * | | | | | | Remove unnecessary 'else', add 'lightboxModal' checkkaalibro2023-12-111-4/+3
| * | | | | | | Fix linter issueskaalibro2023-12-101-1/+3
| * | | | | | | Replace Ctrl+Alt+Enter with Esckaalibro2023-12-102-8/+13
| * | | | | | | Add keyboard shortcuts for generationkaalibro2023-12-092-6/+21
| |/ / / / / /
* | | | | | | Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC11112023-12-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | change state dict comparison to ref compareJabasukuriputo Wang2023-12-061-1/+1
| |/ / / / / /
* | | | | | | 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
| |\ \ \ \ \ \ \