From d48dc3e8d17a6b95e75caae0d5b395d83d31068e Mon Sep 17 00:00:00 2001 From: Cyberes Date: Wed, 21 Sep 2022 12:57:16 -0600 Subject: [PATCH] minor clarification Former-commit-id: 8c81749e066fe301f684005f2f936a2f1a9a8b04 [formerly 3227cc8211115bed22423bb0bdf7383961052c66] Former-commit-id: 780a756bb15de5c11441291db417f4c192dce800 --- StableDiffusionUI_Voldemort_paperspace.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/StableDiffusionUI_Voldemort_paperspace.ipynb b/StableDiffusionUI_Voldemort_paperspace.ipynb index 514e8ee..a9e957e 100644 --- a/StableDiffusionUI_Voldemort_paperspace.ipynb +++ b/StableDiffusionUI_Voldemort_paperspace.ipynb @@ -118,7 +118,6 @@ "\n", "# Import launch.py which will automatically run the install script but not launch the WebUI.\n", "# They require a few specific external git repo commits so we have to do it their way. \n", - "# I wish we could import the script and manage the install process ourselves but this is fine.\n", "import launch\n", "\n", "# Download the GFPGAN face restorer.\n", @@ -339,7 +338,7 @@ "!rm $model_storage_dir/*.aria2\n", "!apt remove --purge -y aria2\n", "!apt autoremove --purge -y\n", - "!sudo apt-get clean\n", + "!apt clean\n", "\n", "# Restart the kernel\n", "import os\n",