Image preprocessing tool to protect artwork style from AI mimicry
Top 81.1% on sourcepulse
Mist is an image preprocessing tool designed to protect artwork from AI-driven style mimicry by applications like Stable Diffusion and NovelAI. It adds imperceptible watermarks that render images unrecognizable to these models, preventing effective style replication and producing scrambled outputs. The project is suitable for artists and content creators seeking to safeguard their digital creations.
How It Works
Mist employs an adversarial perturbation approach, modifying images to be unrecognizable by diffusion models. It integrates with Stable Diffusion, requiring an open gradient flow for its end-to-end adversarial perturbation process. This involves modifying specific Stable Diffusion model files to enable the watermark injection.
Quick Start & Requirements
conda env create -f environments.yml
, conda activate mist
, pip install --force-reinstall pillow
.sd-v1-4.ckpt
), advertorch 0.2.4.environments.yml
and downloading the Stable Diffusion checkpoint.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project requires specific versions of dependencies and modifications to Stable Diffusion's internal files, which may complicate integration and maintenance. The GPL-3.0 license may impose copyleft restrictions on derivative works.
2 months ago
Inactive