Added note at top of colab to remind people to enable a gpu backend. (#1628)

# Description

as above. in case your grandma wants to use it.

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
This commit is contained in:
Alejandro Gil 2022-10-30 07:21:00 -07:00 committed by GitHub
commit 1cb5ba74b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,9 @@
{
"cell_type": "markdown",
"source": [
"# Config options for Colab instance"
"# Config options for Colab instance\n",
"> Before running, make sure GPU backend is enabled. (Unless you plan on generating with Stable Horde)\n",
">> Runtime -> Change runtime type -> Hardware Accelerator -> GPU (Make sure to save)"
],
"metadata": {
"id": "iegma7yteERV"
@ -549,4 +551,4 @@
"outputs": []
}
]
}
}