uce_parachute

This is a concept-erased Stable Diffusion model using the Unlearning via Concept Erasure (UCE) method to remove the concept "Parachute".

Method

Unlearning via Concept Erasure (UCE) modifies the model's internal representations to remove specific concept knowledge.

Usage

from diffusers import StableDiffusionPipeline
import torch

pipe = StableDiffusionPipeline.from_pretrained("ErasureResearch/uce_parachute", torch_dtype=torch.float16).to("cuda")
prompt = "a photo of a parachute"
image = pipe(prompt).images[0]
image.save("erased_parachute.png")

Citation

If you use this model in your research, please cite:

@article{concept_erasure_2024,
  title={Concept Erasure in Diffusion Models},
  author={ErasureResearch Team},
  journal={Proceedings of...},
  year={2024}
}
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support