CoolFace
Apppublic

linoyts/bernini-edit-aoti-test

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
3likes
App README

๐ŸŽจ 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.