From f4858c79f4102735af4068206b74cb99b84549ad Mon Sep 17 00:00:00 2001 From: aletts Date: Thu, 10 Mar 2022 17:27:21 -0500 Subject: [PATCH] Manually adding some metadata to the notebook --- Disco_Diffusion.ipynb | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/Disco_Diffusion.ipynb b/Disco_Diffusion.ipynb index b00db90..47ba1cd 100644 --- a/Disco_Diffusion.ipynb +++ b/Disco_Diffusion.ipynb @@ -23,7 +23,9 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "id": "1YwMUyt9LHG1" + }, "source": [ "### Credits & Changelog \u2b07\ufe0f" ] @@ -232,7 +234,9 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "id": "XTu6AjLyFQUq" + }, "source": [ "# Tutorial" ] @@ -292,7 +296,9 @@ }, { "cell_type": "code", - "metadata": {}, + "metadata": { + "id": "_9Eg9Kf5FlfK" + }, "source": [ "#@title 1.1 Check GPU Status\n", "import subprocess\n", @@ -2374,7 +2380,9 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "id": "CnkTNXJAPzL2" + }, "source": [ "### Animation Settings" ] @@ -2696,7 +2704,9 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "id": "u1VHzHvNx5fd" + }, "source": [ "### Extra Settings\n", " Partial Saves, Diffusion Sharpening, Advanced Settings, Cutn Scheduling" @@ -3078,6 +3088,21 @@ ], "metadata": { "anaconda-cloud": {}, + "accelerator": "GPU", + "colab": { + "collapsed_sections": [ + "1YwMUyt9LHG1", + "XTu6AjLyFQUq", + "_9Eg9Kf5FlfK", + "CnkTNXJAPzL2", + "u1VHzHvNx5fd" + ], + "machine_shape": "hm", + "name": "Disco Diffusion v5 [w/ 3D animation]", + "private_outputs": true, + "provenance": [], + "include_colab_link": true + }, "kernelspec": { "display_name": "Python 3", "language": "python",