mirror of https://github.com/vladmandic/automatic
parent
08c28ab257
commit
90b5e7de30
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,12 +1,20 @@
|
||||||
# Change Log for SD.Next
|
# Change Log for SD.Next
|
||||||
|
|
||||||
## Update for 2026-04-02
|
## Update for 2026-04-04
|
||||||
|
|
||||||
- **Models**
|
- **Models**
|
||||||
- [AiArtLab SDXS-1B](https://huggingface.co/AiArtLab/sdxs-1b) Simple Diffusion XS *(training still in progress)*
|
- [AiArtLab SDXS-1B](https://huggingface.co/AiArtLab/sdxs-1b) Simple Diffusion XS *(training still in progress)*
|
||||||
this model combines Qwen3.5-1.8B text encoder with SDXL-style UNET with only 1.6B parameters and custom 32ch VAE
|
this model combines Qwen3.5-1.8B text encoder with SDXL-style UNET with only 1.6B parameters and custom 32ch VAE
|
||||||
|
- **Compute**
|
||||||
|
- **ROCm** futher work on advanced configuration and tuning, thanks @resonantsky
|
||||||
|
see *main interface -> scripts -> rocm advanced config*
|
||||||
- **Internal**
|
- **Internal**
|
||||||
- additional typing and typechecks, thanks @awsr
|
- additional typing and typechecks, thanks @awsr
|
||||||
|
- Prohibit python==3.14 unless `--experimental`
|
||||||
|
- **Fixes**
|
||||||
|
- UI CSS fixes, thanks @awsr
|
||||||
|
- detect/warn if space in system path
|
||||||
|
- add `ftfy` to requirements
|
||||||
|
|
||||||
## Update for 2026-04-01
|
## Update for 2026-04-01
|
||||||
|
|
||||||
|
|
|
||||||
2
TODO.md
2
TODO.md
|
|
@ -1,5 +1,7 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
<https://github.com/huggingface/diffusers/pull/13317>
|
||||||
|
|
||||||
## Internal
|
## Internal
|
||||||
|
|
||||||
- Feature: implement `unload_auxiliary_models`
|
- Feature: implement `unload_auxiliary_models`
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c7af727f31758c9fc96cf0429bcf3608858a15e8
|
Subproject commit e3720332f2301fa597c94b40897aa6e983020f1f
|
||||||
Loading…
Reference in New Issue