diff --git a/CHANGELOG.md b/CHANGELOG.md index f34d5d22f..0ed2c89c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Chroma is a 8.9B parameter model based on *FLUX.1-schnell* and fully Apache 2.0 licensed - available via *networks -> models -> reference* - *note*: model is still in training so future updates will trigger re-download + - large credits to @Trojaner for work on bringing Chroma support to SD.Next and all the optimizations around it! - [JoyCaption Beta](https://huggingface.co/fancyfeast/llama-joycaption-beta-one-hf-llava) support (in addition to existing JoyCaption Alpha) - new version of highly popular captioning model - available via *caption -> vlm caption* diff --git a/TODO.md b/TODO.md index 51d342ab8..c8d6183e9 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,14 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma ## Future Candidates +- Refactor: Move `model_*` stuff into subfolder +- Refactor: sampler options +- Fix LoRA unload for HiRes +- Simplify Control tab +- Common repo for T5 and CLiP +- Upgrade: unblock `numpy`: see `gradio` +- Upgrade: unblock `pydantic`: see + ### Complete Features - Python==3.13 improved support @@ -23,7 +31,6 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma - [HiDream GGUF](https://github.com/huggingface/diffusers/pull/11550) - [Diffusers guiders](https://github.com/huggingface/diffusers/pull/11311) - [Nunchaku PulID](https://github.com/mit-han-lab/nunchaku/pull/274) -- [Pydantic changes](https://github.com/Cschlaefli/automatic) - [Dream0 guidance](https://huggingface.co/ByteDance/DreamO) - [S3Diff diffusion upscaler](https://github.com/ArcticHare105/S3Diff) - [SUPIR upscaler](https://github.com/Fanghua-Yu/SUPIR)