SECRET - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 181ea2dd84c2a641ee1647d82ebd653242604992 DIR parent 7f295750510392f9c3291ca791e2aba2a9080943 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Fri, 18 Jul 2025 16:35:58 +0200 SECRET Diffstat: M stable-diffusion-prompt-generator | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- DIR diff --git a/stable-diffusion-prompt-generator b/stable-diffusion-prompt-generator @@ -10,7 +10,10 @@ fi prompt="$@" ollama-gpu \ - ollama run --hidethinking brxce/stable-diffusion-prompt-generator \ + ollama run \ + --hidethinking \ + --nowordwrap \ + brxce/stable-diffusion-prompt-generator \ "${prompt}" \ | head -n 1