A Python driver for ComfyUI + Wan 2.1 to remaster 4:3 videos into 16:9 widescreen with perfect consistency.
- Edit
project_config.pywith your input video path and ComfyUI folder. - Ensure you have the ComfyUI workflow loaded or use the JSON in
workflows/. - Install requirements:
pip install -r requirements.txt
- Prepare Assets:
python scripts/1_prepare_assets.py(Calculates crop and splits video) - Run AI:
python scripts/2_run_remaster.py(Injects chunks into ComfyUI loopback) - Stitch:
python scripts/3_stitch_pro_sync.py(Merges and syncs to audio)