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 2d411ba commit b62093f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
11 changes: 2 additions & 9 deletions stable_video_diffusion_fp16_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,8 @@
" writer.write(frame)\n",
" writer.release()\n",
" all_out_paths.append(video_path)\n",
" return all_out_paths"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
" return all_out_paths\n",
"\n",
"import gradio as gr\n",
"import random\n",
"\n",
Expand Down
11 changes: 2 additions & 9 deletions stable_video_diffusion_fp32_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,8 @@
" writer.write(frame)\n",
" writer.release()\n",
" all_out_paths.append(video_path)\n",
" return all_out_paths"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
" return all_out_paths\n",
"\n",
"import gradio as gr\n",
"import random\n",
"\n",
Expand Down

0 comments on commit b62093f

Please sign in to comment.