aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge pull request #14524 from akx/fix-swinir-issuesAUTOMATIC11112024-01-042-6/+7
| |\ \ \ | | | | | | | | | | Fix SwinIR issues
| | * | | upscale_2: cast image to model's dtypeAarni Koskela2024-01-031-4/+4
| | | | |
| | * | | SwinIR: pass model.scaleAarni Koskela2024-01-031-1/+1
| | | | |
| | * | | SwinIR: use prefer_halfAarni Koskela2024-01-031-1/+2
| | | | |
| * | | | Merge pull request #14525 from AUTOMATIC1111/handle-config.json-failed-to-loadAUTOMATIC11112024-01-042-4/+12
| |\ \ \ \ | | | | | | | | | | | | handle config.json failed to load
| | * | | | handle config.json failed to loadw-e-w2024-01-032-4/+12
| | | |/ / | | |/| |
| * | | | Merge pull request #14527 from akx/avoid-isfilesAUTOMATIC11112024-01-049-32/+37
| |\ \ \ \ | | | | | | | | | | | | Avoid unnecessary `isfile`/`exists` calls
| | * \ \ \ Merge branch 'dev' into avoid-isfilesAUTOMATIC11112024-01-044-19/+95
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #14528 from AUTOMATIC1111/mass-file-listerAUTOMATIC11112024-01-043-9/+86
| |\ \ \ \ \ | | |_|/ / / | |/| | | | mass file lister as an attempt to tackle #14507
| | * | | | forgot somethingAUTOMATIC11112024-01-031-1/+1
| | | | | |
| | * | | | mass file lister as an attempt to tackle #14507AUTOMATIC11112024-01-033-8/+85
| |/ / / /
| * | | | Merge pull request #14512 from ↵AUTOMATIC11112024-01-031-6/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/remove-excessive-extra-networks-reload reduce unnecessary re-indexing extra networks directory
| | * | | | reduce unnecessary re-indexing extra networks dirw-e-w2024-01-031-6/+6
| | | |/ / | | |/| |
| * | | | Merge pull request #14504 from akx/you-spin-me-roundAUTOMATIC11112024-01-031-1/+1
| |\ \ \ \ | | |/ / / | |/| | | torch_bgr_to_pil_image: round, don't truncate
| | * | | torch_bgr_to_pil_image: round, don't truncateAarni Koskela2024-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | This matches what `realesrgan` does.
| | | * | Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-0310-35/+41
| | |/ / | |/| |
| * | | Merge pull request #14501 from akx/credits-remove-copypasteAUTOMATIC11112024-01-022-314/+7
| |\ \ \ | | |/ / | |/| | Remove licenses and README mentions for code that's no longer copy-pasted
| | * | Remove licenses for code that's no longer copy-pasted; adjust READMEAarni Koskela2024-01-022-314/+7
| | | |
| * | | Merge pull request #14500 from akx/spandrel-prefer-halfAUTOMATIC11112024-01-022-7/+15
| |\ \ \ | | |/ / | |/| | Spandrel: "prefer half" instead of "force half"
| | * | load_spandrel_model: make `half` `prefer_half`Aarni Koskela2024-01-022-7/+15
| |/ / | | | | | | | | | | | | As discussed with the Spandrel folks, it's good to heed Spandrel's "supports half precision" flag to avoid e.g. black blotches and what-not.
| * | Merge pull request #14484 from akx/swinir-resample-for-div8AUTOMATIC11112024-01-023-112/+87
| |\ \ | | | | | | | | Refactor Torch-space upscale fully out of ScuNET/SwinIR
| | * | Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are rightAarni Koskela2024-01-023-112/+87
| |/ /
| * | final touchesAUTOMATIC11112024-01-021-1/+1
| | |
| * | fix #14497AUTOMATIC11112024-01-023-15/+25
| | |
| * | add an option to hide upscaling progressbarAUTOMATIC11112024-01-022-2/+3
| | |
| * | Merge pull request #14497 from Jibaku789/devAUTOMATIC11112024-01-022-0/+16
| |\ \ | | | | | | | | Add inpaint arguments in .txt file
| | * | Add inpaint options to img2img.pyJibaku7892024-01-011-0/+12
| | | |
| | * | Add inpaint options to paste fieldsJibaku7892024-01-011-0/+4
| |/ /
| * | Merge pull request #14495 from akx/fix-js-lintAUTOMATIC11112024-01-011-1/+1
| |\ \ | | | | | | | | Fix lint issue from 501993eb
| | * | Fix lint issue from 501993ebAarni Koskela2024-01-011-1/+1
| |/ /
| * | added a button to run hires fix on selected image in the galleryAUTOMATIC11112024-01-016-86/+160
| | |
| * | rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-0115-25/+25
| | | | | | | | | | | | infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
| * | restore lines lost from #13789 mergeAUTOMATIC11112024-01-011-3/+4
| | |
| * | Merge pull request #13789 from nickpharrison/finer-settings-freezing-controlAUTOMATIC11112024-01-012-7/+25
| |\ \ | | | | | | | | Finer settings freezing control
| | * \ Merge branch 'dev' into finer-settings-freezing-controlAUTOMATIC11112024-01-01147-5281/+5397
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #14291 from ↵AUTOMATIC11112024-01-013-1/+23
| |\ \ \ | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/on-mouse-hover-show-hide-modal-image-viewer-icons on mouse hover show / hide modal image viewer icons
| | * | | make modal toolbar and icon opacity adjustablew-e-w2023-12-153-2/+8
| | | | |
| | * | | on mouse hover show / hide modal image viewer iconsw-e-w2023-12-121-0/+16
| | | | |
| * | | | fix borked merge, rename fields to better match what they do, change setting ↵AUTOMATIC11112024-01-018-14/+20
| | | | | | | | | | | | | | | | | | | | default to true for #13653
| * | | | Merge pull request #13653 from antfu/feat/interrupted-endAUTOMATIC11112024-01-018-7/+15
| |\ \ \ \ | | | | | | | | | | | | Interrupt after current generation
| | * \ \ \ Merge branch 'dev' into feat/interrupted-endAUTOMATIC11112024-01-01143-5336/+5403
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #14352 from AUTOMATIC1111/reduce-unnecessary-ui-config-writeAUTOMATIC11112024-01-012-2/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | only rewrite ui-config when there is change
| | * | | | | only rewrite ui-config when there is changew-e-w2023-12-182-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and a typo
| * | | | | | Merge pull request #14353 from Nuullll/ipex-sdpaAUTOMATIC11112024-01-011-2/+67
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [IPEX] Slice SDPA into smaller chunks
| | * | | | | | Fix device idNuullll2023-12-181-2/+5
| | | | | | | |
| | * | | | | | [IPEX] Slice SDPA into smaller chunksNuullll2023-12-181-2/+64
| | |/ / / / /
| * | | | | | option to convert VAE to bfloat16 (implementation of #9295)AUTOMATIC11112024-01-012-5/+19
| | | | | | |
| * | | | | | re-layout checkboxes for XYZ grid a bitAUTOMATIC11112024-01-011-7/+6
| | | | | | |
| * | | | | | Merge remote-tracking branch 'rubberbaron/xyz-grid-vary-seeds' into devAUTOMATIC11112024-01-011-1/+15
| |\ \ \ \ \ \
| | * | | | | | xyz_grid: allow varying the seed along an axis along with the axis's other ↵Robert Barron2023-07-301-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes