remove default model
This commit is contained in:
parent
df19a80b2f
commit
611e6cbe0c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue