SwiftVR: Real-Time One-Step Generative Video Restoration
Now in BF16
Install:
cd SwiftVR
uv pip install -e .
hf auth login --token {token}
hf download dummy9996/SwiftVR-bf16 --local-dir checkpoints/
Run:
from swiftvr import SwiftVRPipeline
pipe = SwiftVRPipeline.from_pretrained("checkpoints/").to("cuda", dtype="bfloat16")
pipe.restore_video("before.mp4", "after.mp4", upscale=2)