diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-26 12:19:02 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-26 12:19:02 +0000 |
commit | 3039925b2746441b8ee2bd18c1f4cdfb9aaea65d (patch) | |
tree | a0e7cbaa2449f65aa658851cfd87c22e8b4a7aae | |
parent | 8220cf37da8130980b036535bc2fba6b89417158 (diff) | |
download | stable-diffusion-webui-gfx803-3039925b2746441b8ee2bd18c1f4cdfb9aaea65d.tar.gz stable-diffusion-webui-gfx803-3039925b2746441b8ee2bd18c1f4cdfb9aaea65d.tar.bz2 stable-diffusion-webui-gfx803-3039925b2746441b8ee2bd18c1f4cdfb9aaea65d.zip |
update readme
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 511a1583..5bf4a20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ ### Minor:
* support parsing text encoder blocks in some new LoRAs
+ * delete scale checker script due to user demand
### Extensions and API:
* add postprocess_batch_list script callback
### Bug Fixes:
+ * fix TI training for SD1
* fix reload altclip model error
* prepend the pythonpath instead of overriding it
* fix typo in SD_WEBUI_RESTARTING
@@ -15,6 +17,9 @@ * restyle Startup profile for black users
* fix webui not launching with --nowebui
* catch exception for non git extensions
+ * fix some options missing from /sdapi/v1/options
+ * fix for extension update status always saying "unknown"
+ * fix display of extra network cards that have `<>` in the name
## 1.5.0
|