diff --git a/fooocus_colab.ipynb b/fooocus_colab.ipynb index c3497c6..469573c 100644 --- a/fooocus_colab.ipynb +++ b/fooocus_colab.ipynb @@ -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" ] } ], diff --git a/readme.md b/readme.md index 06465ed..a0b27de 100644 --- a/readme.md +++ b/readme.md @@ -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 -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.