This commit is contained in:
lllyasviel
2023-10-22 06:53:34 -07:00
parent 566cf08750
commit 22fc28958f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,10 +10,10 @@
"source": [
"!pip install pygit2==1.12.2\n",
"%cd /content\n",
"!git clone https://github.com/lllyasviel/Fooocus\n",
"!git clone https://github.com/lllyasviel/Fooocus.git\n",
"%cd /content/Fooocus\n",
"!cp colab_fix.txt user_path_config.txt\n",
"!python entry_with_update.py --share\n"
"!python entry_with_update.py --preset realistic --share\n"
]
}
],