Add files via upload

This commit is contained in:
Cyberes 2022-10-31 19:34:37 -06:00 committed by GitHub
parent a67f61a4d8
commit 40d4163119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 16 deletions

View File

@ -31,7 +31,7 @@
"tags": []
},
"source": [
"## Installation and Setup\n",
"# Installation and Setup\n",
"\n",
"You must reinstall everything each time you restart the machine. If already downloaded, dependencies will be auto-updated."
]
@ -119,7 +119,7 @@
"tags": []
},
"source": [
"### Clone the central repository"
"## Clone the central repository"
]
},
{
@ -168,7 +168,7 @@
"tags": []
},
"source": [
"### Install requirements and download repositories"
"## Install requirements and download repositories"
]
},
{
@ -303,15 +303,12 @@
"!mkdir -p \"{model_storage_dir}/hypernetworks\"\n",
"!mkdir -p \"{repo_storage_dir}/stable-diffusion-webui/models/hypernetworks\"\n",
"\n",
"# Make sure the log dir exists\n",
"\n",
"# Link the output folders to /notebooks/outputs\n",
"!mkdir -p \"{repo_storage_dir}/stable-diffusion-webui/log/images\"\n",
"!mkdir -p \"{repo_storage_dir}/stable-diffusion-webui/outputs\"\n",
"!ln -s \"{repo_storage_dir}/stable-diffusion-webui/outputs\" /notebooks/\n",
"!ln -s \"{repo_storage_dir}/stable-diffusion-webui/log\" \"{repo_storage_dir}/stable-diffusion-webui/outputs\"\n",
"\n",
"\n",
"!echo \"Done!\""
]
},
@ -322,7 +319,7 @@
"tags": []
},
"source": [
"### Download the Model"
"## Download the Model"
]
},
{
@ -343,7 +340,7 @@
"\n",
"<br>\n",
"\n",
"#### Filesize and Storage Disclaimer\n",
"### Filesize and Storage Disclaimer\n",
"\n",
"Paperspace free tier has only 5GB of storage space. If you're having storage issues, here are a few suggestions.\n",
"1. Download everything to `/tmp/`\n",
@ -351,7 +348,7 @@
"3. Upgrade to a Pro account. They'll give you 15GB and you'll get longer runtimes and more powerful free GPUs.\n",
"4. Use my referral code `KQLRH37` You'll get \\$10 credit that you should be able to put towards the storage overage charges. Redeem the code at the bottom of the Billing page.\n",
"\n",
"#### Torrent Instructions\n",
"### Torrent Instructions\n",
"\n",
"Aria2 may show some errors/warnings while downloading. Those are fine, when it eventually says \"Download Complete\" that means everything worked as it should."
]
@ -362,7 +359,7 @@
"tags": []
},
"source": [
"#### Stable Diffusion"
"### Stable Diffusion"
]
},
{
@ -433,7 +430,7 @@
"tags": []
},
"source": [
"#### Waifu Diffusion"
"### Waifu Diffusion"
]
},
{
@ -482,7 +479,7 @@
"tags": []
},
"source": [
"#### trinart_stable_diffusion_v2"
"### trinart_stable_diffusion_v2"
]
},
{
@ -551,7 +548,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### trinart_characters_19-2m_stable_diffusion_v1\n",
"### trinart_characters_19-2m_stable_diffusion_v1\n",
"\n",
"Trained on 19.2M anime/manga-style images. This model seeks for a sweet spot between artistic style and anatomical quality."
]
@ -570,7 +567,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### NovelAI Leak"
"### NovelAI Leak"
]
},
{
@ -671,7 +668,7 @@
"tags": []
},
"source": [
"### Clean up and restart the kernel"
"## Clean up and restart the kernel"
]
},
{
@ -698,7 +695,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Link the models directory\n",
"## Link the models directory\n",
"\n",
"Create symlinks. The file will be stored in the models storage directory and linked to where the WebUI expects the files to be."
]