From 93cf20df1b13212e716f7a205ca9ed540032edc7 Mon Sep 17 00:00:00 2001 From: Alosh Denny <97750960+aloshdenny@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:16:17 +0530 Subject: [PATCH] Fix link to SynthID visualizer in README Updated the link to the SynthID visualizer to the correct URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d8e3c8..891bc92 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This project reverse-engineers **Google's SynthID** watermarking system - the in 2. **Built a detector** that identifies SynthID watermarks with 90% accuracy 3. **Developed a multi-resolution spectral bypass** (V3) that achieves **75% carrier energy drop**, **91% phase coherence drop**, and **43+ dB PSNR** on any image resolution -[VT-OxFF](https://github.com/VT-0xFF) built a really cool visualizer to view the process of how SynthID watermark is added to images [here](https://github.com/VT-0xFF/SynthID-Explained) (also available in repo description)! +[VT-OxFF](https://github.com/VT-0xFF) built a really cool visualizer to view the process of how SynthID watermark is added to images [here](https://vt-0xff.github.io/SynthID-Explained/) (also available in repo description)! ---