diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-19 17:23:30 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-19 17:23:30 +0000 |
commit | 23c947ab0374220c39ac54fc00afcb74e809dd95 (patch) | |
tree | af9d96d9f852c016c850530c60752ff87f171765 /CHANGELOG.md | |
parent | 0e47c36a28ba638855d323409b5073660de14136 (diff) | |
download | stable-diffusion-webui-gfx803-23c947ab0374220c39ac54fc00afcb74e809dd95.tar.gz stable-diffusion-webui-gfx803-23c947ab0374220c39ac54fc00afcb74e809dd95.tar.bz2 stable-diffusion-webui-gfx803-23c947ab0374220c39ac54fc00afcb74e809dd95.zip |
automatically switch to 32-bit float VAE if the generated picture has NaNs.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a561252c..63a2c7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,8 @@ * 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
+ * add always_discard_next_to_last_sigma option to XYZ plot
+ * automatically switch to 32-bit float VAE if the generated picture has NaNs without the need for `--no-half-vae` commandline flag.
### Extensions and API:
* api endpoints: /sdapi/v1/server-kill, /sdapi/v1/server-restart, /sdapi/v1/server-stop
|