Skip to content

v0.8.4

Choose a tag to compare

@wiltodelta wiltodelta released this 01 Jun 03:47
· 95 commits to main since this release
v0.8.4
72812de

identify

  • Visible Doubao / Jimeng detection. identify now detects the ByteDance Doubao (豆包AI生成) and Jimeng (即梦AI) visible marks via the watermark registry, not just the Gemini sparkle. New medium-confidence signals visible_doubao / visible_jimeng serve as the stripped-metadata visual fallback (these are normally caught by the TC260 AIGC metadata label). Each is gated by its own engine NCC threshold.
  • Lighter import (512 MB-host friendly). noai/__init__ is now lazy (PEP 562 __getattr__), so import remove_ai_watermarks.identify no longer eagerly pulls torch + diffusers via the removal pipeline. Footprint drops from ~420 MB to ~21 MB in a full gpu/detect install; the removal API still resolves lazily on first access. Guarded by a regression test.

No breaking changes.