esdx_french_horn
This is a concept-erased Stable Diffusion model using the Exact Source Distillation (ESD-X) method to remove the concept "French Horn".
Method
Exact Source Distillation (ESD-X) erases concepts by distilling knowledge while excluding specific concept representations.
Usage
from diffusers import StableDiffusionPipeline
import torch
pipe = StableDiffusionPipeline.from_pretrained("ErasureResearch/esdx_french_horn", torch_dtype=torch.float16).to("cuda")
prompt = "a photo of a french_horn"
image = pipe(prompt).images[0]
image.save("erased_french_horn.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
- 5
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support