linoyts/bernini-edit-aoti-test
3
๐จ Bernini Edit ยท Style transfer & local edits
Edit a video with a plain-language instruction using Bernini-R 1.3B (ByteDance's Wan2.1-based renderer). Restyle the whole clip ("make it a Van Gogh painting", "turn it into anime") or make a local edit ("add a snowman on the right", "remove the watermark"). Output keeps the source resolution and length.
The diffusion transformer blocks are served from a precompiled ahead-of-time (AOTI) build via spaces.aoti_load, so there is no torch.compile on startup and each generation is faster on ZeroGPU.
Tips
- Style transfer: describe the target style for the whole frame.
- Local edits: name the object and the change, and state what to keep unchanged.
- ฯ_V controls how closely the source is preserved; ฯ_TI weights the instruction.
