diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-13 17:24:48 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-13 17:24:48 +0000 |
commit | 27f7fbf35cd72d547d830f97828ee13d3d2009aa (patch) | |
tree | 8a80f841fc4a5d588e1214111990aca7472a8cc1 | |
parent | 12c78138dd56eef029ce74e371c8e646cb07f6fb (diff) | |
download | stable-diffusion-webui-gfx803-27f7fbf35cd72d547d830f97828ee13d3d2009aa.tar.gz stable-diffusion-webui-gfx803-27f7fbf35cd72d547d830f97828ee13d3d2009aa.tar.bz2 stable-diffusion-webui-gfx803-27f7fbf35cd72d547d830f97828ee13d3d2009aa.zip |
update readme
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1727864..b586b271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## Upcoming 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
+
## 1.2.0
### Features:
|