diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-06-01 05:13:09 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-06-01 05:13:09 +0000 |
commit | 8c3e64f4f6d67076031132b1628daba66dfa1121 (patch) | |
tree | ac47f34ac97c08e8f83fb2c90f6977459121e6b5 /CHANGELOG.md | |
parent | 3ee12386307bbedb51265028e2e9af246094a12c (diff) | |
download | stable-diffusion-webui-gfx803-8c3e64f4f6d67076031132b1628daba66dfa1121.tar.gz stable-diffusion-webui-gfx803-8c3e64f4f6d67076031132b1628daba66dfa1121.tar.bz2 stable-diffusion-webui-gfx803-8c3e64f4f6d67076031132b1628daba66dfa1121.zip |
update readme
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a018f9..c3c57fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.3.1
+### Features:
+ * revert default cross attention optimization to Doggettx
+
### Bug Fixes:
* fix bug: LoRA don't apply on dropdown list sd_lora
* fix png info always added even if setting is not enabled
@@ -7,6 +10,7 @@ * fix "hires. fix" prompt sharing same labels with txt2img_prompt
* fix lora hashes not being added properly to infotex if there is only one lora
* fix --use-cpu failing to work properly at startup
+ * make --disable-opt-split-attention command line option work again
## 1.3.0
|