Initial Commit

This commit is contained in:
2026-02-03 23:06:28 -05:00
commit 46b10fb69b
25 changed files with 2770 additions and 0 deletions

23
.env.example Normal file
View File

@@ -0,0 +1,23 @@
# Environment configuration for storyboard-video
# Copy this file to .env and customize as needed
# Active backend selection (must match a key in config/models.yaml)
ACTIVE_BACKEND=wan_t2v_14b
# Model cache directory (where downloaded models are stored)
MODEL_CACHE_DIR=~/.cache/storyboard-video/models
# HuggingFace Hub cache (if using HF models)
HF_HOME=~/.cache/huggingface
# CUDA settings
# CUDA_VISIBLE_DEVICES=0
# Logging level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO
# Output directory base path
OUTPUT_BASE_DIR=./outputs
# FFmpeg path (leave empty to use system PATH)
FFMPEG_PATH=