π¦ ClawHub
Deai Image
by @swaylq
Detect and remove AI fingerprints from AI-generated images. Strip metadata, add film grain, recompress, and bypass AI image detectors. Works with Midjourney,...
π‘ Examples
# Basic processing (medium strength)
python scripts/deai.py input.pngSpecify output file
python scripts/deai.py input.png -o output.jpgAdjust processing strength
python scripts/deai.py input.png --strength heavyOnly strip metadata (fastest)
python scripts/deai.py input.png --no-metadataBatch process directory
python scripts/deai.py input_dir/ --batchPure Bash version (no Python needed)
bash scripts/deai.sh input.png output.jpg
π Tips & Best Practices
For Social Media
medium strength (good balance)For Professional Use
light (preserve quality)For Research/Testing
heavy for stress testingTERMINAL
clawhub install deai-image