From dacabaa47fff0e51cf44a4f358a196d84a1e8219 Mon Sep 17 00:00:00 2001 From: Nathan Lambert Date: Thu, 14 Jul 2022 14:39:19 -0700 Subject: [PATCH] readme vp typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca8d7b2..6823f433 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ image_pil.save("test.png") ``` #### **Example 32x32 image generation with SDE VP** -See [paper](https://arxiv.org/abs/2011.13456) for more information on SDE VE. +See [paper](https://arxiv.org/abs/2011.13456) for more information on SDE VP. ```python from diffusers import DiffusionPipeline