geez i need to go to bed

Former-commit-id: 7623aab9f793ce6e2bfbf91d1430b7f15bfe1f42 [formerly 91cba5401d]
Former-commit-id: 4800ad573ba6885296396cbed7a25c80d18db835
This commit is contained in:
frostydad 2022-10-07 00:09:27 -06:00
parent 41cafec192
commit b088611323
1 changed files with 3 additions and 5 deletions

View File

@ -9,11 +9,9 @@
"source": [
"# AUTOMATIC1111's Stable Diffusion WebUI\n",
"\n",
"Adapted from: https://colab.research.google.com/drive/1Iy-xW9t1-OQWhb0hNxueGij8phCyluOh\n",
"https://github.com/AUTOMATIC1111/stable-diffusion-webui\n",
"\n",
"**Updating the Notebook**\n",
"\n",
"In the Tools section at the bottom of the notebook there is a block to download the latest version from Github.\n",
"Loosely based on https://colab.research.google.com/drive/1kw3egmSn-KgWsikYvOMjJkVDsPLjEMzl\n",
"\n",
"**Guides**\n",
"- [Getting started on Paperspace](https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace/blob/main/Docs/Paperspace%20Guide%20for%20Retards.md)\n",
@ -126,7 +124,7 @@
" !git clone \"{repo_clone_url}\" \"{path}\"\n",
" else:\n",
" print(f'{repo_clone_url.split(\"/\")[-1]} already downloaded, updating...')\n",
" !cd \"{path}\" && git pull\n",
" !cd \"{path}\" && git pull # no % so we don't interfere with the main process\n",
"\n",
"def init_free():\n",
" if (free_tier and repo_storage_dir != '/notebooks'):\n",