kitchen: README + MISSIONS/engine-c keep-drop notes
This commit is contained in:
parent
1d351918da
commit
575d7d29b8
130 changed files with 9817 additions and 1 deletions
9
llm-configs-openkknd2/scripts/start-amanita-pics.sh
Executable file
9
llm-configs-openkknd2/scripts/start-amanita-pics.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
export LLM_CONFIGS="${LLM_CONFIGS:-$HOME/src/llm-configs}"
|
||||
# shellcheck source=common.sh
|
||||
source "$LLM_CONFIGS/openkknd2/scripts/common.sh"
|
||||
openkknd2_bootstrap "${OPENKKND2_ROOT:-$HOME/src/openkknd2-am-pics}"
|
||||
openkknd2_print_brief "amanita-pics"
|
||||
echo "Concept art path: use $LLM_CONFIGS/media/am-agent-pics with original prompts only."
|
||||
echo " $LLM_CONFIGS/media/am-agent-pics --width 512 --height 512 --steps 2 --prompt 'original scrap-tech scout silhouette, wasteland, no logos'"
|
||||
Loading…
Add table
Add a link
Reference in a new issue