mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-05-26 22:22:24 +02:00
chore(release): v0.5.0 — image provenance (identify) + SD/SDXL/FLUX + EXIF/XMP detection
New since v0.4.1: - identify command: aggregate C2PA, IPTC, SD/ComfyUI params, SynthID proxy, visible sparkle, open invisible watermark into one provenance verdict (--json, --no-visible). - Open SD/SDXL/FLUX invisible-watermark detection (imwatermark, extra: detect). - EXIF Software / XMP CreatorTool generator-tag reading (incl. AVIF/HEIF). - Stability AI + Microsoft/Bing C2PA issuers; SynthID metadata detection. - SynthID reference corpus + experimental pixel-carrier probe. - Fix: __version__ was stuck at 0.3.4 (banner mismatch), now synced. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "remove-ai-watermarks"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
description = "Remove visible and invisible AI watermarks from images (Gemini / Nano Banana, ChatGPT, Stable Diffusion)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""Remove-AI-Watermarks: Unified tool for removing visible and invisible AI watermarks."""
|
||||
|
||||
__version__ = "0.3.4"
|
||||
__version__ = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user