update changelog

This commit is contained in:
Vladimir Mandic
2023-10-26 08:01:59 -04:00
parent b975bcec87
commit ac5f76b386
+33 -30
View File
@@ -1,14 +1,16 @@
# Change Log for SD.Next
## Update for 2023-10-25
## Update for 2023-10-26
*Note*: Pending release of `diffusers==0.22.0`
Mostly service release with support for several new models and additional optimizations...
Support for several new models and additional optimizations.
Plus tons of fixes...
- **Diffusers**
- new model type: [SegMind SSD-1B](https://huggingface.co/segmind/SSD-1B)
its a distilled model, this time 50% smaller and faster version of SD-XL!
- new model type: [Segmind SSD-1B](https://huggingface.co/segmind/SSD-1B)
its a *distilled* model, this time 50% smaller and faster version of SD-XL!
(and quality does not suffer, its just more optimized)
test shows batch-size:4 with 1k images used less than 6.5GB of VRAM
download using built-in **Huggingface** downloader: `segmind/SSD-1B`
- new model type: [LCM: Latent Consistency Models](https://github.com/openai/consistency_models)
@@ -27,40 +29,41 @@ Mostly service release with support for several new models and additional optimi
- **Upscalers**
- **compile compile** option, thanks @disty0
- **chaiNNer** add high quality models from [Helaman](https://openmodeldb.info/users/helaman)
- redesigned **progress bar** with full details on current operation
- redesigned **progress bar** with full details on current operation
- new option: *settings -> images -> keep incomplete*
can be used to skip vae decode on aborted/skipped/interrupted image generations
- remove external clone of items in `/repositories`
- switch core font in default theme to **noto-sans**
previously default font was simply *system-ui*, but it lead to too much variations between browsers and platforms
- **Fixes**
- fix **freeu** for backend original and add it to xyz grid
- fix loading diffuser models in huggingface format from non-standard location
- fix default styles looking in wrong location
- fix missing upscaler folder on initial startup
- fix handling of relative path for models
- fix simple live preview device mismatch
- fix batch img2img
- fix diffusers samplers: dpm++ 2m, dpm++ 1s, deis
- fix new style filename template
- fix image name template using model name
- fix model path using relative path
- fix `torch-rocm` and `tensorflow-rocm` version detection, thanks @xangelix
- fix **chainner** upscalers color clipping
- **Fixes**
- fix **freeu** for backend original and add it to xyz grid
- fix loading diffuser models in huggingface format from non-standard location
- fix default styles looking in wrong location
- fix missing upscaler folder on initial startup
- fix handling of relative path for models
- fix simple live preview device mismatch
- fix batch img2img
- fix diffusers samplers: dpm++ 2m, dpm++ 1s, deis
- fix new style filename template
- fix image name template using model name
- fix image name sequence
- fix model path using relative path
- fix `torch-rocm` and `tensorflow-rocm` version detection, thanks @xangelix
- fix **chainner** upscalers color clipping
- fix for base+refiner workflow in diffusers mode: number of steps, diffuser pipe mode
- fix for prompt encoder with refiner in diffusers mode
- fix prompts-from-file saving incorrect metadata
- fix before-hires step
- fix diffusers switch from invalid model
- **directml** and **ipex** updates
- force second requirements check on startup
- remove lyco, multiple_tqdm
- fix for prompt encoder with refiner in diffusers mode
- fix prompts-from-file saving incorrect metadata
- fix before-hires step
- fix diffusers switch from invalid model
- **directml** and **ipex** updates
- force second requirements check on startup
- remove **lyco**, multiple_tqdm
- enhance extension compatibility for exensions directly importing codeformers
- enhance extension compatibility for exensions directly accessing processing params
- css fixes
- clearly mark external themes in ui
- update `openvino`, thanks @disty0
- update `typing-extensions`
- **css** fixes
- clearly mark external themes in ui
- update `openvino`, thanks @disty0
- update `typing-extensions`
## Update for 2023-10-17