VinAIResearch/Anti-DreamBooth
Anti-DreamBooth: Protecting users from personalized text-to-image synthesis (ICCV 2023)
Implements multiple perturbation algorithms (ASPL, FSMG, and ensemble variants) that inject imperceptible noise into images to degrade DreamBooth fine-tuning quality while maintaining visual fidelity. Built on Hugging Face diffusers and compatible with multiple Stable Diffusion versions (1.4–2.1), with recent LoRA support for parameter-efficient personalization attacks. Evaluated on facial datasets (VGGFace2, CelebA-HQ) with robustness testing across model/prompt mismatches.
267 stars. No commits in the last 6 months.
Stars
267
Forks
28
Language
Python
License
AGPL-3.0
Category
Last pushed
Sep 30, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/VinAIResearch/Anti-DreamBooth"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
TheLastBen/fast-stable-diffusion
fast-stable-diffusion + DreamBooth
XavierXiao/Dreambooth-Stable-Diffusion
Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
tixset/fast-DreamBooth
🎨 Оптимизированный ноутбук для Google Colab, позволяющий обучить модель Stable Diffusion на...
bits-bytes-nn/py-dreambooth
Easily create your own AI avatar images!
zanilzanzan/DreamBooth
This repository contains the implementation of DreamBooth with Stable Diffusion. You can also...