Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 7eb32a8

Browse files
committed
merge syntax highlighting
2 parents 9c6aa9f + 86b60a3 commit 7eb32a8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ In order to get started, we recommend taking a look at our notebooks: [**prompt-
2020
## Prompt Edits
2121

2222
In our notebooks, we perform our main logic by implementing the abstract class `AttentionControl` object, of the following form:
23+
2324
``` python
2425
class AttentionControl(abc.ABC):
2526
@abc.abstractmethod
@@ -55,12 +56,12 @@ In this case, the user changes the weight of certain tokens in the prompt, e.g.,
5556

5657
## Citation
5758

58-
```
59+
``` bibtex
5960
@article{hertz2022prompt,
60-
title={Prompt-to-Prompt Image Editing with Cross Attention Control},
61-
author={Hertz, Amir and Mokady, Ron and Tenenbaum, Jay and Aberman, Kfir and Pritch, Yael and Cohen-Or, Daniel},
62-
journal={arXiv preprint arXiv:2208.01626},
63-
year={2022}
61+
title = {Prompt-to-Prompt Image Editing with Cross Attention Control},
62+
author = {Hertz, Amir and Mokady, Ron and Tenenbaum, Jay and Aberman, Kfir and Pritch, Yael and Cohen-Or, Daniel},
63+
journal = {arXiv preprint arXiv:2208.01626},
64+
year = {2022},
6465
}
6566
```
6667

0 commit comments

Comments
 (0)