minor clarification
Former-commit-id: 8c81749e066fe301f684005f2f936a2f1a9a8b04 [formerly 3227cc8211
]
Former-commit-id: 780a756bb15de5c11441291db417f4c192dce800
This commit is contained in:
parent
3647949428
commit
d48dc3e8d1
|
@ -118,7 +118,6 @@
|
||||||
"\n",
|
"\n",
|
||||||
"# Import launch.py which will automatically run the install script but not launch the WebUI.\n",
|
"# Import launch.py which will automatically run the install script but not launch the WebUI.\n",
|
||||||
"# They require a few specific external git repo commits so we have to do it their way. \n",
|
"# They require a few specific external git repo commits so we have to do it their way. \n",
|
||||||
"# I wish we could import the script and manage the install process ourselves but this is fine.\n",
|
|
||||||
"import launch\n",
|
"import launch\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Download the GFPGAN face restorer.\n",
|
"# Download the GFPGAN face restorer.\n",
|
||||||
|
@ -339,7 +338,7 @@
|
||||||
"!rm $model_storage_dir/*.aria2\n",
|
"!rm $model_storage_dir/*.aria2\n",
|
||||||
"!apt remove --purge -y aria2\n",
|
"!apt remove --purge -y aria2\n",
|
||||||
"!apt autoremove --purge -y\n",
|
"!apt autoremove --purge -y\n",
|
||||||
"!sudo apt-get clean\n",
|
"!apt clean\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Restart the kernel\n",
|
"# Restart the kernel\n",
|
||||||
"import os\n",
|
"import os\n",
|
||||||
|
|
Loading…
Reference in New Issue