aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use radio for FP8 mode selectionAUTOMATIC11112023-12-161-1/+1
|
* Merge pull request #14031 from AUTOMATIC1111/test-fp8AUTOMATIC11112023-12-1617-40/+160
|\ | | | | A big improvement for dtype casting system with fp8 storage type and manual cast
| * Merge branch 'dev' into test-fp8AUTOMATIC11112023-12-163-5/+5
| |\ | |/ |/|
* | Merge pull request #14107 from AUTOMATIC1111/torch210AUTOMATIC11112023-12-163-6/+6
|\ \ | | | | | | Torch210
| * | 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 ↵AUTOMATIC11112023-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/default-Falst-js_live_preview_in_modal_lightbox default False js_live_preview_in_modal_lightbox
| | * | | Merge pull request #14237 from ReneKroon/devAUTOMATIC11112023-12-141-1/+2
| | | | | | | | | | | | | | | #13354 : solve lora loading issue
| | * | | Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC11112023-12-141-1/+1
| | | | | | | | | | | | | | | change state dict comparison to ref compare
| | * | | Merge pull request #14230 from ↵AUTOMATIC11112023-12-142-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer
| | * | | Merge pull request #14229 from Nuullll/ipex-embeddingAUTOMATIC11112023-12-141-0/+9
| | | | | | | | | | | | | | | [IPEX] Fix embedding and ControlNet
| | * | | Merge pull request #14266 from kaalibro/devAUTOMATIC11112023-12-141-0/+1
| | | | | | | | | | | | | | | Re-add setting lost as part of e294e46
| | * | | Merge pull request #14276 from AUTOMATIC1111/fix-stylesAUTOMATIC11112023-12-141-24/+7
| | | | | | | | | | | | | | | Fix styles
| | * | | Merge pull request #14270 from kaalibro/extra-options-elem-idAUTOMATIC11112023-12-141-2/+3
| | | | | | | | | | | | | | | Assign id for "extra_options". Replace numeric field with slider.
| | * | | Merge pull request #14296 from akx/paste-resolutionAUTOMATIC11112023-12-141-0/+24
| | | | | | | | | | | | | | | Allow pasting in WIDTHxHEIGHT strings into the width/height fields
| | * | | Merge pull request #14300 from AUTOMATIC1111/oft_fixesAUTOMATIC11112023-12-141-26/+11
| | | | | | | | | | | | | | | Fix wrong implementation in network_oft
* | | | | Merge pull request #14307 from ↵AUTOMATIC11112023-12-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/default-Falst-js_live_preview_in_modal_lightbox default False js_live_preview_in_modal_lightbox
| * | | | | 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
|\ \ \ \ \ | | | | | | | | | | | | Bump torch-rocm to 5.6/5.7
| * \ \ \ \ Merge branch 'dev' into masterAUTOMATIC11112023-12-14118-1351/+4750
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #14237 from ReneKroon/devAUTOMATIC11112023-12-141-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | #13354 : solve lora loading issue
| * | | | | | #13354: solve lora loading issueRene Kroon2023-12-081-1/+2
| | | | | | |
* | | | | | | Merge pull request #14269 from kaalibro/skip-interrupt-keyb-shortcutsAUTOMATIC11112023-12-142-6/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add keyboard shortcuts for generate/skip/interrupt
| * | | | | | | 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
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Removed Alt+Enter) Ctrl+Enter to start/restart generation (New) Alt/Option+Enter to skip generation (New) Ctrl+Alt/Option+Enter to interrupt generation
* | | | | | | Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC11112023-12-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | change state dict comparison to ref compare
| * | | | | | | change state dict comparison to ref compareJabasukuriputo Wang2023-12-061-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #14230 from ↵AUTOMATIC11112023-12-142-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer
| * | | | | | | add option: Live preview in full page image viewerw-e-w2023-12-062-1/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | make #13459 "show the preview image in the modal view if available" optional
* | | | | | | Merge pull request #14208 from CodeHatchling/soft-inpaintingAUTOMATIC11112023-12-145-27/+904
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Soft Inpainting
| * | | | | | | Formatted soft_inpainting.CodeHatchling2023-12-091-10/+16
| | | | | | | |
| * | | | | | | soft_inpainting now appears in the "inpaint" section, and will not activate ↵CodeHatchling2023-12-091-4/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unless inpainting is activated.
| * | | | | | | 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 ↵CodeHatchling2023-12-072-196/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | images.py
| * | | | | | | Fixed "No newline at end of file".CodeHatchling2023-12-071-1/+1
| | | | | | | |
| * | | | | | | Re-implemented soft inpainting via a script. Also fixed some mistakes with ↵CodeHatchling2023-12-074-323/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to.
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer passed through the same path as "mask_blur".
| * | | | | | | A custom blending function can be provided by p, replacing the use of ↵CodeHatchling2023-12-072-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soft_inpainting.
| * | | | | | | Merge remote-tracking branch 'origin2/dev' into soft-inpaintingCodeHatchling2023-12-0547-672/+1333
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/processing.py