Example scripts for evaluating video generation models with WorldJen.
- Create a WorldJen account at worldjen.com
- Create an API key in Settings > API Keys
- Export your API key:
export WORLDJEN_API_KEY=your-api-key-here- Install the SDK and example dependencies:
pip install worldjen
pip install -r requirements.txt- Run an example:
python run_ltx2.py| Script | Description |
|---|---|
run_ltx2.py |
Generate and evaluate videos with LTX-2 on a single dimension (DYNAMIC_DEGREE) |
See the full tutorial for a step-by-step walkthrough.