diff --git a/StableDiffusionUI_Voldemort_paperspace.ipynb b/StableDiffusionUI_Voldemort_paperspace.ipynb index 9ae0389..f532a49 100644 --- a/StableDiffusionUI_Voldemort_paperspace.ipynb +++ b/StableDiffusionUI_Voldemort_paperspace.ipynb @@ -502,6 +502,13 @@ "# Tools" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Show graphics card info**" + ] + }, { "cell_type": "code", "execution_count": null, @@ -510,6 +517,25 @@ "source": [ "!nvidia-smi" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Download the latest version of this notebook from Github**\n", + "\n", + "Run this and then close this notebook. Don't save anything." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!mv /notebooks/StableDiffusionUI_Voldemort_paperspace.ipynb /notebooks/StableDiffusionUI_Voldemort_paperspace.ipynb.backup\n", + "!wget https://raw.githubusercontent.com/Engineer-of-Stuff/stable-diffusion-paperspace/main/StableDiffusionUI_Voldemort_paperspace.ipynb -O /notebooks/StableDiffusionUI_Voldemort_paperspace.ipynb" + ] } ], "metadata": {