mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-05-27 06:32:24 +02:00
chore(release): v0.5.2 — native-resolution invisible removal (fixes #10)
- 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) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""Remove-AI-Watermarks: Unified tool for removing visible and invisible AI watermarks."""
|
||||
|
||||
__version__ = "0.5.1"
|
||||
__version__ = "0.5.2"
|
||||
|
||||
Reference in New Issue
Block a user