diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-02-22 18:29:58 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2024-02-22 18:29:58 +0000 |
commit | 6bc35be10a025fdea649d0a948f076760581728f (patch) | |
tree | c8235b6a8178fd07d5c1544a0398f37e0e0dbe19 /CHANGELOG.md | |
parent | b53989b195485430cc8083fad7508e201a00123a (diff) | |
download | stable-diffusion-webui-gfx803-6bc35be10a025fdea649d0a948f076760581728f.tar.gz stable-diffusion-webui-gfx803-6bc35be10a025fdea649d0a948f076760581728f.tar.bz2 stable-diffusion-webui-gfx803-6bc35be10a025fdea649d0a948f076760581728f.zip |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d9c485..a8eaca96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,6 +99,7 @@ * Gracefully handle mtime read exception from cache ([#14933](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14933))
* Only trigger interrupt on `Esc` when interrupt button visible ([#14932](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14932))
* Disable prompt token counters option actually disables token counting rather than just hiding results.
+* avoid doble upscaling in inpaint ([#14966](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14966))
### Other:
* Assign id for "extra_options". Replace numeric field with slider. ([#14270](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14270))
|