You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).