surokpro2 commited on
Commit
f408a72
1 Parent(s): fc6e7d7

Update README.MD

Browse files
Files changed (1) hide show
  1. README.MD +10 -2
README.MD CHANGED
@@ -2,7 +2,7 @@
2
 
3
  ![modification demostration](resourses/image.png)
4
 
5
- This repository contains code to reproduce results from our paper on using sparse autoencoders (SAEs) to analyze and interpret the internal representations of text-to-image diffusion models, specifically SDXL Turbo.
6
 
7
  ## Repository Structure
8
 
@@ -59,7 +59,15 @@ We provide pretrained SAE checkpoints for 4 key transformer blocks in SDXL Turbo
59
  If you find this code useful in your research, please cite our paper:
60
 
61
  ```bibtex
62
- [Citation placeholder]
 
 
 
 
 
 
 
 
63
  ```
64
 
65
  ## Acknowledgements
 
2
 
3
  ![modification demostration](resourses/image.png)
4
 
5
+ This repository contains code to reproduce results from our paper (https://arxiv.org/abs/2410.22366) on using sparse autoencoders (SAEs) to analyze and interpret the internal representations of text-to-image diffusion models, specifically SDXL Turbo.
6
 
7
  ## Repository Structure
8
 
 
59
  If you find this code useful in your research, please cite our paper:
60
 
61
  ```bibtex
62
+ @misc{surkov2024unpackingsdxlturbointerpreting,
63
+ title={Unpacking SDXL Turbo: Interpreting Text-to-Image Models with Sparse Autoencoders},
64
+ author={Viacheslav Surkov and Chris Wendler and Mikhail Terekhov and Justin Deschenaux and Robert West and Caglar Gulcehre},
65
+ year={2024},
66
+ eprint={2410.22366},
67
+ archivePrefix={arXiv},
68
+ primaryClass={cs.LG},
69
+ url={https://arxiv.org/abs/2410.22366},
70
+ }
71
  ```
72
 
73
  ## Acknowledgements