Files
livef12rocks/.env.example
T
Frank Schwenk b925b151f0 feat: flatten output into variants/ and intermediates/
Drop per-job subdirs for phone-friendly Syncthing layout with
stem-suffixed filenames; keep web state in meta/.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-18 14:52:52 +02:00

24 lines
850 B
Bash

# Copy to `.env` and fill in real values. Never commit `.env`.
# --- Host data path (Syncthing share root) ------------------------------
# Prod default (compose.yml): /home/frank/sync.schwenk.online/data/livef12
# Layout under that path: incoming/ variants/ intermediates/ meta/
# Local override when the absolute path does not exist:
# DATA_HOST_DIR=./data
# DATA_HOST_DIR=/home/frank/sync.schwenk.online/data/livef12
# --- Pipeline tuning (see make_random.py for background) -----------------
OUTPUT_COUNT=3
# Remix-form default / legacy; auto variants use the min/max range below.
BLEND_OPACITY=30%
BLEND_OPACITY_MIN=10
BLEND_OPACITY_MAX=50
FILTER_TIMEOUT=120
FILTER_TIMEOUT_LONG=300
MAX_FILTER_ATTEMPTS=8
MAX_EDGE_PX=2000
# birefnet-general OOMs on the ~8GB box; u2net + alpha ≈ `rembg i -a`
REMBG_MODEL=u2net
REMBG_ALPHA=1
NICE_LEVEL=18