doubao-watermark-remover

Remove Doubao watermarks from images using Pillow and an alpha map.

28|5|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zhengsuanfa/doubao-watermark-remover --skill doubao-watermark-remover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doubao-watermark-remover
Source: https://github.com/zhengsuanfa/doubao-watermark-remover/tree/main
Command: npx skills add https://github.com/zhengsuanfa/doubao-watermark-remover --skill doubao-watermark-remover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow>=10.0.0, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It removes the visible "豆包AI生成" watermark from Doubao AI–generated images so your photos can be reused or shared without the branded text overlay.

Core Features & Use Cases

  • Alpha-map-based watermark removal: Uses a captured alpha reference to reverse the blending used in the watermark.
  • Bottom-right adaptive positioning: Locates the watermark in the bottom-right and adjusts size/offsets based on image dimensions.
  • Two-step workflow: Capture a per-size alpha map once, then batch-remove the watermark for subsequent images.

Quick Start

Upload an image with the "豆包AI生成" watermark and ask to remove the Doubao watermark, then run the provided remove script to generate a cleaned output file.

Frequently Asked Questions about doubao-watermark-remover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove the Doubao AI watermark from generated images?

To remove the Doubao AI watermark, this tool uses Pillow-based pixel replacement with an alpha map to reverse the watermark blending. Upload the image and run the script to generate a cleaned output file without the branded text overlay.

How does alpha map watermark removal work for Doubao photos?

Alpha map watermark removal captures a per-size alpha reference from the bottom-right corner to reverse the blending used in the watermark. This enables precise pixel replacement for subsequent images during batch cleanup.

Do I need Pillow to batch clean Doubao watermarks?

Yes, you need Pillow version 10.0.0 or higher to batch clean Doubao watermarks. The script loads an alpha map asset and applies Pillow-based pixel replacement to remove the visible text overlay.

What's the best way to remove the bottom-right Doubao watermark in Python?

The best way to remove the bottom-right Doubao watermark in Python is using an alpha-map-based method that adaptively locates the watermark and adjusts size and offsets based on image dimensions for accurate pixel replacement.

Why does the Doubao watermark removal script need an alpha map capture?

The script needs an alpha map capture to establish a per-size reference for reversing the watermark blending. This two-step workflow captures the alpha map once, then applies pixel replacement for subsequent batch processing.

Are there limitations when removing watermarks from Doubao-generated images?

Limitations include the requirement for the watermark to appear in the bottom-right corner. The script adaptively adjusts size and offsets based on image dimensions, but may require a fallback alpha map if the reference is missing.