remove default model

This commit is contained in:
Engineer-of-Stuff 2022-09-08 16:51:44 -06:00 committed by GitHub
parent df19a80b2f
commit 611e6cbe0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -262,7 +262,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You will get a link to `nnn.gradio.app`, that's your WebUI. Follow it."
"First, enter the name of the model you want to use into `model_name` in the cell below.\n",
"\n",
"Then run the model. You will get a link to nnn.gradio.app, that's your WebUI. Follow it."
]
},
{
@ -276,10 +278,10 @@
"outputs": [],
"source": [
"# Possible models:\n",
"# wd-v1-2-full-ema.ckpt\n",
"\n",
"model_name = 'wd-v1-2-full-ema.ckpt'\n",
"# wd-v1-2-full-ema.ckpt (waifu-diffusion v1.2)\n",
"# sd-v1-4.ckpt (standard diffusion v1.4)\n",
"\n",
"model_name = ''\n",
"\n",
"# ========================================================================================================\n",
"\n",