clarify what to resume from on colab notebook
This commit is contained in:
parent
6630ea7a50
commit
d274ff2849
|
@ -147,12 +147,13 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"attachments": {},
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "nEzuEYH0536C"
|
"id": "nEzuEYH0536C"
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"In order to train, you need a base model on which to train. This is a one-time setup to configure base models when you want to use a particular base.\n"
|
"In order to train, you need a base model on which to train. This is a one-time setup to configure base models when you want to use a particular base. \n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -227,11 +228,17 @@
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"#@title Resume from a diffusers model saved to your Gdrive\n",
|
"#@title Pick your base model from a diffusers model saved to your Gdrive (converted above)\n",
|
||||||
"#@markdown * if you have preveiously saved diffusers on your drive you can slect them here\n",
|
"\n",
|
||||||
|
"#@markdown Do not skip this cell.\n",
|
||||||
|
"\n",
|
||||||
|
"#@markdown * If you have preveiously saved diffusers on your drive you can select it here\n",
|
||||||
|
"\n",
|
||||||
"#@markdown ex. */content/drive/MyDrive/everydreamlogs/myproject_202208/ckpts/interrupted-gs023*\n",
|
"#@markdown ex. */content/drive/MyDrive/everydreamlogs/myproject_202208/ckpts/interrupted-gs023*\n",
|
||||||
|
"\n",
|
||||||
|
"#@markdown The default for SD1.5 converted above would be */content/drive/MyDrive/everydreamlogs/ckpt/SD15*\n",
|
||||||
"Resume_Model = \"/content/drive/MyDrive/everydreamlogs/ckpt/SD15\" #@param{type:\"string\"} \n",
|
"Resume_Model = \"/content/drive/MyDrive/everydreamlogs/ckpt/SD15\" #@param{type:\"string\"} \n",
|
||||||
"save_name= Resume_Model"
|
"save_name = Resume_Model"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue