From da2cde7d4e0eb63106366b1141fcee2cd9b1c276 Mon Sep 17 00:00:00 2001 From: cansakirt <3201154+cansakirt@users.noreply.github.com> Date: Tue, 5 Apr 2022 15:07:19 -0400 Subject: [PATCH] fix typo Typo on line 307 that breaks the tutorial table is fixed. --- Disco_Diffusion.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Disco_Diffusion.ipynb b/Disco_Diffusion.ipynb index 3dcc774..fecc12a 100644 --- a/Disco_Diffusion.ipynb +++ b/Disco_Diffusion.ipynb @@ -304,7 +304,7 @@ "**Init settings:**\n", "`init_image` | URL or local path | None\n", "`init_scale` | This enhances the effect of the init image, a good value is 1000 | 0\n", - "`skip_steps Controls the starting point along the diffusion timesteps | 0\n", + "`skip_steps` | Controls the starting point along the diffusion timesteps | 0\n", "`perlin_init` | Option to start with random perlin noise | False\n", "`perlin_mode` | ('gray', 'color') | 'mixed'\n", "**Advanced:**\n", @@ -2687,4 +2687,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}