more storage stuff

Former-commit-id: 47a723d552
This commit is contained in:
Engineer-of-Stuff 2022-09-09 12:15:51 -06:00 committed by GitHub
parent e29154d81e
commit c0b5837bb5
1 changed files with 11 additions and 2 deletions

View File

@ -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."
]
},
{