forked from LiveCarta/ContentGeneration
Refactored code, added Dockerfile, replaced bash scripts with python alternatives, added README with instructions on running a pipeline
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal 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=
|
||||
Reference in New Issue
Block a user