From 37769453a9bd67b6310acd75e31ddb7af0fb0d06 Mon Sep 17 00:00:00 2001 From: test-user Date: Mon, 25 May 2026 10:00:25 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.5.2=20=E2=80=94=20native-r?= =?UTF-8?q?esolution=20invisible=20removal=20(fixes=20#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix(invisible): process at native resolution by default; the forced downscale-to-1024 -> upscale-back round-trip was the main quality loss (#10). Matches the raiw.cc backend (fal fast-sdxl = sdxl-base-1.0). New --max-resolution opt-in cap for GPU/MPS memory. - docs: verified fal checkpoint, native-res, gpt-image-2 SynthID. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- src/remove_ai_watermarks/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12a6e2c..9b022ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.5.1" +version = "0.5.2" description = "Remove visible and invisible AI watermarks from images (Gemini / Nano Banana, ChatGPT, Stable Diffusion)" readme = "README.md" requires-python = ">=3.10" diff --git a/src/remove_ai_watermarks/__init__.py b/src/remove_ai_watermarks/__init__.py index bfa17c5..83c0ccc 100644 --- a/src/remove_ai_watermarks/__init__.py +++ b/src/remove_ai_watermarks/__init__.py @@ -1,3 +1,3 @@ """Remove-AI-Watermarks: Unified tool for removing visible and invisible AI watermarks.""" -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/uv.lock b/uv.lock index 6715598..8e973f0 100644 --- a/uv.lock +++ b/uv.lock @@ -2150,7 +2150,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.5.1" +version = "0.5.2" source = { editable = "." } dependencies = [ { name = "click" },