From c8122e79175a70d9cdec6a772e9b7b16facd9fe5 Mon Sep 17 00:00:00 2001 From: Katherine Crowson Date: Fri, 15 Apr 2022 05:36:41 -0700 Subject: [PATCH] Alter credit in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fe33f2..ea7a595 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Quality, sampling speed and diversity are best controlled via the `scale`, `ddim As a rule of thumb, higher values of `scale` produce better samples at the cost of a reduced output diversity. Furthermore, increasing `ddim_steps` generally also gives higher quality samples, but returns are diminishing for values > 250. Fast sampling (i.e. low values of `ddim_steps`) while retaining good quality can be achieved by using `--ddim_eta 0.0`. -Faster sampling (i.e. even lower values of `ddim_steps`) while retaining good quality can be achieved by using `--ddim_eta 0.0` and `--plms` (added by Katherine Crowson, see [Pseudo Numerical Methods for Diffusion Models on Manifolds](https://arxiv.org/abs/2202.09778)). +Faster sampling (i.e. even lower values of `ddim_steps`) while retaining good quality can be achieved by using `--ddim_eta 0.0` and `--plms` (see [Pseudo Numerical Methods for Diffusion Models on Manifolds](https://arxiv.org/abs/2202.09778)). #### Beyond 256²