From c0b5837bb5f41cd229d06ffb52e581f07c0110ac Mon Sep 17 00:00:00 2001 From: Engineer-of-Stuff Date: Fri, 9 Sep 2022 12:15:51 -0600 Subject: [PATCH] more storage stuff Former-commit-id: 47a723d5522161e573c8c4b5715eca539c1169f8 --- StableDiffusionUI_Voldemort_paperspace.ipynb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/StableDiffusionUI_Voldemort_paperspace.ipynb b/StableDiffusionUI_Voldemort_paperspace.ipynb index a8097ed..7b7b050 100644 --- a/StableDiffusionUI_Voldemort_paperspace.ipynb +++ b/StableDiffusionUI_Voldemort_paperspace.ipynb @@ -104,13 +104,18 @@ "else:\n", " print('GFPGANv1.3.pth already downloaded')\n", " \n", - "!mkdir -p /notebooks/models/" + "!mkdir -p /notebooks/models/\n", + "\n", + "# Get some storage back\n", + "!pip cache purge\n", + "!sudo apt-get clean" ] }, { "cell_type": "markdown", "metadata": { "id": "F0EINk5M0s-w", + "jp-MarkdownHeadingCollapsed": true, "tags": [] }, "source": [ @@ -125,7 +130,11 @@ "\n", "You don't need to repeat this step if you've already downloaded the models.\n", "\n", - "**Filesize Disclaimer:** Paperspace free tier has only 5GB of storage space. The standard model is 4GB and waifu is 7.2GB." + "**Filesize and Storage Disclaimer**\n", + "\n", + "Paperspace free tier has only 5GB of storage space. The standard model is 4GB and waifu is 7.2GB. If you run out of storage space, you have two options:\n", + "1. Add a payment method to your account. Storage overages are billed at $0.29/GB and billing occurs monthly and runs at midnight on the first of each month. With a payment method on file, Paperspace will let you use more storage and if you time it right you shouldn't actually be charged for it.\n", + "2. Upgrade to a Pro account. They'll give you 15GB and you'll get longer runtimes and more powerful free GPUs." ] }, {