minor clarification

Former-commit-id: 8c81749e066fe301f684005f2f936a2f1a9a8b04 [formerly 3227cc8211]
Former-commit-id: 780a756bb15de5c11441291db417f4c192dce800
This commit is contained in:
Cyberes 2022-09-21 12:57:16 -06:00 committed by GitHub
parent 3647949428
commit d48dc3e8d1
1 changed files with 1 additions and 2 deletions

View File

@ -118,7 +118,6 @@
"\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",
"# I wish we could import the script and manage the install process ourselves but this is fine.\n",
"import launch\n",
"\n",
"# Download the GFPGAN face restorer.\n",
@ -339,7 +338,7 @@
"!rm $model_storage_dir/*.aria2\n",
"!apt remove --purge -y aria2\n",
"!apt autoremove --purge -y\n",
"!sudo apt-get clean\n",
"!apt clean\n",
"\n",
"# Restart the kernel\n",
"import os\n",