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 c1e44c02e8b97671d804717360a290c92ce2d5cb
parent 847738a47d244d1043182fd8645119a0d90e965a
Author: Annna Robert-Houdin <[email protected]>
Date: Tue, 22 Jul 2025 19:47:05 +0200
SECRET
Diffstat:
M stable-diffusion | 21 +++++++++++++++++++--
M stable-diffusion-emoji | 2 +-
2 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/stable-diffusion b/stable-diffusion
@@ -9,13 +9,24 @@ then
exit 1
fi
sdnegative='nipples, busty, nude, lowres, (worst quality, low quality, normal …
+sdwidth=512
+sdheight=512
+sdsteps=20
+sdthreads=16
+sdscale=8
function local_sd() {
outputf="${1}"
prompt="${2}"
sdbase="/br/ai/stable-diffusion.cpp"
- sdcmd="${sdbase}/build/bin/sd -t 16 --steps 20 -s -1 -H 512 -W 512 --c…
+ sdcmd="${sdbase}/build/bin/sd \
+ -t ${sdthreads} \
+ --steps ${sdsteps} \
+ -s -1 \
+ -H ${sdheight} \
+ -W ${sdwidth} \
+ --cfg-scale ${sdscale}"
sdmodel="${sdbase}/${SD_MODEL:-models/epicphotogasm_x.f16.gguf}"
if mountpoint -q /br/ai/tmp;
@@ -36,7 +47,13 @@ function remote_sd() {
prompt="${2}"
sdbase="/home/annna/scm/stable-diffusion.cpp"
- sdcmd="${sdbase}/build/bin/sd -t 16 --steps 20 -s -1 -H 512 -W 512 --c…
+ sdcmd="${sdbase}/build/bin/sd \
+ -t ${sdthreads} \
+ --steps ${sdsteps} \
+ -s -1 \
+ -H ${sdheight} \
+ -W ${sdwidth} \
+ --cfg-scale ${sdscale}"
sdmodel="${sdbase}/${SD_MODEL:-models/epicphotogasm_x.f16.gguf}"
ollama-gpu \
diff --git a/stable-diffusion-emoji b/stable-diffusion-emoji
@@ -14,7 +14,7 @@ emojiuribase="gophers://bitreich.org/I/emoji"
emojistr="$@"
emojiprompt="$(printf "%s\n" "${emojistr}" \
- | sed 's,^::,,; s,::$,,; s|[-,:=/\.()]| |g')"
+ | sed 's,^::,,; s,::$,,; s|[-,:/\.()]| |g')"
emojifilebase="$(printf "%s\n" "${emojiprompt}" \
| cut -c -64 \
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.