From d48b81ac37b02bde2e141710ec0fd89702d5e908 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Fri, 13 Oct 2023 20:35:23 -0700 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index ed8d0eb9..9cdd01b6 100644 --- a/readme.md +++ b/readme.md @@ -106,6 +106,8 @@ Note that this Colab will disable refiner by default because Colab free's resour Thanks to [camenduru](https://github.com/camenduru)! +In Colab, you can modify the last line to `python entry_with_update.py --preset anime` or `python entry_with_update.py --preset realistic` for Fooocus Anime/Realistic Edition. + ### Linux (Using Anaconda) If you want to use Anaconda/Miniconda, you can @@ -126,6 +128,8 @@ Or if you want to open a remote port, use conda activate fooocus python entry_with_update.py --listen +Use `python entry_with_update.py --preset anime` or `python entry_with_update.py --preset realistic` for Fooocus Anime/Realistic Edition. + ### Linux (Using Python Venv) Your Linux needs to have **Python 3.10** installed, and lets say your Python can be called with command **python3** with your venv system working, you can @@ -146,6 +150,8 @@ Or if you want to open a remote port, use source fooocus_env/bin/activate python entry_with_update.py --listen +Use `python entry_with_update.py --preset anime` or `python entry_with_update.py --preset realistic` for Fooocus Anime/Realistic Edition. + ### Linux (Using native system Python) If you know what you are doing, and your Linux already has **Python 3.10** installed, and your Python can be called with command **python3** (and Pip with **pip3**), you can @@ -162,6 +168,8 @@ Or if you want to open a remote port, use python3 entry_with_update.py --listen +Use `python entry_with_update.py --preset anime` or `python entry_with_update.py --preset realistic` for Fooocus Anime/Realistic Edition. + ### Linux (AMD GPUs) Same with the above instructions. You need to change torch to AMD version