From 7392a0c47a91740c69b2601cceffff9edb874da5 Mon Sep 17 00:00:00 2001 From: julianorinaldi Date: Wed, 13 Aug 2025 11:36:44 -0300 Subject: [PATCH] bacckup --- exec.sh | 1 + models/checkpoints/put_checkpoints_here | 0 readme.md | 2 +- start.sh | 2 ++ 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 exec.sh delete mode 100644 models/checkpoints/put_checkpoints_here create mode 100755 start.sh 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