Initial Commit
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal 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=
|
||||
Reference in New Issue
Block a user