diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6731039..a045bca16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Highlights for 2024-09-07 Major refactor of [FLUX.1](https://blackforestlabs.ai/announcing-black-forest-labs/) support: -- Full **ControlNet** support, better **LoRA** support, full **prompt attention** support, +- Full **ControlNet** support, better **LoRA** support, full **prompt attention** implementation - Faster execution, more flexible loading, additional quantization options, and more... - Added **image-to-image**, **inpaint**, **outpaint**, **hires** modes - Since both *Optimum-Quanto* and *BitsAndBytes* libraries are limited in their platform support matrix, @@ -16,9 +16,9 @@ Few image related goodies... - Auto **HDR** image create for SD and SDXL with both 16ch true-HDR and 8-ch HDR-effect images ;) And few video related goodies... -- [CogVideoX](https://huggingface.co/THUDM/CogVideoX-5b) 2b and 5b variants +- [CogVideoX](https://huggingface.co/THUDM/CogVideoX-5b) **2b** and **5b** variants with support for *text-to-video* and *video-to-video*! -- [AnimateDiff](https://github.com/guoyww/animatediff/) prompt travel and long context windows! +- [AnimateDiff](https://github.com/guoyww/animatediff/) **prompt travel** and **long context windows**! create video which travels between different prompts and at long video lengths! Plus tons of minor items and fixes - see [changelog](https://github.com/vladmandic/automatic/blob/master/CHANGELOG.md) for details!