From c0771cd6a03ef49887db86781fea6f822dbec44c Mon Sep 17 00:00:00 2001 From: CreamyLong <45339996+CreamyLong@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:51:55 +0800 Subject: [PATCH] Update index.html fix typo 'noist' to 'noisy' --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 817f7edd..e87ba34c 100644 --- a/index.html +++ b/index.html @@ -223,15 +223,15 @@

(1) Variable Aspect Ratios

(2) Variable Resolutions

-

During inferencing, we use Position Interpolation to enable variable resolution sampling, despite training on a fixed 256x256 resolution. We downscale the position indices of the variable-resolution noist latents from [0, seq_length-1] to [0, 255] to aligning them with the pretrained range. This adjustment enables the attention-based diffusion model to handle sequences of higher resolutions.

+

During inferencing, we use Position Interpolation to enable variable resolution sampling, despite training on a fixed 256x256 resolution. We downscale the position indices of the variable-resolution noisy latents from [0, seq_length-1] to [0, 255] to aligning them with the pretrained range. This adjustment enables the attention-based diffusion model to handle sequences of higher resolutions.