geez i need to go to bed
This commit is contained in:
parent
f58b05e60b
commit
91cba5401d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue