Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 76517bd

Browse files
author
Antonio Cheong
committed
Update documentation (for gdrive)
1 parent ac6115b commit 76517bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diffusion_WebUI.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@
187187
"from subprocess import getoutput\n",
188188
"\n",
189189
"vae_args = \"\"\n",
190-
"#@markdown Running in Google Drive prevents updates and is not recommended\n",
191-
"run_in_gdrive = False #@param {'type':'boolean'}\n",
190+
"#@markdown Save your images to your Google Drive automatically (at AI/output)\n",
191+
"save_to_gdrive = False #@param {'type':'boolean'}\n",
192192
"\n",
193193
"root_dir = \"/content\"\n",
194194
"\n",
195-
"if run_in_gdrive:\n",
195+
"if save_to_gdrive:\n",
196196
" drive.mount('/content/drive')\n",
197197
" !mkdir -p {'/content/drive/MyDrive/AI/output'}\n",
198198
" output_path = \"--img-output-dir /content/drive/MyDrive/AI/output/\"\n",

0 commit comments

Comments
 (0)