Skip to content

Commit 60f760e

Browse files
committed
add classifier free guidance example for @ajrheng at #120
1 parent 6205e20 commit 60f760e

File tree

3 files changed

+803
-1
lines changed

3 files changed

+803
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,13 @@ sampled_seq.shape # (4, 32, 128)
238238
volume = {abs/2202.00512}
239239
}
240240
```
241+
242+
```bibtex
243+
@article{Ho2022ClassifierFreeDG,
244+
title = {Classifier-Free Diffusion Guidance},
245+
author = {Jonathan Ho},
246+
journal = {ArXiv},
247+
year = {2022},
248+
volume = {abs/2207.12598}
249+
}
250+
```

0 commit comments

Comments
 (0)