forked from LiveCarta/ContentGeneration
Refactor src layout and add logging lifecycle + tests
This commit is contained in:
@@ -43,7 +43,7 @@ docker run --rm --gpus all --env-file .env -v "$(pwd)":/app -w /app content-gene
|
||||
## Project Layout
|
||||
|
||||
- `run_video_pipeline.py`: main entrypoint.
|
||||
- `src/scripts/`: helper scripts used by the pipeline.
|
||||
- `src/`: helper scripts used by the pipeline.
|
||||
- `HunyuanVideo-1.5/`: Hunyuan inference code and model dependencies.
|
||||
- `reel_script.json`: required script input with `shots`.
|
||||
- `images/`, `audios/`, `videos/`, `merged/`, `results/`: working/output folders.
|
||||
@@ -198,5 +198,5 @@ docker run --rm --gpus all \
|
||||
8. Verify syntax quickly before running.
|
||||
|
||||
```bash
|
||||
python3 -m py_compile run_video_pipeline.py src/scripts/*.py
|
||||
python3 -m py_compile run_video_pipeline.py src/*.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user