Update readme.md
This commit is contained in:
parent
b5e24300ff
commit
d48b81ac37
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue