From 4a1eae07c7cdcd576cdc9726fb843e2ad5da5bc3 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:01:55 +0300 Subject: [PATCH] Update ddim.mdx (#2926) --- docs/source/en/api/schedulers/ddim.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/api/schedulers/ddim.mdx b/docs/source/en/api/schedulers/ddim.mdx index dc9bdd59a0..51b0cc3e9a 100644 --- a/docs/source/en/api/schedulers/ddim.mdx +++ b/docs/source/en/api/schedulers/ddim.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 implicit models (DDIM) +# Denoising Diffusion Implicit Models (DDIM) ## Overview @@ -24,4 +24,4 @@ The original codebase of this paper can be found here: [ermongroup/ddim](https:/ For questions, feel free to contact the author on [tsong.me](https://tsong.me/). ## DDIMScheduler -[[autodoc]] DDIMScheduler \ No newline at end of file +[[autodoc]] DDIMScheduler