diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-06-01 18:36:06 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-06-01 18:36:06 +0000 |
commit | 3e995778fc525ff15d56c1472c1a1bc701019ec5 (patch) | |
tree | 024ae459d8d8e8fc27bef213a6f7d36af794c8da | |
parent | a9674359ca4cd5ed8063a4dd23034450d80ba097 (diff) | |
parent | b6af0a3809ea869fb180633f9affcae4b199ffcf (diff) | |
download | stable-diffusion-webui-gfx803-3e995778fc525ff15d56c1472c1a1bc701019ec5.tar.gz stable-diffusion-webui-gfx803-3e995778fc525ff15d56c1472c1a1bc701019ec5.tar.bz2 stable-diffusion-webui-gfx803-3e995778fc525ff15d56c1472c1a1bc701019ec5.zip |
Merge branch 'master' into dev
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6ab5e3..c3c57fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 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
+ * fix some fields not applying in xyz plot
+ * 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
### Features:
|