From 3800bbf2eff9e6844e8ec3d531d0af0f35a8e295 Mon Sep 17 00:00:00 2001 From: vladmandic Date: Thu, 15 Jan 2026 08:43:11 +0100 Subject: [PATCH] update changelog and todo Signed-off-by: vladmandic --- CHANGELOG.md | 2 +- TODO.md | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a28b410a..8749f1a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ *note*: audio generation and upsampling are not yet supported (soon) - [GLM-Image](https://huggingface.co/zai-org/GLM-Image) GLM-image is a new image generation model that adopts a hybrid autoregressive with diffusion decoder architecture - available in both *original* and *sdnq-dynamic prequantized* variants + available in both *original* and *sdnq-dynamic prequantized* variants, thanks @CalamitousFelicitousness *note*: model requires usage of `--new` flag to install pre-release versions of required package - [Nunchaku Z-Image Turbo](https://huggingface.co/nunchaku-tech/nunchaku-z-image-turbo) - **Feaures** diff --git a/TODO.md b/TODO.md index 52136a48f..ce8f4adcd 100644 --- a/TODO.md +++ b/TODO.md @@ -13,9 +13,7 @@ - Deploy: Create executable for SD.Next - Feature: Integrate natural language image search [ImageDB](https://github.com/vladmandic/imagedb) -- Feature: Transformers unified cache handler - Feature: Remote Text-Encoder support -- Refactor: [Modular pipelines and guiders](https://github.com/huggingface/diffusers/issues/11915) - Refactor: move sampler options to settings to config - Refactor: [GGUF](https://huggingface.co/docs/diffusers/main/en/quantization/gguf) - Feature: LoRA add OMI format support for SD35/FLUX.1 @@ -28,20 +26,26 @@ - Engine: [mmgp](https://github.com/deepbeepmeep/mmgp) - Engine: [sharpfin](https://github.com/drhead/sharpfin) instead of `torchvision` +## Modular + +- Switch to modular pipelines +- Feature: Transformers unified cache handler +- Refactor: [Modular pipelines and guiders](https://github.com/huggingface/diffusers/issues/11915) +- [MagCache](https://github.com/lllyasviel/FramePack/pull/673/files) +- [SmoothCache](https://github.com/huggingface/diffusers/issues/11135) + ## Features - [Flux.2 TinyVAE](https://huggingface.co/fal/FLUX.2-Tiny-AutoEncoder) - [IPAdapter composition](https://huggingface.co/ostris/ip-composition-adapter) - [IPAdapter negative guidance](https://github.com/huggingface/diffusers/discussions/7167) -- [MagCache](https://github.com/lllyasviel/FramePack/pull/673/files) -- [SmoothCache](https://github.com/huggingface/diffusers/issues/11135) - [STG](https://github.com/huggingface/diffusers/blob/main/examples/community/README.md#spatiotemporal-skip-guidance) - [Video Inpaint Pipeline](https://github.com/huggingface/diffusers/pull/12506) - [Sonic Inpaint](https://github.com/ubc-vision/sonic) ### New models / Pipelines -TODO: *Prioritize*! +TODO: Investigate which models are diffusers-compatible and prioritize! - [LTXVideo 0.98 LongMulti](https://github.com/huggingface/diffusers/pull/12614) - [Cosmos-Predict-2.5](https://huggingface.co/nvidia/Cosmos-Predict2.5-2B)