diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-18 14:44:56 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-18 14:44:56 +0000 |
commit | be16d274f85a59b742f7480cdb79a596c972f598 (patch) | |
tree | 0d5dcc1785f758bddcb7e6d3d5e9bc4d36f8a004 | |
parent | 66c5f1bb1556a2d86d9f11aeb92f83d4a09832cc (diff) | |
download | stable-diffusion-webui-gfx803-be16d274f85a59b742f7480cdb79a596c972f598.tar.gz stable-diffusion-webui-gfx803-be16d274f85a59b742f7480cdb79a596c972f598.tar.bz2 stable-diffusion-webui-gfx803-be16d274f85a59b742f7480cdb79a596c972f598.zip |
changelog for 1.5.0
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 30783d9d..007010da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * SD XL support
* user metadata system for custom networks
* extended Lora metadata editor: set activation text, default weight, view tags, training info
+ * Lora extension rework to include other types of networks (all that were previously handled by LyCORIS extension)
* show github stars for extenstions
* img2img batch mode can read extra stuff from png info
* img2img batch works with subdirectories
@@ -11,6 +12,9 @@ * restyle time taken/VRAM display
* add textual inversion hashes to infotext
* optimization: cache git extension repo information
+ * move generate button next to the generated picture for mobile clients
+ * hide cards for networks of incompatible Stable Diffusion version in Lora extra networks interface
+ * skip installing packages with pip if they all are already installed - startup speedup of about 2 seconds
### Minor:
* checkbox to check/uncheck all extensions in the Installed tab
@@ -25,6 +29,7 @@ * speedup extra networks listing
* added `[none]` filename token.
* removed thumbs extra networks view mode (use settings tab to change width/height/scale to get thumbs)
+ * add always_discard_next_to_last_sigma option to XYZ plot
### Extensions and API:
* api endpoints: /sdapi/v1/server-kill, /sdapi/v1/server-restart, /sdapi/v1/server-stop
|