Introduction
Introduction Statistics Contact Development Disclaimer Help
stable-diffusion: add universal negative prompt - annna - Annna the nice friend…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 76974f621f308e98f385e5ab2b033e1cb5a002b2
parent 0790559cbe41964ac21b1aa0370f807c7d18c416
Author: Anders Damsgaard <[email protected]>
Date: Thu, 26 Oct 2023 06:57:08 +0200
stable-diffusion: add universal negative prompt
Signed-off-by: Annna Robert-Houdin <[email protected]>
Diffstat:
M stable-diffusion | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/stable-diffusion b/stable-diffusion
@@ -10,9 +10,9 @@ fi
sdbase="/br/ai/stable-diffusion.cpp"
sdcmd="${sdbase}/build/bin/sd -t 16 --steps 20 -s -1 -H 512 -W 512 --cfg-scale…
sdmodel="${SD_MODEL:-${sdbase}/models/v2-1_768-nonema-pruned-ggml-model-f16.bi…
+sdnegative='nipples, busty, nude, lowres, (worst quality, low quality, normal …
outputf="${1}"
shift 1
-#${sdcmd} -m ${sdmodel} -o "${outputf}" -p "$@"
-${sdcmd} -m ${sdmodel} -o "${outputf}" -p "$@" >/dev/null 2>&1
+${sdcmd} -m ${sdmodel} -o "${outputf}" -p "$@" -n "${sdnegative}" >/dev/null 2…
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.