Introduction
Introduction Statistics Contact Development Disclaimer Help
SECRET - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 1b4fb6ff2e8b128debead3637c50389acec51ba0
parent a8717f6b51da87ba24497a1191374a9cfdd10f81
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 20 Jul 2025 22:36:58 +0200
SECRET
Diffstat:
M stable-diffusion | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/stable-diffusion b/stable-diffusion
@@ -8,7 +8,7 @@ then
"$(basename "${0}")" >&2
exit 1
fi
-sdnegative='nipples, busty, nude, lowres, worst quality, low quality, normal q…
+sdnegative='nipples, busty, nude, lowres, (worst quality, low quality, normal …
function local_sd() {
outputf="${1}"
@@ -40,8 +40,9 @@ function remote_sd() {
sdmodel="${sdbase}/${SD_MODEL:-models/epicphotogasm_x.f16.gguf}"
ollama-gpu \
- ${sdcmd} --type f16 -m ${sdmodel} -o "/tmp/${ofilename}" -p "$…
+ "$(printf '%q ' ${sdcmd} --type f16 -m ${sdmodel} -o "/tmp/${o…
>/dev/null 2>&1
+ [ $? -gt 0 ] && return
scp -P 5680 "[email protected]:/tmp/${ofilename}" "${outputf}"
ollama-gpu rm "/tmp/${ofilename}"
}
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.