Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update torch for Navi 31 (7900 XT/XTX) #12704

Merged
merged 1 commit into from Aug 21, 2023

Conversation

fraz0815
Copy link
Contributor

@fraz0815 fraz0815 commented Aug 20, 2023

Description

Navi 3 needs at least 5.5 which is only on the nightly chain, previous versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5).
so switch to nightly rocm5.6 without explicit versions this time

  • a simple description of what you're trying to accomplish
    update TORCH_COMMAND for Navi 31
  • a summary of changes in code
    export TORCH_COMMAND="pip install --pre torch torchvision --index-url "https://download.pytorch.org/whl/nightly/rocm5.6"
  • which issues it fixes, if any
    ERROR: No matching distribution found for torch==2.1.0.dev-20230614+rocm5.5

Checklist:

Navi 3 needs at least 5.5 which is only on the nightly chain, previous versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5 torchaudio==2.1.0.dev-20230614+rocm5.5).
so switch to nightly rocm5.6 without explicit versions this time
@AUTOMATIC1111 AUTOMATIC1111 changed the base branch from master to dev August 21, 2023 04:11
@AUTOMATIC1111 AUTOMATIC1111 merged commit d363236 into AUTOMATIC1111:dev Aug 21, 2023
3 of 4 checks passed
@philcarbone
Copy link

Description

Navi 3 needs at least 5.5 which is only on the nightly chain, previous versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5). so switch to nightly rocm5.6 without explicit versions this time

* a simple description of what you're trying to accomplish
  update TORCH_COMMAND for Navi 31

* a summary of changes in code
  `export` TORCH_COMMAND="pip install --pre torch torchvision --index-url `"https://download.pytorch.org/whl/nightly/rocm5.6"`

* which issues it fixes, if any
  `ERROR: No matching distribution found for torch==2.1.0.dev-20230614+rocm5.5`

Checklist:

* [x]  I have read [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing)

* [x]  I have performed a self-review of my own code

