24 lines
601 B
Plaintext
24 lines
601 B
Plaintext
# 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=
|