현재 작업 전체 반영

This commit is contained in:
Yun Chan 2026-06-27 16:08:41 +09:00
parent 5560638e54
commit c0dddab594
85 changed files with 11322 additions and 539 deletions

View 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