aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-14 10:35:07 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-14 10:35:07 +0000
commit89f9faa63388756314e8a1d96cf86bf5e0663045 (patch)
tree86c94057a383c3665f994c0c9ce0c5205deec14f /CHANGELOG.md
parentb08500cec8a791ef20082628b49b17df833f5dda (diff)
parentdbd13dee3aa7c8e37aa43f30a8272b50ba61e7fe (diff)
downloadstable-diffusion-webui-gfx803-89f9faa63388756314e8a1d96cf86bf5e0663045.tar.gz
stable-diffusion-webui-gfx803-89f9faa63388756314e8a1d96cf86bf5e0663045.tar.bz2
stable-diffusion-webui-gfx803-89f9faa63388756314e8a1d96cf86bf5e0663045.zip
Merge branch 'release_candidate'
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1727864..8cf444ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 1.2.1
+
+### Features:
+ * add an option to always refer to lora by filenames
+
+### Bug Fixes:
+ * never refer to lora by an alias if multiple loras have same alias or the alias is called none
+ * fix upscalers disappearing after the user reloads UI
+ * allow bf16 in safe unpickler (resolves problems with loading some loras)
+ * allow web UI to be ran fully offline
+ * fix localizations not working
+ * fix error for loras: 'LatentDiffusion' object has no attribute 'lora_layer_mapping'
+
## 1.2.0
### Features: