This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@markdown ####**Animation Mode:** | |
animation_mode = '3D' #@param ['None', '2D', '3D', 'Video Input'] {type:'string'} | |
#@markdown *For animation, you probably want to turn `cutn_batches` to 1 to make it quicker.* | |
#@markdown --- | |
#@markdown ####**Video Input Settings:** | |
if is_colab: | |
video_init_path = "/content/drive/MyDrive/init.mp4" #@param {type: 'string'} |