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

View File

@ -10,10 +10,10 @@
"source": [ "source": [
"!pip install pygit2==1.12.2\n", "!pip install pygit2==1.12.2\n",
"%cd /content\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", "%cd /content/Fooocus\n",
"!cp colab_fix.txt user_path_config.txt\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"
] ]
} }
], ],

View File

@ -106,7 +106,7 @@ Please open an issue if you use similar devices but still cannot achieve accepta
| --- | --- | | --- | --- |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lllyasviel/Fooocus/blob/main/fooocus_colab.ipynb) | Fooocus Official [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lllyasviel/Fooocus/blob/main/fooocus_colab.ipynb) | Fooocus Official
In Colab, you can modify the last line to `!python entry_with_update.py --preset anime --share` or `!python entry_with_update.py --preset realistic --share` for Fooocus Anime/Realistic Edition. In Colab, you can modify the last line to `!python entry_with_update.py --share` or `!python entry_with_update.py --preset anime --share` or `!python entry_with_update.py --preset realistic --share` for Fooocus Default/Anime/Realistic Edition.
Note that this Colab will disable refiner by default because Colab free's resource is relatively limited. Note that this Colab will disable refiner by default because Colab free's resource is relatively limited.