* [x]  My code follows the [style guidelines](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing#code-style)

* [x]  My code passes [tests](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Tests)

😘 👌

IllusiveMan196 added a commit to IllusiveMan196/stable-diffusion-webui-directml that referenced this pull request Sep 3, 2023
commit 39e6d26f3b66805677cc3b5c2bc3bd624c347608
Author: Seunghoon Lee <lshqqytiger@naver.com>
Date:   Sat Sep 2 22:06:19 2023 +0900

    fix onnx i2i

commit 2dd9603d63f223bc0385a5986474af6eee7b6e01
Merge: 6d881f97 5ef669de
Author: Seunghoon Lee <lshqqytiger@naver.com>
Date:   Sat Sep 2 20:42:53 2023 +0900

    Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui

commit 5ef669de080814067961f28357256e8fe27544f4
Merge: c9c8485b e7965a5e
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 31 07:38:34 2023 +0300

    Merge branch 'release_candidate'

commit e7965a5eb804a51e949df07c66c0b7c61ab7fa7b
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 31 07:30:03 2023 +0300

    Merge pull request #12876 from ljleb/fix-re

    Fix generation params regex

commit ae7291fb49fc4d116c53749c12b7419eb131b12c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 21:34:17 2023 +0300

    fix an issue where using hires fix with refiner on first pass with medvram would cause an exception when generating

commit d43333ff7193279acee5d7284b40902af351c9d7
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 21:13:24 2023 +0300

    fix an issue where VAE would remain in fp16 after an auto-switch to fp32

commit 0cdbd90d6b1ac19274ae249e17320096df1a5873
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 19:50:47 2023 +0300

    update bug report template to include sysinfo and not include all other fields that are already covered by sysinfo

commit d0026da4833ce24c0fbb74c6a21fee84cc81da76
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 19:48:47 2023 +0300

    add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startup

commit 6d881f974da7a2faf457f6ac64e409cb64edab28
Author: Seunghoon Lee <lshqqytiger@naver.com>
Date:   Thu Aug 31 01:26:41 2023 +0900

    [ONNX/Olive] Disable negative prompts for SDXL.

commit 8d54739de5d7618b977202347ada48fe41fef827
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 19:17:27 2023 +0300

    add information about Restore faces and Tiling into the changelog

commit 135b61bc0bb9fe3ddde5d54a96a03157300c3cbe
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 19:08:04 2023 +0300

    fix inpainting models in txt2img creating black pictures

commit 87cca029d7133b4060650b8ec33fc6772cc2f7dd
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 18:22:50 2023 +0300

    add an option to choose how to combine hires fix and refiner

commit 273aa993640b9f100a96ab9040a55ce17e803aac
Author: Seunghoon Lee <lshqqytiger@naver.com>
Date:   Wed Aug 30 18:03:16 2023 +0900

    Add model downloader.

commit 1ac11b3dae49568fc0b3ae6afe6627196a0a001e
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 11:00:29 2023 +0300

    Merge pull request #12865 from AUTOMATIC1111/another-convert-to-system-time-zone

    extension update time, convert to system time zone

commit 87a083d1b23ed0a777432907752980249421783f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 09:45:12 2023 +0300

    Merge pull request #12864 from AUTOMATIC1111/extension-time-format-time-zone

    patch Extension time format in systme time zone

commit 503bd3fc0fa934cf2bbafdebfc02c1860bc1b8d5
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 08:54:31 2023 +0300

    keep order in list of checkpoints when loading model that doesn't have a checksum

commit 9e7de49fc5931a5d3070b6917e49ea070528c05a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 08:28:46 2023 +0300

    update changelog

commit 06bc1f4f67f9c01808cafd034b8f9761740982f4
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 08:23:11 2023 +0300

    Merge pull request #12851 from bluelovers/pr/extension-time-001

    chore: change extension time format

commit 338d0b610344354f6323d6d5877546696578a13f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 08:22:06 2023 +0300

    go back to single path for filenames in extra networks metadata dialog

commit 3989d7e88bf82d50f5a72d759346070df1bc2097
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 08:07:15 2023 +0300

    Merge pull request #12838 from bluelovers/pr/file-metadata-path-001

    display file metadata `path` , `ss_output_name`

commit afea99a72b48fd88b101b1b2cea45fd527c3bc6f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 08:05:18 2023 +0300

    get progressbar to display correctly in extensions tab

commit 965c72891486107340d3ab4b000871b96775fb00
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 07:43:38 2023 +0300

    Merge pull request #12839 from ibrainventures/patch-1

    [RC 1.6.0 - zoom is partly hidden] Update style.css

commit 46f3ee9594703afc1de16d6be372cae86c26b632
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 07:41:46 2023 +0300

    Merge pull request #12854 from catboxanon/fix/quicksettings-dropdown-unfocus

    Do not change quicksettings dropdown option when value returned is `None`

commit 323dcadea2a04387449159e56586a247efbca56c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 07:27:45 2023 +0300

    Merge pull request #12855 from dhwz/dev

    don't print empty lines

commit 642faa1f6555b6522ee45a0275b87c61a34813f8
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 30 07:27:13 2023 +0300

    Merge pull request #12856 from catboxanon/extra-noise-noisy-latent

    Add noisy latent to `ExtraNoiseParams` for callback

commit a0af2852b67859b427b662789d0b42f592e78dec
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 29 15:38:05 2023 +0300

    revert SGM noise multiplier change for img2img because it breaks hires fix

commit 00e393ce10901e7c7c8bcf85d641382c7fe2efb4
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 29 09:00:34 2023 +0300

    Merge pull request #12833 from catboxanon/fix/dont-print-blank-stdout

    Don't print blank stdout in extension installers

commit 0c9282b84d68a9b01528a663d90c7acbb0c5e266
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 29 08:58:01 2023 +0300

    Merge pull request #12832 from catboxanon/fix/skip-install-extensions

    Honor `--skip-install` for extension installers

commit 444f10296417f6074f5b2abb705d3ec792eaecdf
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 29 08:55:45 2023 +0300

    Merge pull request #12834 from catboxanon/fix/notification-tab-switch

    Fix notification not playing when built-in webui tab is inactive

commit 738e133b24e27ac8d7babeb4714053204636d2c8
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 29 08:54:09 2023 +0300

    Merge pull request #12818 from catboxanon/sgm

    Add option to align with sgm repo's sampling implementation

commit 6558716018c8e2ebe4cef5d4951d43f391151227
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 29 08:52:58 2023 +0300

    Merge pull request #12837 from bluelovers/pr/file-metadata-break-001

    style: file-metadata word-break

commit 8a7a4275a83f428582648a6872b5491e56ebae7b
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 29 08:32:48 2023 +0300

    Merge pull request #12842 from dhwz/dev

    remove xformers Python version check

commit c0f9821c35d54e00e3c193650f1fe5266299325d
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 28 22:22:35 2023 +0300

    always show NV as RNG source in infotext

commit 86708463f1767222262d4b970e01311fe54eb243
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 28 07:20:33 2023 +0300

    Merge pull request #12819 from catboxanon/fix/rng-infotext

    Add missing infotext for RNG in options

commit bfc5c0810979545003f3854e86c35fdcaa8b3672
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 21:29:48 2023 +0300

    Merge pull request #12814 from AUTOMATIC1111/non-local-condition

    non-local condition

commit d0d5075914efaf06ae60df28171579d8cf3bb30a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 20:24:25 2023 +0300

    update changelog

commit d63117ace54330266dd4775c9ae85b1fc9ce9aa3
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 20:16:50 2023 +0300

    hide --gradio-auth and --api-auth values from /internal/sysinfo report

commit 66d76307051776509cc03ed368b7b8c3eae0133b
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 10:11:14 2023 +0300

    lint

commit cb81087b592b2a371ee9ee2e53d045f3c0f4921f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 09:44:13 2023 +0300

    update changelog

commit 6139b145f0039b1f428c763f0cd85cd2a96d0d52
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 09:39:37 2023 +0300

    fix style editing dialog breaking if it's opened in both img2img and txt2img tabs

commit f331821b2711772aeac124b355628943c9c0c423
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 09:28:12 2023 +0300

    Merge pull request #12780 from catboxanon/xyz-hide-samplers

    Don't show hidden samplers in dropdown for XYZ script

commit 5359dc0a103171d830f5c8a3106ef2e6a0a41366
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 09:26:50 2023 +0300

    Merge pull request #12792 from catboxanon/image-cropper-hide

    Hide broken image crop tool

commit 7989765faad6d3456eacfb774c9498b20e457b35
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 09:26:18 2023 +0300

    Merge pull request #12797 from Madrawn/vae_resolve_bug

    Small typo: vae resolve bug

commit 783a5754d5b53f21bb0e20c670b9379a635c09d1
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 09:24:42 2023 +0300

    Merge pull request #12795 from catboxanon/prevent-duplicate-resize-handler-mk2

    Prevent duplicate resize handler

commit 5e30f737b0a4e1c7ec450bc01c7d05f5c8a98433
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 09:19:02 2023 +0300

    fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working

commit 9dd0c4add57bada7c90f55fd77e674db831fc45c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 08:45:25 2023 +0300

    update changelog

commit 1b46863f2418f7316ea844748d5d2f4efbf78e3a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 08:45:16 2023 +0300

    update gradio to 3.41.2

commit 3d83683a2809fb680bd0b756c9cb4f98f4dee1d9
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 27 08:41:26 2023 +0300

    fix error that causes some extra networks to be disabled if both <lora:> and <lyco:> are present in the prompt

commit ac1abf3de68614d575de79347a2aa4a33ee4d6bb
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 26 06:33:48 2023 +0300

    fix defaults settings page breaking when any of main UI tabs are hidden

commit e004384e460ad4568736dfff459c1ea809f05794
Merge: c8c73eae e835e61f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Fri Aug 25 11:40:49 2023 +0300

    Merge branch 'dev' into release_candidate

commit e835e61f3aae99eb48591920b89eca0426cf2a2b
Merge: 935d9d89 c39efa6b
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Fri Aug 25 11:40:13 2023 +0300

    Merge pull request #12754 from daswer123/improve_integration

    Zoom and Pan: Resize handler

commit c8c73eae5934ac4dec717d40d624fed613cbd19a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 22:03:24 2023 +0300

    fix incorrect save/display of new values in Defaults page in settings

commit c39efa6ba643cb8f13444197933fc65db46dfe71
Author: Danil Boldyrev <daswerq123@gmail.com>
Date:   Thu Aug 24 17:30:35 2023 +0300

    Zoom and Pan: Resize handler

commit 935d9d899c40dba006a24553934b4b895c65a15f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 11:16:29 2023 +0300

    update info about gradio in changelog file

commit 189229bbf9276fb73e48c783856b02fc57ab5c9b
Merge: 31f2be3d b6c02174
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 11:09:04 2023 +0300

    Merge branch 'dev' into release_candidate

commit b6c02174050b2c5dd98bf24c797e85ff269516f5
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 11:06:23 2023 +0300

    update changelog

commit 995ff5902fe0567e4cb2aa2e8ac3d554fca7b1ab
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 10:07:54 2023 +0300

    add infotext for use_old_scheduling option

commit b0211ff7f865da3ada6e97c1c86a368d0571ae70
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 09:35:58 2023 +0300

    bump gradio version

commit 0027ce1f6e58c5f4279173e468a60aef420babfe
Merge: 06f18186 99ab3d43
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 09:41:16 2023 +0300

    Merge pull request #12457 from rubberbaron/shared-hires-prompt-test

    prompt editing timeline has separate range for first pass and hires-fix pass

commit 06f18186dcb4d866cf8e80ff69a032de7aff7ab5
Merge: 2c570f64 ddf3d1a7
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 09:37:17 2023 +0300

    Merge pull request #12745 from AUTOMATIC1111/draw-extra-network-buttons-above-description

    draw extra network buttons above description

commit 2c570f641cf3457cef5bfdf27375c13505087dfb
Merge: bae91855 fa68d66c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 24 09:36:53 2023 +0300

    Merge pull request #12749 from daswer123/improve_integration

    Zoom and pan: Improve integration

commit fa68d66c982436c066487b3bb82b3a2e6c329fe4
Author: Danil Boldyrev <daswerq123@gmail.com>
Date:   Thu Aug 24 01:42:37 2023 +0300

    remove console.log

commit 32e790a47e135461e9d95eb00ff7f53d5b4367a8
Author: Danil Boldyrev <daswerq123@gmail.com>
Date:   Thu Aug 24 01:40:06 2023 +0300

    Fixing and improving integration

commit ddf3d1a7ac516c4d144453cb4797192e0dd3a80b
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Thu Aug 24 00:34:28 2023 +0900

    draw extra network buttons above description

commit bae91855f5270894b21575147e3855c1584fb4d4
Merge: 0232a987 f29b4cd7
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 23 12:30:17 2023 +0300

    Merge pull request #12737 from yajunzhng/master

    tell RealESRGANer which device to run on, could be cuda, M1, or other…

commit f29b4cd7cb4d59c8e4dcac1cebb63bfb5b884395
Author: yajun <yajun_zheng@qq.com>
Date:   Wed Aug 23 14:31:38 2023 +0800

    tell RealESRGANer which device to run on, could be cuda, M1, or other GPU

commit 0232a987bb8cbf337a5b34f38f7718aef92af269
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 23 07:10:43 2023 +0300

    set devices.dtype_unet correctly

commit 6a87e35bef2be9dabf17e1f58cfc5b4a218dd487
Author: Danil Boldyrev <daswerq123@gmail.com>
Date:   Wed Aug 23 03:35:09 2023 +0300

    lint

commit 8fd1558179913902bb43dd30f1270bb290f6ee83
Author: Danil Boldyrev <daswerq123@gmail.com>
Date:   Wed Aug 23 03:21:28 2023 +0300

    Removed the old code

commit 04cfcf91d9a53332b97ba512e86259a59ab4182f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 21:05:25 2023 +0300

    fix endless progress requests

commit 3ec5ce941626c3c5ff4aac884c926ceb4ba60d37
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 19:05:03 2023 +0300

    add type annotations for extra fields of shared.sd_model

commit 016554e43740e0b7ded75e89255de81270de9d6c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 18:49:08 2023 +0300

    add --medvram-sdxl

commit bb7dd7b64668d4b645dba38a3bc52be452d14eb8
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 17:45:38 2023 +0300

    use an atomic operation to replace the cache with the new version

commit 9c82b34be71a791e33c44f1290fcadadfe0d9ac4
Merge: 2e9289bc 54fbdcf4
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 17:19:15 2023 +0300

    Merge pull request #12727 from daswer123/improve_integration

    Zoom and pan: Improved integration

commit 54fbdcf467254d21fa787384047c992eec788fba
Author: Danil Boldyrev <daswerq123@gmail.com>
Date:   Tue Aug 22 16:43:23 2023 +0300

    Improve integration, fix for new gradio

commit 2e9289bcbf944b378187a52f7db123a904bef355
Merge: 7fd0ccdf 7d94e5f3
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 15:26:23 2023 +0300

    Merge pull request #12722 from ravi9/intel-readme

    Update README.md with install instructions on Intel CPUs, GPUs

commit 7fd0ccdffca18fbae2d579f23fb35f3a15232a99
Merge: 0d90064e ed49c7c2
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 15:25:28 2023 +0300

    Merge pull request #12723 from MMP0/dev-resize-handle-fix

    Resize handle improvements and bug fixes

commit ed49c7c246c320562df977865476a8c43e81f1b3
Author: MMP0 <28616020+MMP0@users.noreply.github.com>
Date:   Tue Aug 22 21:21:06 2023 +0900

    Fix double click event not firing

commit 0d90064e9e00612b1e065eba4e7b394e7892af34
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 13:57:05 2023 +0300

    eslint

commit 9158d0fd1215bb93358e6c58395c08d4ffe011f2
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 13:54:45 2023 +0300

    fix broken generate button if not using live previews

commit c4b11ec54e236cc42d43fe8282ef4e4f55ccd605
Author: MMP0 <28616020+MMP0@users.noreply.github.com>
Date:   Tue Aug 22 18:48:17 2023 +0900

    Replace tabs with spaces

commit 9e4019c5ffb3c105156c6c8a9af83fde52d7f0c4
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 12:00:29 2023 +0300

    make it possible to localize tooltips and placeholders

commit 96edfb560b32af2abcf4398d277e92a2d2b1032c
Author: MMP0 <28616020+MMP0@users.noreply.github.com>
Date:   Tue Aug 22 17:19:26 2023 +0900

    Limit mouse detection to primary button only

commit f6c52f4f41f4afe306b5adc90ba81feeca238e1a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 11:02:14 2023 +0300

    for live previews, only hide gallery after at least one live previews pic has been received
    fix blinking for live previews
    fix a clientside live previews exception that happens when you kill serverside during sampling
    match the size of live preview image to gallery image

commit 7d94e5f33b700e86fae9bd9cb842f51fe422d175
Author: Ravi Panchumarthy <ravi.panchumarthy@intel.com>
Date:   Tue Aug 22 00:54:01 2023 -0700

    Update README.md with Intel install instructions

commit e8a9d213e4516a7fceead372da13e9b1bc454b4f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 10:49:52 2023 +0300

    dump current stack traces when exiting with SIGINT

commit 0998256fc5e040fa1c1d5826bd858ab3838a3f26
Author: MMP0 <28616020+MMP0@users.noreply.github.com>
Date:   Tue Aug 22 16:45:34 2023 +0900

    Prevent text selection and cursor changes

commit a459075d26eecc38d6d58116e38f453450191460
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 10:41:10 2023 +0300

    actual solution to the uncommon hanging problem that is seemingly caused by multiple progress requests working on same tensor

commit 70283a9f4aa457ea16db8947f60b0e4f8fb25608
Author: MMP0 <28616020+MMP0@users.noreply.github.com>
Date:   Tue Aug 22 16:40:50 2023 +0900

    Expand the hit area of resize handle

commit e1b37a066d9b35ad7896e632c27ac979f795681e
Author: MMP0 <28616020+MMP0@users.noreply.github.com>
Date:   Tue Aug 22 16:35:49 2023 +0900

    Fix resize handle overflowing in Safari

commit d7c9c6142071359470347564913feb5b7a6c5c13
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 09:55:20 2023 +0300

    attemped solution to the uncommon hanging problem that is seemingly caused by live previews working on the tensor as denoising

commit 79fd17ee6332fafeee9f7fac8e150721dcefdb94
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 08:18:01 2023 +0300

    remove unneeded example_inputs from gradio config

commit 7a3a6e3855789ef4e612db0fef387c4fa0683619
Merge: f83996cd 9dce2aa7
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 07:31:26 2023 +0300

    Merge pull request #12713 from AUTOMATIC1111/XYZ-RNG

    add RNG source to XYZ

commit f83996cd9fa3cae0618e73e16282ff4e73fdce83
Merge: 7da73cbc aed52d16
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 07:30:52 2023 +0300

    Merge pull request #12714 from catboxanon/resize-handle-reset

    Reset columns on resize handle double click

commit 7da73cbcca69c3f311f829f5ac0b2ef88f3b963e
Merge: 953c3eab 299b8096
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 22 07:30:25 2023 +0300

    Merge pull request #12717 from brkirch/make-temp-directory

    Create Gradio temp directory if necessary

commit 299b8096bc19c8a619fbeef735cb90544350243c
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Mon Aug 21 17:36:17 2023 -0400

    Make Gradio temp directory if it doesn't exist

    Gradio normally creates the temp directory in `pil_to_temp_file()` (https://github.com/gradio-app/gradio/blob/861d752a83da0f95e9f79173069b69eababeed39/gradio/components/base.py#L313) but since the Gradio implementation of `pil_to_temp_file()` is replaced with `save_pil_to_file()`, the Gradio temp directory should also be created by `save_pil_to_file()` when necessary.

commit aed52d163245649edb36feb1b2699b9d25e8672d
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Mon Aug 21 12:40:27 2023 -0400

    Reset columns on resize handle dblclick

commit 9dce2aa735d2b52ce3966efdb3f4a22c356a6bb4
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Mon Aug 21 23:07:09 2023 +0900

    add RNG source to XYZ

commit 953c3eab7b3b952f7e96d728413a531d7fb521a2
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 15:54:30 2023 +0300

    forbid Full live preview method for medvram and add a setting to undo the forbidding

commit 18fb522660a7b521bbd96c91bb55e7ab8be2b3c2
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 15:27:04 2023 +0300

    citation mk2

commit bd6f07088270f1475d11c27f3c7936d404698d3c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 15:22:47 2023 +0300

    add citation

commit a3fdef4ed4069b5e058f1dcac46cbed05dbbe6e7
Merge: dfd6ea3f 71a0f6ef
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 15:09:26 2023 +0300

    Merge pull request #12707 from AnyISalIn/dev

    feat: replace threading.Lock() to FIFOLock

commit dfd6ea3fcaf2eb701af61136a290132303a729d5
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 15:07:10 2023 +0300

    ditch --always-batch-cond-uncond in favor of an UI setting

commit 71a0f6ef85f2124d5fb25b55d6ec577a56265fe4
Author: AnyISalIn <anyisalin@gmail.com>
Date:   Mon Aug 21 17:48:56 2023 +0800

    feat: replace threading.Lock() to FIFOLock

    Signed-off-by: AnyISalIn <anyisalin@gmail.com>

commit d02c4da483a656331f641224fe5da5f694580066
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 08:58:15 2023 +0300

    also prevent changing API options via override_settings

commit df595ae3135ef12c135f43ef2a0f792708aab4b3
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 08:48:22 2023 +0300

    make resize handle available to extensions

commit b4d21e7113384bbb592bbd79bca06aeb9e4d640a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 07:59:57 2023 +0300

    prevent API options from being changed via API

commit d722d6de36fe9802360232283d14a4c62e08d4af
Merge: 76ae1019 8ce613bb
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 07:50:50 2023 +0300

    Merge pull request #12667 from AUTOMATIC1111/switch-to-PNG-when-images-too-large

    switch to PNG when images too large

commit 76ae1019b96c4673231a116f0b20bb85ebec5666
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 07:38:07 2023 +0300

    add settings for http/https URLs in source images in api

commit a7f18b22979338e3b3f705708e0319d738f43bf0
Merge: d3632368 268dc9b3
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 07:19:48 2023 +0300

    Merge pull request #12698 from Akegarasu/fix-ssrf-in-api

    fix potential ssrf attack in #12663

commit d3632368e636f76523f0f2ed689e8fb3dca5af56
Merge: 5a3fe7a8 db6c7ff0
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 07:11:17 2023 +0300

    Merge pull request #12704 from fraz0815/master

    Update torch for Navi 31 (7900 XT/XTX)

commit 5a3fe7a8d1c554982fb3226bda3ee6c4b10bb56c
Merge: 42b72fe2 be301f22
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 21 07:10:19 2023 +0300

    Merge pull request #12685 from Uminosachi/fix-vae-mismatch

    Fix SD VAE switch error after model reuse

commit be301f224d26ac4363ce3bd8bcb510b00bd6db27
Author: Uminosachi <49424133+Uminosachi@users.noreply.github.com>
Date:   Mon Aug 21 11:28:53 2023 +0900

    Fix for consistency with shared.opts.sd_vae of UI

commit db6c7ff08429c47257970e581f7b2fcfd34ff8e4
Author: fraz0815 <l.schimmel83@gmail.com>
Date:   Sun Aug 20 22:59:30 2023 +0200

    Update torch for Navi 31 (7900 XT/XTX)

    Navi 3 needs at least 5.5 which is only on the nightly chain, previous versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5 torchaudio==2.1.0.dev-20230614+rocm5.5).
    so switch to nightly rocm5.6 without explicit versions this time

commit 268dc9b30813a62b7a2c6f666505696ceee40c09
Author: akiba <akiba@anzu.link>
Date:   Sun Aug 20 21:41:27 2023 +0800

    fix potential ssrf attack in #12663

commit 549b0fc5267e9539f321f0891aa757619b7248cb
Author: Uminosachi <49424133+Uminosachi@users.noreply.github.com>
Date:   Sun Aug 20 23:06:51 2023 +0900

    Change where VAE state are stored in model

commit 42b72fe2463bc06a97935bc7a7770a9d562269d8
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 20 14:57:40 2023 +0300

    fix for small images in live previews not being scaled up

commit f65d0dc081b99252406d8cd40fd25123ca0e8952
Merge: 4a2bf65f 2c10fda3
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 20 14:20:27 2023 +0300

    Merge pull request #12689 from AUTOMATIC1111/patch-config-status

    Patch config status handle corrupted files

commit af5d2e8e5fc4440691fb7f1aa3492def1c755722
Author: Uminosachi <49424133+Uminosachi@users.noreply.github.com>
Date:   Sun Aug 20 20:08:22 2023 +0900

    Change to access sd_model attribute with dot

commit 5159edbf0e0e1d5a25fbd588e000487746790117
Author: Uminosachi <49424133+Uminosachi@users.noreply.github.com>
Date:   Sun Aug 20 19:44:37 2023 +0900

    Store base_vae and loaded_vae_file in sd_model

commit 4a2bf65fea0a6d2c389c47161ce0960991e6f56b
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 20 13:40:11 2023 +0300

    make mobile built-in extension actually do something

commit db5c304e2968b5c16810900b9a63cfcf7e205e20
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 20 13:38:35 2023 +0300

    make live previews play nice with window/slider resizes

commit a0d721e109d7c7b75aefaf3853f7bf58da43847b
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 20 13:00:59 2023 +0300

    make live preview display work independently from progress bar

commit 2c10fda39900adcf9aca1f69c7ef023a2d85e2a9
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 20 17:34:20 2023 +0900

    make it obvious that a config_status is corrupted

    also format HTML removing unnecessary text blocks

commit 7ca20adc6dc7797502170648d9737c7d01c04adc
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 20 18:18:45 2023 +0900

    no need to use OrderedDict

commit e0e64bcdf606b0c5f0e543b53f7e63a94ec325de
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 20 16:13:26 2023 +0900

    assert key created_at exist in config_states

commit 499cef3c2b5786a388fc6cc228de3df0d5f16f75
Merge: 25717672 ae17c775
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 20 12:46:34 2023 +0300

    Merge pull request #12684 from AUTOMATIC1111/fix-xyz-swap-axes

    fix xyz swap axes

commit 257176720438d2e212047702123b4fe94cbbab3f
Merge: 9d2299ed a3c8510c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 20 12:42:12 2023 +0300

    Merge pull request #12687 from catboxanon/resize-handle

    Add resize-handle (built-in extension)

commit 36ecff71aea2c9c9f296ae1e0b5da00a3aea26d3
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 20 15:36:39 2023 +0900

    catch error when loading config_states

    and save config_states with indent

commit a3c8510c053b4f5f09f4230949271054591814df
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 20 00:37:39 2023 -0400

    Add resize-handler extension

commit 042e1d5d0b1fc0bfd358e3a90db7d163934bd238
Author: Uminosachi <49424133+Uminosachi@users.noreply.github.com>
Date:   Sun Aug 20 15:00:14 2023 +0900

    Fix SD VAE switch error after model reuse

commit ae17c775dcb31737f01af714de0a7631d30a190c
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 20 14:29:26 2023 +0900

    fix xyz swap axes

    make csv_string_to_list_strip function

commit 8ce613bb3af2dcdbabe460a0665f80757ffd9796
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sat Aug 19 16:50:43 2023 +0900

    switch to PNG when images too large

commit 9d2299ed0bd6c81cae8a7ba4ca22d6a14fb27bef
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 10:16:27 2023 +0300

    implement undo hijack for SDXL

commit 35db3665b39c55bfc0ef37e25fe23897ce7345df
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:39:48 2023 +0300

    possible fix for dictionary changed size during iteration

commit 5a5913828cc0e3d79be4411c900847851ae8ea3c
Merge: 448d6bef 254be4ee
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:36:44 2023 +0300

    Merge pull request #12616 from catboxanon/extra-noise-callback

    Add extra noise callback

commit 448d6bef372079cbd6d5a3acd8fbfd6f03799ee3
Merge: 7056fdf2 0dc74545
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:36:20 2023 +0300

    Merge pull request #12599 from AUTOMATIC1111/ram_optim

    RAM optimization round 2

commit 7056fdf2bee50e5952cc0bac2047e96de336a36a
Merge: 3d81fd71 3003b10e
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:34:46 2023 +0300

    Merge pull request #12630 from catboxanon/fix/nans-mk2

    Attempt to resolve NaN issue with unstable VAEs in fp32 mk2

commit 3d81fd714b45147c97f7ddbf3f14edaf7bd5bce6
Merge: 58a90824 46e8898f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:33:22 2023 +0300

    Merge pull request #12633 from catboxanon/fix/img2img-bg-color

    Fix img2img background color for transparent images option not being used

commit 58a90824115d75d25c593606d94f89097c657ffb
Merge: 99a64ede 13f1357b
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:32:45 2023 +0300

    Merge pull request #12635 from catboxanon/fix/full-page-img

    Make image viewer actually fit the whole page

commit 99a64edea8d77a609613b86f1a13bc749bd84374
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:31:06 2023 +0300

    do not assign to vae_dict

commit d75b521af8ccc485301d09870b3f00e9c805c605
Merge: 296c8f6a f9c2216f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:28:47 2023 +0300

    Merge pull request #12638 from Cschlaefli/fix-api-vae-model-refresh

    fix issues with api model-refresh and vae-refresh

commit 296c8f6a4ac1aa292fb1d090ef567f8f71247efa
Merge: 99cd8de2 a81dc43f
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:28:00 2023 +0300

    Merge pull request #12639 from AUTOMATIC1111/more-hash

    More hash filename patterns

commit 99cd8de23409756dc98c1ed2429b7139c265a0cd
Merge: 5590be7a f89f01f9
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:27:28 2023 +0300

    Merge pull request #12645 from catboxanon/css/sticky-column

    Make results column sticky

commit 5590be7a8ce386142bf9dc38819944e4029c5774
Merge: f084e6bb 640cb1bb
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:26:39 2023 +0300

    Merge pull request #12644 from AUTOMATIC1111/fix-model-override-logic

    fix model override logic

commit f084e6bbd0833040f0dc77318475b18da60ae200
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:22:12 2023 +0300

    revert xformers back to 0.0.20

commit cd719b08bdb818b7e300f200aece24118386e50a
Merge: 90e560bb 4760c3c0
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:08:19 2023 +0300

    Merge pull request #12663 from SpenserCai/get_image_from_url

    api support get image from url

commit 90e560bb7583c16f2595e6f62faeb7934e66edce
Merge: 9182dd7e 44d4e7c5
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:06:13 2023 +0300

    Merge pull request #12648 from catboxanon/feat/gallery-tweaks

    Gallery: Set preview to `True`, allow custom height

commit 9182dd7e5d4e721f98d8292bfdf597897331fa78
Merge: f739e3e0 9d1d63af
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:05:36 2023 +0300

    Merge pull request #12634 from catboxanon/feat/live-preview-fast-interrupt

    Improve interrupt speed

commit f739e3e05d52d6040fec62b561ad37c952ca7d22
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:04:48 2023 +0300

    second appearance

commit e7a044a2d1b104ddc22f3911e797193347b8ecbc
Merge: ca72db23 64d5fa1e
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:03:40 2023 +0300

    Merge pull request #12653 from S-Del/fix/typo

    fix typo `txt2txt` -> `txt2img`

commit ca72db23d2caeea0c6db915a1050a7dca6082d5d
Merge: e4a2a705 453a5ac1
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:03:19 2023 +0300

    Merge pull request #12660 from dansgithubuser/fork

    Get python print statements to show up in docker logs

commit e4a2a705add678dfd55dc4e9e2103b2554579b4f
Merge: bb91bb5e 61c1261e
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:02:18 2023 +0300

    Merge pull request #12661 from XDOneDude/master

    update xformers to 0.0.21 and some fixes

commit bb91bb5e83f976a77e277580dba5c4dbc085de28
Merge: 541ef924 1631e96a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 19 08:01:05 2023 +0300

    Merge pull request #12662 from bluelovers/bluelovers-patch-1-1

    refactor: Update ui.js

commit 4760c3c0b58059e9c655a6ea8360c65a4586a71b
Author: SpenserCai <spensercai@gmail.com>
Date:   Sat Aug 19 12:19:21 2023 +0800

    api support get image from url

commit 1631e96a98e519a1f2a0d24553622304c6d63523
Author: bluelovers <codelovers@users.sourceforge.net>
Date:   Sat Aug 19 10:38:43 2023 +0800

    refactor: Update ui.js

commit 61c1261e4e50385aab68b84c0f886911466044bb
Author: XDOneDude <106700244+XDOneDude@users.noreply.github.com>
Date:   Fri Aug 18 21:56:15 2023 -0400

    more grammar fixes

commit 956e1d8d90ed369986c03eded4fb583fa00960e8
Author: XDOneDude <106700244+XDOneDude@users.noreply.github.com>
Date:   Fri Aug 18 21:25:59 2023 -0400

    xformers update

commit 453a5ac1d0ad93ee16489854cebda49b7d2ebbf3
Author: Dan <dansonlinepresence@gmail.com>
Date:   Fri Aug 18 20:57:11 2023 -0400

    run python unbuffered so output shows up in docker logs

commit 64d5fa1efd94d98ee6c97d31e85e294107b730ec
Author: S-Del <s-del.pg@protonmail.com>
Date:   Fri Aug 18 22:32:20 2023 +0900

    fix typo `txt2txt` -> `txt2img`

commit 9d1d63afcaffc57e9dff5bdc59643ddd60f377e4
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Fri Aug 18 05:55:10 2023 -0400

    Exit out of hires fix if interrupted earlier

commit 44d4e7c500a9a6c5cb89db58364d82a886ef2f8c
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Fri Aug 18 05:15:30 2023 -0400

    Gallery: Set preview to True, allow custom height

commit f89f01f9d854d0433a417d00a09032bfb77f5385
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Fri Aug 18 04:18:22 2023 -0400

    Make results column sticky

commit 640cb1bb8dfbd05a3927753090bc80fb5b9737b1
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Fri Aug 18 17:14:02 2023 +0900

    fix model override logic

    do not need extra logic to unload refine model

commit a81dc43fcd99c8952654ee905f9875cea7ba8613
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Fri Aug 18 15:07:40 2023 +0900

    negative_prompt full_prompt hash

commit 8a1f32b6a5ce4dd5485fafd174eeeb142a877940
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Fri Aug 18 14:04:46 2023 +0900

    image hash

commit f9c2216ffaa72e2c435e38ca221fd8707936a9d5
Author: Cade Schlaefli <cade.schlaefli@gmail.com>
Date:   Thu Aug 17 21:14:14 2023 -0500

    remove unused import

commit 959f8b32d5994b981845bde051ca74139a12d78b
Author: Cade Schlaefli <cade.schlaefli@gmail.com>
Date:   Thu Aug 17 20:48:17 2023 -0500

    fix issues with model refresh

commit 13f1357b7f1e7721d73a56b20a9f5a61472eabba
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Thu Aug 17 20:21:46 2023 -0400

    Make image viewer actually fit the whole page

commit 3ce5fb8e5c3a6577172e89e964d570f8b31a998b
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Thu Aug 17 20:03:26 2023 -0400

    Add option for faster live interrupt

commit 46e8898f654f5567a9704ab18c67be155158373a
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Thu Aug 17 19:35:34 2023 -0400

    Fix img2img background color not being used

commit 3003b10e0ab84abb6298285e707b3618ceec51dc
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Thu Aug 17 18:10:55 2023 -0400

    Attempt to resolve NaN issue with unstable VAEs in fp32 mk2

commit 0dc74545c0b5510911757ed9f2be703aab58f014
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Thu Aug 17 07:54:07 2023 +0300

    resolve the issue with loading fp16 checkpoints while using --no-half

commit 254be4eeb259fd3bd2452250fca1bd278fa248ff
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Wed Aug 16 21:45:19 2023 -0400

    Add extra noise callback

commit 541ef9247cfe8785c12f7142ad02cd5310fc5925
Merge: fc3a57ff e1a29266
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 16 18:41:02 2023 +0300

    Merge pull request #12607 from AUTOMATIC1111/return-empty-list-if-extensions_dir-not-exist-

    fix Return empty list if extensions dir not exist

commit e1a29266b29455cfd9bb6be207aba5abbd177b37
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Thu Aug 17 00:24:24 2023 +0900

    return empty list if extensions_dir not exist

commit fc3a57ff968467af6b9a37fc85477c5ab660b568
Merge: 023a3a98 0cf85b24
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 16 14:48:37 2023 +0300

    Merge pull request #12603 from AUTOMATIC1111/auto-add-data-dir-to-gradio-allowed-path

    auto add data-dir to gradio-allowed-path

commit 0cf85b24df4c5d46461baea78fb233d721d6e1b1
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Wed Aug 16 20:18:46 2023 +0900

    auto add data-dir to gradio-allowed-path

commit eaba3d7349c6f0e151be66ade3fdc848d693a10d
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 16 12:11:01 2023 +0300

    send weights to target device instead of CPU memory

commit 57e59c14c8a13a99d6422597d27d92ad10a51ca1
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 16 11:28:00 2023 +0300

    Revert "send weights to target device instead of CPU memory"

    This reverts commit 0815c45bcdec0a2e5c60bdd5b33d95813d799c01.

commit 0815c45bcdec0a2e5c60bdd5b33d95813d799c01
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 16 10:44:17 2023 +0300

    send weights to target device instead of CPU memory

commit 023a3a98a1c1e067e12c155164150c5ba01748d0
Merge: a7f7701b d9ddc5d4
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 16 09:56:12 2023 +0300

    Merge pull request #12596 from AUTOMATIC1111/fix-taesd-scale

    Remove wrong TAESD Latent scale

commit 86221269f98ef9b21a6e6c9d04b86e2fb5cb33d3
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Wed Aug 16 09:55:35 2023 +0300

    RAM optimization round 2

commit d9ddc5d4cd9e707c018d245572310ca6f6cdf1ef
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Wed Aug 16 11:21:12 2023 +0800

    Remove wrong scale

commit a7f7701b64ad178f4cf8f075f66d8623304b8b4e
Merge: fd563e32 70833919
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 21:47:49 2023 +0300

    Merge pull request #12589 from catboxanon/fix/css-overflow

    CSS: Remove forced visible overflow for Gradio group child divs

commit fd563e3274c18a436a942001c70e6225bdcfe276
Merge: d09d33bc 5b28b7db
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 21:47:02 2023 +0300

    Merge pull request #12586 from catboxanon/fix/rng-shape

    RNG: Make all elements of shape `int`s

commit d09d33bc2d8572bddad067e35701aafc5b48cc09
Merge: 85fcb7b8 0f771392
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 21:46:19 2023 +0300

    Merge pull request #12588 from catboxanon/fix/inpaint-upload

    Fix inpaint upload for alpha masks

commit 70833919314be39eede4dfa044b28484b12e8c86
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Tue Aug 15 14:44:13 2023 -0400

    CSS: Remove forced visible overflow for Gradio group child divs

commit 0f77139253f5481d62f7c1eddc220355440b2d1f
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Tue Aug 15 14:24:55 2023 -0400

    Fix inpaint upload for alpha masks, create reusable function

commit 5b28b7dbc7a339e51b42a05994293e17b958c36c
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Tue Aug 15 13:38:37 2023 -0400

    RNG: Make all elements of shape `int`s

commit 85fcb7b8dfe7b3dd06931943f095c77f1043dc25
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 19:24:55 2023 +0300

    lint

commit 8b181c812fd287983b786e687612cdf83bd2420b
Merge: f01682ee aa57a89a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 19:24:15 2023 +0300

    Merge pull request #12584 from AUTOMATIC1111/full-module-with-bias

    Add ex_bias into full module

commit f01682ee01e81e8ef84fd6fffe8f7aa17233285d
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 19:23:27 2023 +0300

    store patches for Lora in a specialized module

commit aa57a89a21d7c0e59a2006a642c3838264c35051
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Tue Aug 15 23:41:46 2023 +0800

    full module with ex_bias

commit 7327be97aa9beeae881bf4649a56792bd284efd5
Merge: 63f881a5 b0a6d61d
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 16:31:12 2023 +0300

    Merge pull request #12570 from NoCrypt/add-miku-theme

    Add NoCrypt/miku gradio theme

commit 63f881a5f0b6acf54091f4e9a76d6cdf8908d661
Merge: dc0e63a4 54209c16
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 15:29:48 2023 +0300

    Merge pull request #12577 from brkirch/fix-vae-near-checkpoint-exception

    Fix `sd_vae_as_default` being accessed instead of `sd_vae_overrides_per_model_preferences`

commit dc0e63a48aace069bb032532eca4fee85ee6f76f
Merge: ec505bac f117bb64
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 15:29:15 2023 +0300

    Merge pull request #12578 from AUTOMATIC1111/changelog-fix

    Changelog minor correction

commit f117bb64fc51a46e348e464145f053d0f7586ad2
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Tue Aug 15 20:19:13 2023 +0900

    Update CHANGELOG.md

commit 54209c1639d0eb6519baa5c07872b85de0062a87
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Tue Aug 15 06:29:39 2023 -0400

    Use the new SD VAE override setting

commit ec505bac41a103661a6e521318c5e3577d928dab
Merge: 9ab52caf 21546628
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 11:47:20 2023 +0300

    Merge pull request #12573 from catboxanon/changelog

    Add PR refs to changelog

commit 215466282635972a59b9f094e7a64b81711b11a3
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Tue Aug 15 03:23:44 2023 -0400

    Add PR refs to changelog

commit 9ab52caf022f19c34ee4a1339fc3508addda4752
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 09:50:57 2023 +0300

    update changelog file

commit bc61ad9ec8cece0dc4ad445ee29abf4e9305f2df
Merge: 79d4e819 371b24b1
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 09:50:20 2023 +0300

    Merge pull request #12564 from catboxanon/feat/img2img-noise

    Add extra noise param for img2img operations

commit b0a6d61d733ec5f5c062025e26de7d74bc7eae93
Author: NoCrypt <57245077+NoCrypt@users.noreply.github.com>
Date:   Tue Aug 15 13:22:44 2023 +0700

    Add NoCrypt/miku gradio theme

commit 371b24b17c1cf98c9068a4b585b93cc1610702dc
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Tue Aug 15 02:19:19 2023 -0400

    Add extra img2img noise

commit 79d4e81984171a047d6c71d97a67dda7dd87c43c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 08:46:17 2023 +0300

    fix processing error that happens if batch_size is not a multiple of how many prompts/negative prompts there are #12509

commit 7e77a38cbc155baf96db66064afbdd40df715335
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 08:27:50 2023 +0300

    get XYZ plot to work with recent changes to refined specified in fields of p rather than in settings

commit d6b79b99631054033ffde645ff32756c1216bc5f
Merge: 6f865732 3b2f5160
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 08:26:38 2023 +0300

    Merge pull request #12476 from AnyISalIn/dev

    xyz_grid: support refiner_checkpoint and refiner_switch_at

commit 6f865732478fb12e7a08413392c0ca0475a8c729
Merge: 45be87af bc63339d
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Tue Aug 15 08:12:21 2023 +0300

    Merge pull request #12552 from brkirch/update-sdxl-commit-hash

    Update SD XL commit hash

commit 45be87afc6b173ebda94f427b8d396a2842ddf3c
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 21:48:05 2023 +0300

    correctly add Eta DDIM to infotext when it's 1.0 and do not add it when it's 0.0.

commit 5daf7983d141d3c79c03cc65238194383e6334c8
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 19:27:04 2023 +0300

    when refreshing cards in extra networks UI, do not discard user's custom resolution

commit f23e5ce2daad86d891a5ecdf3f3bad43d7a09c1a
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 17:58:54 2023 +0300

    revert changed inpainting mask conditioning calculation after #12311

commit e56b7c84194b1e3474cbc1ee45d05e905b37b5d6
Merge: 2359c07d b39d9364
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 13:36:10 2023 +0300

    Merge pull request #12547 from whitebell/fix-typo

    Fix typo in shared_options.py

commit 2359c07ddfca058e22a35e05da6d713ec727c895
Merge: 6bfd4dfe a2e213bc
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 13:35:41 2023 +0300

    Merge pull request #12551 from AUTOMATIC1111/separate-Extra-options

    separate Extra options

commit bc63339df3d489de9d1b10c936c87be32bd68790
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Wed Jul 26 23:05:16 2023 -0400

    Update hash for SD XL Repo

commit a2e213bc7ba29495559c9e53b734047ea879b343
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Mon Aug 14 18:50:22 2023 +0900

    separate Extra options

commit 6bfd4dfecfd03bb74e157d2b81484276875cc0ad
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 12:07:38 2023 +0300

    add second_order to samplers that mistakenly didn't have it

commit 99ab3d43a71e3f66e57d3cd2013b97c97e7ab69b
Author: Robert Barron <rubberbaron@robustspread.com>
Date:   Mon Aug 14 00:41:36 2023 -0700

    hires prompt timeline: merge to latests, slightly simplify diff

commit 353c876172a48c5044130249370c9303e611dd8b
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 10:43:18 2023 +0300

    fix API always using -1 as seed

commit d61e31bae620632c026c927cf6538180447c6918
Merge: 54f926b1 f3b96d49
Author: Robert Barron <rubberbaron@robustspread.com>
Date:   Mon Aug 14 00:35:17 2023 -0700

    Merge remote-tracking branch 'auto1111/dev' into shared-hires-prompt-test

commit f3b96d4998d8ca376d33efa7a4454e8c28e24255
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 10:22:52 2023 +0300

    return seed controls UI to how it was before

commit abbecb3e7363e422d6840fbb5746c74fd453ead5
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 10:15:10 2023 +0300

    further repair the /docs page to not break styles with the attempted fix

commit b39d9364d8a3be1ec8a4bae34fc8ae1840609101
Author: whitebell <nikky.hh@gmail.com>
Date:   Mon Aug 14 15:58:38 2023 +0900

    Fix typo in shared_options.py

    unperdictable -> unpredictable

commit c7c16f805c9ea0da42d1d993f2ea7bda48beba76
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 09:48:40 2023 +0300

    repair /docs page

commit f37cc5f5e1536230163c0bce7d204cf33b78f491
Merge: 3a4bee10 aa26f8eb
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 09:02:10 2023 +0300

    Merge pull request #12542 from AUTOMATIC1111/res-sampler

    Add RES sampler and reorder the sampler list

commit 3a4bee109604428917a37ae6ff75b0a26bb147de
Merge: c1a31ec9 f70ded89
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 09:01:34 2023 +0300

    Merge pull request #12543 from AUTOMATIC1111/extra-norm-module

    Fix MHA error with ex_bias and support ex_bias for layers which don't have bias

commit c1a31ec9f75c8dfe4ddcb0061f06e2704db98359
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 08:59:15 2023 +0300

    revert to applying mask before denoising for k-diffusion, like it was before

commit f70ded89365f71d42b6a60a561e8fccfdd25c159
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Mon Aug 14 13:53:40 2023 +0800

    remove "if bias exist" check

commit aa26f8eb40c2f99adb6752668b1fad1b5ae0158f
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Mon Aug 14 13:50:53 2023 +0800

    Put frequently used sampler back

commit cda2f0a1620c3b49bb3408c30796160ed29bc87d
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 08:49:39 2023 +0300

    make on_before_component/on_after_component possible earlier

commit aeb76ef174bc8a1904b25ca0b0b5009395f07d96
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Mon Aug 14 08:49:02 2023 +0300

    repair DDIM/PLMS/UniPC batches

commit e7c03ccdcefb2a80129703931ef1f8455708945b
Merge: d9cc27cb 007ecfbb
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Mon Aug 14 13:34:51 2023 +0800

    Merge branch 'dev' into extra-norm-module

commit d9cc27cb29926c9cc5dce331da8fbaf996cf4973
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Mon Aug 14 13:32:51 2023 +0800

    Fix MHA updown err and support ex-bias for no-bias layer

commit 0ea61a74be5e9666a16de8b92b1d55ed0b678a16
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Mon Aug 14 11:46:36 2023 +0800

    add res(dpmdd 2m sde heun) and reorder the sampler list

commit 007ecfbb29771aa7cdcf0263ab1811bc75fa5446
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 21:01:13 2023 +0300

    also use setup callback for the refiner instead of before_process

commit 9cd0475c0823abc289125e4095b0ba5256f71538
Merge: 84527085 2035cbbd
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 20:28:49 2023 +0300

    Merge pull request #12526 from brkirch/mps-adjust-sub-quad

    Fixes for `git checkout`, MPS/macOS fixes and optimizations

commit 8452708560586e2d5047c7d8df2b4ba642d94dac
Merge: 16781ba0 09ff5b54
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 20:27:17 2023 +0300

    Merge pull request #12530 from eltociear/eltociear-patch-1

    Fix typo in launch_utils.py

commit 16781ba09abe1494993f819b91ea0b88c48903b7
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 20:15:20 2023 +0300

    fix 2 for git code botched by previous PRs

commit 09ff5b5416e9e989cf2ddb2bab9129e27ed23f14
Author: Ikko Eltociear Ashimine <eltociear@gmail.com>
Date:   Mon Aug 14 01:03:49 2023 +0900

    Fix typo in launch_utils.py

    existance -> existence

commit f093c9d39d0fe9951a8f5c570027cecc68778ef2
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 17:31:10 2023 +0300

    fix broken XYZ plot seeds
    add new callback for scripts to be used before processing

commit 2035cbbd5d6e7678450c701fce1a5de7d8bd7084
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Sat Aug 12 06:01:36 2023 -0400

    Fix DDIM and PLMS samplers on MPS

commit 5df535b7c2374c3324485faaea62fbdbffc71f71
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Mon Aug 7 10:20:10 2023 -0400

    Remove duplicate code for torchsde randn

commit 232c931f4082ea73bbaca8f77469cfea9d5db459
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Mon Aug 7 10:33:43 2023 -0400

    Mac k-diffusion workarounds are no longer needed

commit f4dbb0c820344798e3481d4104618b95594a3d10
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Thu Jul 20 01:44:45 2023 -0400

    Change the repositories origin URLs when necessary

commit 9058620cec2788495d295f4e68ef2932d6d700e6
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Sat Aug 12 04:44:16 2023 -0400

    `git checkout` with commit hash

commit 2489252099c299bed49a9d4a39a4ead73b6b6f10
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Tue Jul 25 03:03:06 2023 -0400

    `torch.empty` can create issues; use `torch.zeros`

    For MPS, using a tensor created with `torch.empty()` can cause `torch.baddbmm()` to include NaNs in the tensor it returns, even though `beta=0`. However, with a tensor of shape [1,1,1], there should be a negligible performance difference between `torch.empty()` and `torch.zeros()` anyway, so it's better to just use `torch.zeros()` for this and avoid unnecessarily creating issues.

commit 87dd685224b5f7dbbd832fc73cc08e7e470c9f28
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Sun May 21 05:00:27 2023 -0400

    Make sub-quadratic the default for MPS

commit abfa4ad8bc995dcaf832c07a7cf75b6e295a8ca9
Author: brkirch <brkirch@users.noreply.github.com>
Date:   Mon May 8 18:16:01 2023 -0400

    Use fixed size for sub-quadratic chunking on MPS

    Even if this causes chunks to be much smaller, performance isn't significantly impacted. This will usually reduce memory usage but should also help with poor performance when free memory is low.

commit 3163d1269af7f9fd95382e58bb1581fd741b5119
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 16:51:21 2023 +0300

    fix for the broken run_git calls

commit 1c6ca09992fc2c4f7a250670246762a184abace3
Merge: d73db17e 7fa5ee54
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 16:46:32 2023 +0300

    Merge pull request #12510 from catboxanon/feat/extnet/hashes

    Support search and display of hashes for all extra network items

commit d73db17ee330ceb256defeab00a6097b943f923b
Merge: 127ab911 69f49c8d
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 16:45:38 2023 +0300

    Merge pull request #12515 from catboxanon/fix/gc1

    Clear sampler and garbage collect before decoding images to reduce VRAM

commit 127ab9114f364b0af1f224a5eae7b43e8d4e2ddf
Merge: d53f3b55 822597db
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 16:41:07 2023 +0300

    Merge pull request #12514 from catboxanon/feat/batch-encode

    Encode batch items individually to significantly reduce VRAM

commit d53f3b5596bed10127b7f63d52d09d7df774993a
Merge: d41a5bb9 60a74051
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 16:40:17 2023 +0300

    Merge pull request #12520 from catboxanon/eta

    Update description of eta setting

commit d41a5bb97d0dfa8745e5475fe7b64dda7f04a7e1
Merge: 551d2fab ce0829d7
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 16:39:25 2023 +0300

    Merge pull request #12521 from catboxanon/feat/more-s-noise

    Add `s_noise` param to more samplers

commit 551d2fabcc6b8b550821192a91b62280de9a705a
Merge: db40d26d 525b55b1
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 16:38:27 2023 +0300

    Merge pull request #12522 from catboxanon/fix/extra_params

    Restore `extra_params` that was lost in merge

commit db40d26d086b6e980bd28ce7eb3008ec09b1f0e8
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 16:38:10 2023 +0300

    linter

commit 525b55b1e9dc589a1133a8031ed3b1646e5cccff
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 09:08:34 2023 -0400

    Restore extra_params that was lost in merge

commit ce0829d711667e90996ff8c731f5c9914264edd8
Merge: f4757032 ac790fc4
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 08:46:58 2023 -0400

    Merge branch 'feat/dpmpp3msde' into feat/more-s-noise

commit ac790fc49b314761a7ad711989d7cc88bba64578
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 08:46:07 2023 -0400

    Discard penultimate sigma for DPM-Solver++(3M) SDE

commit f4757032e7a0663abe2695c95048fdfff3fc5e2f
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 08:24:28 2023 -0400

    Fix s_noise description

commit d1a70c3f0534b88665d55bdac1e6b48a63f7f035
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 08:22:24 2023 -0400

    Add s_noise param to more samplers

commit d8419762c1454ba51baa710d9ce8e762efc056ef
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 15:07:37 2023 +0300

    Lora: output warnings in UI rather than fail for unfitting loras; switch to logging for error output in console

commit 60a74051656e1e430aa7b466cfee8c13c6dc1a12
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 08:06:40 2023 -0400

    Update description of eta setting

commit 1ae9dacb4b036a6cb4b5fb9b9ff030962f43908e
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 07:57:29 2023 -0400

    Add DPM-Solver++(3M) SDE

commit 69f49c8d394220331eaa6609825b477eed60e0f4
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 04:40:34 2023 -0400

    Clear sampler before decoding images

    More significant VRAM reduction.

commit 822597db49218de17e105e62075096284dfcfd41
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 04:16:48 2023 -0400

    Encode batches separately

    Significantly reduces VRAM.
    This makes encoding more inline with how decoding currently functions.

commit 7fa5ee54b15904bef6598800df76ba1291d44ec6
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Sun Aug 13 02:32:54 2023 -0400

    Support search and display of hashes for all extra network items

commit da80d649fd6a6083be02aca5695367bd25abf0d5
Merge: 61673451 5881dcb8
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 08:28:48 2023 +0300

    Merge pull request #12503 from AUTOMATIC1111/extra-norm-module

    Add Norm Module to lora ext and add "bias" support

commit 61673451ff2b6ea39c8b9591b4a14d7f19a32e63
Merge: 599f61a1 0e3bac81
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 08:25:15 2023 +0300

    Merge pull request #12491 from AUTOMATIC1111/xyz-csv-and-dropdown-mode

    Bring back CSV mode for XYZ grid

commit 599f61a1e0bddf463dd3c6adb84509b3d9db1941
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 08:24:16 2023 +0300

    use dataclass for StableDiffusionProcessing

commit 0e3bac8132e63a9adfca0223b4791f353ecb1057
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 13 04:12:37 2023 +0900

    rephrase and move

commit fa9370b7411166c19e8e386400dc4e6082f47b2d
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sun Aug 13 06:07:30 2023 +0300

    add refiner to StableDiffusionProcessing class
    write out correct model name in infotext, rather than the refiner model

commit 5881dcb8873b3f87b9c6545e9cb8d1d77023f4fe
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Sun Aug 13 02:36:02 2023 +0800

    remove debug print

commit a2b83050965a1a117f2762d3b5fa8b4841777e8f
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Sun Aug 13 02:35:04 2023 +0800

    return None if no ex_bias

commit bd4da4474bef5c9c1f690c62b971704ee73d2860
Author: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Date:   Sun Aug 13 02:27:39 2023 +0800

    Add extra norm module into built-in lora ext

    refer to LyCORIS 1.9.0.dev6
    add new option and module for training norm layer
    (Which is reported to be good for style)

commit dc5b5ee9c6beef9fa6ac9e8f9041063075e8d1e6
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 13 02:21:04 2023 +0900

    properly convert this into CSV string

commit 299eb543083668a945d6074753ea8e8f13e7d66d
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 13 02:17:13 2023 +0900

    pass csv_mode

commit 8d9ca46e0a09c414b0d07fa8a680de10c0e72ffe
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sun Aug 13 02:05:20 2023 +0900

    convert value when switching mode

commit b2080756fcdc328292fc38998c06ccf23e53bd7e
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 19:03:33 2023 +0300

    make "send to" buttons into small tool buttons

commit 9d0ec135968d80420b84ca83f7958f5fc8e534c2
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 18:42:59 2023 +0300

    fix quicksettings on Chrome

commit 6816ad5ed806b9ada81b4fab82e21a9455fa5720
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 18:36:30 2023 +0300

    fix broken reuse seed

commit 4e8690906c02f14a81974200775bfc81718a9250
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 18:00:30 2023 +0300

    update seed/subseed HTML widths

commit f0b72b81211881e083c84cff585380bb70d17271
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 17:46:13 2023 +0300

    move seed, variation seed and variation seed strength to a single row, dump resize seed from UI
    add a way for scripts to register a callback for before/after just a single component's creation

commit 7a68ac661574dc64f510b0c4cd3403443ca2f875
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sat Aug 12 23:40:05 2023 +0900

    rename to csv mode

commit f131f84e13d6f1d06ffc6ac75c100357d0e7b3e7
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sat Aug 12 23:12:33 2023 +0900

    dropdown mode chackbox

commit 6aa26a26d5beb317d708c4fa85c38056347ea5d3
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 16:47:39 2023 +0300

    change quicksettings items to have variable width

commit fd617fad006bdaeb8061fae0dda642da6499c3df
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sat Aug 12 22:24:59 2023 +0900

    Redundant character escape '\]' in RegExp

commit d20eb11c9e210eb92b2c4821141f9647bfaaa9d2
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sat Aug 12 22:24:00 2023 +0900

    format

commit c8d453e91561e57fbb76119f688a5eae9d1a6aef
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sat Aug 12 22:14:19 2023 +0900

    bring back csv mode

commit b293ed30610c040e621e1840d63047ae298f0650
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 12:54:32 2023 +0300

    make it possible to use hires fix together with refiner

commit 64311faa6848d641cc452115e4e1eb47d2a7b519
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 12:39:59 2023 +0300

    put refiner into main UI, into the new accordions section
    add VAE from main model into infotext, not from refiner model
    option to make scripts UI without gr.Group
    fix inconsistencies with refiner when usings samplers that do more denoising than steps

commit 26c92f056acc795af5066779f1b8aedb8dfa983d
Merge: ebc1bafb af27b716
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 09:12:30 2023 +0300

    Merge pull request #12480 from catboxanon/fix/cc

    Fix color correction by converting image to RGB

commit ebc1bafb03ff5a2af8e013833d1f77b2cdaa88ce
Merge: 9dae70da 7c9c19b2
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 08:58:14 2023 +0300

    Merge pull request #12479 from catboxanon/fix/extras-generator

    Refactor postprocessing/extras tab to use generator to resolve OOM issues

commit 9dae70da790a6cf9177af0aa68b1ff395c9d84be
Merge: ae6b3090 f57bc1a2
Author: AUTOMATIC1111 <16777216c@gmail.com>
Date:   Sat Aug 12 08:57:35 2023 +0300

    Merge pull request #12487 from AUTOMATIC1111/disable-extensions-installer-with-arg

    pathc: also disable extensions installer with arg

commit f57bc1a21ba3979061752bd7b66e881bd25cc64f
Author: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date:   Sat Aug 12 12:06:31 2023 +0900

    disable extensions installer with arg

commit af27b716e53671c52308d4e101214b0fd4fd5e80
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Fri Aug 11 12:22:11 2023 -0400

    Fix color correction by converting image to RGB

commit 7c9c19b2a23d28d22694320e2db8f1fc83971c5e
Author: catboxanon <122327233+catboxanon@users.noreply.github.com>
Date:   Fri Aug 11 11:32:12 2023 -0400

    Refactor postprocessing to use generator to resolve OOM issues

commit 3b2f51602dbd1a…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants