From f70e6cc8517b3bba03346d8e5cdb636fa144ce47 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 30 Aug 2023 12:59:42 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9561e7d02..4073290ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## Update for 2023-08-30 +Time for a quite a large update that has been leaking bit-by-bit over the past week or so... +*Note*: due to large changes, it is recommended to reset (delete) your `ui-config.json` + - diffusers: - - support for **destilled** sd models + - support for **distilled** sd models just go to models/huggingface and download a model, for example: `segmind/tiny-sd`, `segmind/small-sd`, `segmind/portrait-finetuned` those are lower quality, but extremely small and fast @@ -25,16 +28,19 @@ - optimize model hashing - add cli param `--skip-all` that skips all installer checks use at personal discretion, but it can be useful for bulk deployments - - add model **precompile** option (when model compile is enbled) + - add model **precompile** option (when model compile is enabled) - **extra network** folder info caching results in much faster startup when you have large number of extra networks - faster **xyz grid** switching especially when using different checkpoints + - update **second pass** options for clarity + - models: + - civitai download missing model previews - add **openvino** (experimental) cpu optimized model compile and inference enable with `--use-openvino` thanks @disty0 - enable batch **img2img** scale-by workflows - now you can batch process with rescaling based on eah individual original image size + now you can batch process with rescaling based on each individual original image size - fixes: - fix extra networks previews - css fixes