Skip to content

Commit

Permalink
Update 272-paint-by-example.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jan 24, 2024
1 parent 292c2c1 commit a5c6043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/272-paint-by-example/272-paint-by-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
" latent_timestep = timesteps[:1]\n",
"\n",
" # get the initial random noise unless the user supplied it\n",
" latents, meta = self.prepare_latents(None, latent_timestep)\n",
" latents, meta = self.prepare_latents(latent_timestep)\n",
" mask, masked_image_latents = self.prepare_mask_latents(\n",
" mask,\n",
" masked_image,\n",
Expand Down

0 comments on commit a5c6043

Please sign in to comment.