From 9ddd0ebaed2b5db4a08a3e6e618868145d62ed9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Tolga=20Cang=C3=B6z?= <46008593+standardAI@users.noreply.github.com> Date: Tue, 4 Apr 2023 16:02:30 +0300 Subject: [PATCH] Update ddpm.mdx (#2929) --- docs/source/en/api/schedulers/ddpm.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/api/schedulers/ddpm.mdx b/docs/source/en/api/schedulers/ddpm.mdx index 76ea248a01..6c4058b941 100644 --- a/docs/source/en/api/schedulers/ddpm.mdx +++ b/docs/source/en/api/schedulers/ddpm.mdx @@ -10,7 +10,7 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o specific language governing permissions and limitations under the License. --> -# Denoising diffusion probabilistic models (DDPM) +# Denoising Diffusion Probabilistic Models (DDPM) ## Overview @@ -24,4 +24,4 @@ We present high quality image synthesis results using diffusion probabilistic mo The original paper can be found [here](https://arxiv.org/abs/2010.02502). ## DDPMScheduler -[[autodoc]] DDPMScheduler \ No newline at end of file +[[autodoc]] DDPMScheduler