FADE UnlearnCanvas -- Full (starting-point) checkpoint

The starting-point Stable Diffusion checkpoint fine-tuned on all 50 UnlearnCanvas styles, before any unlearning is applied. This is a mirror of the checkpoint released by the UnlearnCanvas authors (https://github.com/OPTML-Group/UnlearnCanvas) -- hosted here for convenience since it's the baseline every FADE comparison in this repo starts from.

Files

File Description
full.safetensors full (50/50 styles)

About FADE

FADE (Functional Alignment for Distributional Equivalence) is a metric for evaluating machine unlearning in diffusion models: it generates images from an unlearned model and a retain-only oracle, then measures a variational upper bound on the KL divergence between the two models' output distributions on those images. See the project repo for the full method and evaluation code: the project's public GitHub repo (link forthcoming)

This checkpoint is a fine-tune of Stable Diffusion v1.5, built on the UnlearnCanvas dataset/benchmark (Zhang et al., 2024). It inherits Stable Diffusion's CreativeML OpenRAIL-M license -- see the license file for the specific use-based restrictions that apply.

Citation

@article{cho2025referencespecific,
  title={Reference-Specific Unlearning Metrics Can Hide the Truth: A Reality Check},
  author={Cho, Sungjun and Hwang, Dasol and Sala, Frederic and Hwang, Sangheum and Cho, Kyunghyun and Cha, Sungmin},
  journal={arXiv preprint arXiv:2510.12981},
  year={2025}
}

Loading

import torch
from safetensors.torch import load_file

state_dict = load_file("<downloaded_file>.safetensors")
# merge into a CompVis-format LDM model, e.g. via UnlearnCanvas's
# ldm.util.instantiate_from_config, then:
# model.load_state_dict(state_dict, strict=False)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for sungjuncho/fade-unlearncanvas-full

Finetuned
(608)
this model

Collection including sungjuncho/fade-unlearncanvas-full

Paper for sungjuncho/fade-unlearncanvas-full