Skip to content

Commit

Permalink
fewer archival messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Oct 8, 2022
1 parent f43a7d1 commit 0a744fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Video_Killed_The_Radio_Star_Defusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
" for i, rec in enumerate(prompt_starts):\n",
" rec['frame0_fpath'] = None\n",
" archive_images(i)\n",
" print(\"archival process complete\")\n",
" print(\"archival process complete\")\n",
"\n",
"# anchor images will be regenerated if there's no associated frame0_fpath\n",
"# regenerate specific images if\n",
Expand All @@ -797,7 +797,7 @@
" if regen:\n",
" rec['frame0_fpath'] = None\n",
" archive_images(i)\n",
" print(\"archival process complete\")\n",
" print(\"archival process complete\")\n",
"\n",
"prompt_lag = False # @param {type:'boolean'}\n",
"\n",
Expand Down

0 comments on commit 0a744fd

Please sign in to comment.