This commit is contained in:
Hammad Ali 2024-03-27 15:15:30 -04:00 committed by GitHub
commit ed7afc410d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,17 +165,17 @@ Your Linux needs to have **Python 3.10** installed, and let's say your Python ca
cd Fooocus cd Fooocus
python3 -m venv fooocus_env python3 -m venv fooocus_env
source fooocus_env/bin/activate source fooocus_env/bin/activate
pip install -r requirements_versions.txt pip3 install -r requirements_versions.txt
See the above sections for model downloads. You can launch the software with: See the above sections for model downloads. You can launch the software with:
source fooocus_env/bin/activate source fooocus_env/bin/activate
python entry_with_update.py python3 entry_with_update.py
Or, if you want to open a remote port, use 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 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. Use `python entry_with_update.py --preset anime` or `python entry_with_update.py --preset realistic` for Fooocus Anime/Realistic Edition.