remove default model
This commit is contained in:
parent
df19a80b2f
commit
611e6cbe0c
|
@ -262,7 +262,9 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"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": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# Possible models:\n",
|
"# Possible models:\n",
|
||||||
"# wd-v1-2-full-ema.ckpt\n",
|
"# wd-v1-2-full-ema.ckpt (waifu-diffusion v1.2)\n",
|
||||||
"\n",
|
"# sd-v1-4.ckpt (standard diffusion v1.4)\n",
|
||||||
"model_name = 'wd-v1-2-full-ema.ckpt'\n",
|
|
||||||
"\n",
|
"\n",
|
||||||
|
"model_name = ''\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# ========================================================================================================\n",
|
"# ========================================================================================================\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
Loading…
Reference in New Issue