Adding #pc-assassination tag. - 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 cb5f182d3efc2c555afc66c6c03c786a0a717bb9 DIR parent 57c56bf34710226d64fbe99a9f07be8e0519c670 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Sat, 21 Oct 2023 19:40:20 +0200 Adding #pc-assassination tag. Diffstat: M modules/hashtags/hashtags.txt | 1 + M stable-diffusion | 2 +- M stable-diffusion-emoji | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) --- DIR diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt @@ -12308,6 +12308,7 @@ #payment-options gophers://bitreich.org/I/memecache/payment-options.png #payment-selection gophers://bitreich.org/I/memecache/payment-selection.jpg #payphone gophers://bitreich.org/I/memecache/payphone.jpg +#pc-assassination gophers://bitreich.org/9/memecache/pc-assassination.mp4 #pc-bros gophers://bitreich.org/9/memecache/pc-bros.mp4 #pc-cleaning gophers://bitreich.org/I/memecache/pc-cleaning.jpg #pc-is-back gophers://bitreich.org/9/memecache/pc-is-back.mkv DIR diff --git a/stable-diffusion b/stable-diffusion @@ -8,7 +8,7 @@ then fi sdbase="/br/ai/stable-diffusion.cpp" -sdcmd="${sdbase}/build/bin/sd -t 16 --steps 10 -s -1 -H 256 -W 256" +sdcmd="${sdbase}/build/bin/sd -t 16 --steps 20 -s -1 -H 512 -W 512 --cfg-scale 8.0" sdmodel="${SD_MODEL:-${sdbase}/models/v2-1_768-nonema-pruned-ggml-model-f16.bin}" outputf="${1}" shift 1 DIR diff --git a/stable-diffusion-emoji b/stable-diffusion-emoji @@ -30,7 +30,7 @@ emojifile="$(printf "%s\n" "${emojiprompt}" \ if [ ! -e "${emojidb}/${emojifile}" ]; then - SD_MODEL="/br/ai/stable-diffusion.cpp/models/stable-diffusion-nano-2-1-ggml-model-f16.bin" \ + #SD_MODEL="/br/ai/stable-diffusion.cpp/models/stable-diffusion-nano-2-1-ggml-model-f16.bin" \ stable-diffusion "${emojidb}/${emojifile}" "${emojiprompt}" fi [ $? -eq 0 ] && printf "gophers://bitreich.org/9/emoji/%s\n" "${emojifile}"