Typo on line 307 that breaks the tutorial table is fixed.
pull/35/head
cansakirt 3 years ago committed by GitHub
parent ee99254267
commit da2cde7d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Disco_Diffusion.ipynb

@ -304,7 +304,7 @@
"**Init settings:**\n", "**Init settings:**\n",
"`init_image` | URL or local path | None\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", "`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_init` | Option to start with random perlin noise | False\n",
"`perlin_mode` | ('gray', 'color') | 'mixed'\n", "`perlin_mode` | ('gray', 'color') | 'mixed'\n",
"**Advanced:**\n", "**Advanced:**\n",
@ -2687,4 +2687,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }

Loading…
Cancel
Save