현재 작업 전체 반영
This commit is contained in:
parent
5560638e54
commit
c0dddab594
85 changed files with 11322 additions and 539 deletions
9
docs/design-concepts/prompts/run-one-imagegen.sh
Normal file
9
docs/design-concepts/prompts/run-one-imagegen.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
prompt_file="$1"
|
||||
wrapper="$2"
|
||||
out_path="$3"
|
||||
|
||||
prompt="$(cat "$prompt_file")"
|
||||
"$wrapper" --out "$out_path" --size "2048x1152" --quality "medium" --prompt "$prompt" 2>&1
|
||||
Loading…
Add table
Add a link
Reference in a new issue