1
0

Refactored code, added Dockerfile, replaced bash scripts with python alternatives, added README with instructions on running a pipeline

This commit is contained in:
2026-04-01 16:56:06 +02:00
parent ca116562fe
commit 686a458905
19 changed files with 1103 additions and 65 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# ElevenLabs
ELEVENLABS_API_KEY=
# Hugging Face (required for gated model downloads, e.g. FLUX.1-schnell)
HUGGINGFACE_HUB_TOKEN=
# Hunyuan prompt rewrite endpoints (optional; rewrite is disabled in current generate_videos.py)
T2V_REWRITE_BASE_URL=
T2V_REWRITE_MODEL_NAME=
I2V_REWRITE_BASE_URL=
I2V_REWRITE_MODEL_NAME=
# AWS / S3 (used when initializing S3VideoStorage)
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_SESSION_TOKEN=
AWS_REGION=
AWS_S3_BUCKET=
AWS_S3_ENDPOINT_URL=