From 2d2a47d78f14c318dccbae02419f483963879445 Mon Sep 17 00:00:00 2001 From: Somnai Date: Sat, 26 Feb 2022 10:24:35 +1100 Subject: [PATCH] Added open in colab button --- Disco_Diffusion.ipynb | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/Disco_Diffusion.ipynb b/Disco_Diffusion.ipynb index e99577c..22981fc 100644 --- a/Disco_Diffusion.ipynb +++ b/Disco_Diffusion.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, { "cell_type": "markdown", "metadata": { @@ -493,7 +503,9 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "id": "BLk3J0h3MtON" + }, "outputs": [], "source": [ "from midas.dpt_depth import DPTDepthModel\n", @@ -3060,7 +3072,8 @@ "machine_shape": "hm", "name": "Disco Diffusion v4.1 [w/ Video Inits, Recovery & DDIM Sharpen].ipynb", "private_outputs": true, - "provenance": [] + "provenance": [], + "include_colab_link": true }, "kernelspec": { "display_name": "Python 3", @@ -3081,4 +3094,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} +} \ No newline at end of file