Skip to content

Commit

Permalink
Fixed a bug in the video generation (at the end)
Browse files Browse the repository at this point in the history
Fixed a bug in the video generation (at the end)
  • Loading branch information
aletts authored Jun 24, 2022
1 parent cebbf07 commit c870424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Disco_Diffusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3175,7 +3175,6 @@
" createPath(flo_out)\n",
" frames_in = sorted(glob(batchFolder+f\"/{folder}({run})_*.png\"))\n",
" shutil.copy(frames_in[0], flo_out)\n",
" print(sub_p_res)\n",
" for i in trange(init_frame, min(len(frames_in), last_frame)):\n",
" frame1_path = frames_in[i-1]\n",
" frame2_path = frames_in[i]\n",
Expand Down

0 comments on commit c870424

Please sign in to comment.