From d8cdc9f478e2efaa4a54bfe1a8a22ba0c67a1de3 Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Sat, 13 Jun 2026 09:51:09 -0700 Subject: [PATCH] docs: correct stale strength-ladder values in remove_watermark docstring The convenience wrapper's docstring still quoted the pre-2026-06 ladder (0.10 OpenAI / 0.15 Google / 0.15 unknown). The live constants in watermark_profiles.py are 0.20 / 0.30 / 0.30, applied to both the controlnet and sdxl pipelines. Docstring only; behaviour was already correct via vendor_for_strength + resolve_strength. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/remove_ai_watermarks/noai/watermark_remover.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/remove_ai_watermarks/noai/watermark_remover.py b/src/remove_ai_watermarks/noai/watermark_remover.py index 69c4990..82e1f7b 100644 --- a/src/remove_ai_watermarks/noai/watermark_remover.py +++ b/src/remove_ai_watermarks/noai/watermark_remover.py @@ -757,9 +757,9 @@ def remove_watermark( ) -> Path: """Convenience function to remove watermark from an image. - ``strength=None`` lets the profile pick its vendor-adaptive SDXL default - (0.10 OpenAI / 0.15 Google / 0.15 unknown, from the C2PA SynthID proxy on the - input). Pass a value to override. + ``strength=None`` lets the profile pick its vendor-adaptive default + (0.20 OpenAI / 0.30 Google / 0.30 unknown, from the C2PA SynthID proxy on the + input; same ladder for the controlnet and sdxl pipelines). Pass a value to override. """ from remove_ai_watermarks.noai.watermark_profiles import vendor_for_strength