Merge pull request #35 from cansakirt/patch-2

fix typo
fix-video-input-ffmpeg-call-and-improve-imports
Adam Letts 3 years ago committed by GitHub
commit 180244eb81
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_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
}
}

Loading…
Cancel
Save