Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru authored Nov 22, 2023
1 parent 21aba9c commit ff99f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable_video_diffusion_fp16_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
" (samples.shape[-1], samples.shape[-2]),\n",
" )\n",
" samples = embed_watermark(samples)\n",
" # samples = filter(samples)\n",
" samples = filter(samples)\n",
" vid = (\n",
" (rearrange(samples, \"t c h w -> t h w c\") * 255)\n",
" .cpu()\n",
Expand Down

0 comments on commit ff99f52

Please sign in to comment.