Skip to content

Commit

Permalink
add imports for resume
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Oct 14, 2022
1 parent aac4b3e commit 663a303
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Video_Killed_The_Radio_Star_Defusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,10 @@
"import shutil\n",
"from subprocess import Popen, PIPE\n",
"\n",
"from pathlib import Path\n",
"from PIL import Image\n",
"from itertools import cycle\n",
"\n",
"from omegaconf import OmegaConf\n",
"from tqdm.autonotebook import tqdm\n",
"\n",
Expand Down Expand Up @@ -1133,7 +1137,7 @@
"########################\n",
"\n",
"output_filename = 'output.mp4' # @param {type:'string'}\n",
"add_caption = False # @param {type:'boolean'}\n",
"add_caption = True # @param {type:'boolean'}\n",
"optimal_ordering = True # @param {type:'boolean'}\n",
"upscale = False # @param {type:'boolean'}\n",
"\n",
Expand Down Expand Up @@ -1350,4 +1354,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 663a303

Please sign in to comment.