This commit is contained in:
julianorinaldi 2025-08-13 11:36:44 -03:00
parent 59f183ab9b
commit 7392a0c47a
4 changed files with 4 additions and 1 deletions

1
exec.sh Executable file
View File

@ -0,0 +1 @@
python3.12 entry_with_update.py "$@"

View File

@ -138,7 +138,7 @@ If you want to use Anaconda/Miniconda, you can
Then download the models: download [default models](#models) to the folder "Fooocus\models\checkpoints". **Or let Fooocus automatically download the models** using the launcher:
conda activate fooocus
python entry_with_update.py
python3.12 entry_with_update.py
Or, if you want to open a remote port, use

2
start.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
source ../bin/activate