diff --git a/exec.sh b/exec.sh new file mode 100755 index 00000000..c24a59d2 --- /dev/null +++ b/exec.sh @@ -0,0 +1 @@ +python3.12 entry_with_update.py "$@" \ No newline at end of file diff --git a/models/checkpoints/put_checkpoints_here b/models/checkpoints/put_checkpoints_here deleted file mode 100644 index e69de29b..00000000 diff --git a/readme.md b/readme.md index 6f34a950..8874bf2a 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/start.sh b/start.sh new file mode 100755 index 00000000..5fe2dfce --- /dev/null +++ b/start.sh @@ -0,0 +1,2 @@ +#!/bin/bash +source ../bin/activate \ No newline at end of file