add danboruu lewd to model options

This commit is contained in:
Cyberes 2022-09-18 14:39:19 -06:00 committed by GitHub
parent a694ba218e
commit 0e95a0f68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 1 deletions

View File

@ -100,7 +100,7 @@
"tags": []
},
"source": [
"### Install requirements and download repositories."
"### Install requirements and download repositories"
]
},
{
@ -143,6 +143,7 @@
"cell_type": "markdown",
"metadata": {
"id": "F0EINk5M0s-w",
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
@ -324,6 +325,27 @@
"!wget https://huggingface.co/naclbit/trinart_stable_diffusion_v2/resolve/main/trinart2_step115000.ckpt -O $model_storage_dir/trinart2_step115000.ckpt"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Danbooru Lewd\n",
"\n",
"Focused on lewd images from Danbooru."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!apt update\n",
"!apt install -y aria2\n",
"%cd $model_storage_dir\n",
"!aria2c --seed-time=0 --max-overall-upload-limit=1K \"magnet:?xt=urn:btih:7SUHQKS2TBQ2NPVRVI5URE4L2HNBUZS6&dn=LD-70k-1e-pruned.ckpt&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce\""
]
},
{
"cell_type": "markdown",
"metadata": {