v0.10.0
Highlights
Removal pipeline
- ControlNet is now the default pipeline (text/face structure preservation).
--pipeline sdxlopts down to plain SDXL for inputs without text/faces. - Unified vendor-adaptive strength (the certified ControlNet floors, same ladder for both pipelines): OpenAI
0.20/ Google0.30/ unknown0.30. allandbatchnow remove the Doubao / Jimeng / Samsung visible text marks, not just the Gemini sparkle (they route through the watermark registry).--adaptive-polishis ON by default (it self-gates to a no-op where there is no detail deficit). Disable with--no-adaptive-polish.
New CLI knobs
--model(HuggingFace model id) oninvisible/all/batch.--guidance-scale(CFG) on all diffusion commands.
Deprecations / renames (backward-compatible)
- The plain-SDXL pipeline profile
defaultwas renamed tosdxl;defaultstill works as a deprecated alias (warns). --autois deprecated and now a no-op (the adaptive polish it enabled is on by default).
Internal
- Consolidated the Doubao/Jimeng/Samsung engines into a shared config-driven base (byte-exact behavior).
- Fewer redundant file reads in
identify, single decode/encode in the invisible post-processing, and a batch full-project code-review pass.
Full changelog: v0.9.0...v0.10.0