Views
No views yet
up.1.1 and up.1.2.1from SAE.sae import Sae
2
3device = "cuda"
4hookpoint = "unet.up_blocks.1.attentions.1"
5
6sae = Sae.load_from_hub("bcywinski/SAeUron", hookpoint=hookpoint, device=device)1@article{cywinski2025saeuron,
2 title={SAeUron: Interpretable Concept Unlearning in Diffusion Models with Sparse Autoencoders},
3 author={Cywi{\'n}ski, Bartosz and Deja, Kamil},
4 journal={arXiv preprint arXiv:2501.18052},
5 year={2025}
6}