mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Update readme.md
This commit is contained in:
@@ -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)!
|
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)
|
### Linux (Using Anaconda)
|
||||||
|
|
||||||
If you want to use Anaconda/Miniconda, you can
|
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
|
conda activate fooocus
|
||||||
python entry_with_update.py --listen
|
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)
|
### 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
|
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
|
source fooocus_env/bin/activate
|
||||||
python entry_with_update.py --listen
|
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)
|
### 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
|
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
|
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)
|
### Linux (AMD GPUs)
|
||||||
|
|
||||||
Same with the above instructions. You need to change torch to AMD version
|
Same with the above instructions. You need to change torch to AMD version
|
||||||
|
|||||||
Reference in New Issue
Block a user