update changelog and todo

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-06-27 18:30:23 -04:00
parent 533aa04bbd
commit 01a960b19e
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -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*
+8 -1
View File
@@ -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 <https://github.com/Cschlaefli/automatic>
### 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)