Skip to content

v0.8.2

Choose a tag to compare

@wiltodelta wiltodelta released this 31 May 22:47
· 103 commits to main since this release
v0.8.2
729f5f2

What's changed since 0.8.1

  • fix(invisible): --pipeline ctrlregen now defaults to a clean-noise strength (1.0) instead of inheriting the SDXL 0.10. At 0.10 it loaded ControlNet + DINOv2 and barely changed the image (a no-op for removal); clean-noise regeneration is the approach the research identifies for watermarks that light partial-noise img2img cannot remove. Override with --strength.
  • feat(cli): new --no-protect-faces on invisible/all to skip the YOLO face detector when the image has no people (mirrors --no-protect-text).
  • refactor(cli): plain-text console output — dropped the rich dependency. No colors/markup/panels/Unicode glyphs; identify/metadata tables render as plain aligned lines, and the [gpu] install hint now prints verbatim.
  • fix(visible): guard reverse-alpha removal and extract_mask against tiny / degenerate ROIs (Windows CI crash).
  • fix(scripts): analysis scripts no longer import rich (keeps a clean uv sync --frozen / CI green after the dependency drop).