CPU3DAI tools for 3D, video and audio

Loopy turns the DiT temporal axis into a circle for seamless looping videos

The authors of Loopy published a paper on arXiv about generating seamless looping videos. They show that positional embedding layers in DiT control temporal order differently, and propose shifting positions with varying lengths for each layer — turning the model's temporal perception from a straight line into a circle. The method supports RGB and RGBA, as well as identity control and style transfer. The authors have not released the code; the model is available on the project website.

What it means

This news concerns video generators based on the DiT architecture — in our reference, these are LTX-Video, CogVideoX, and Pyramid Flow. All three use diffusion models with a DiT-like architecture, so the idea of shifting positional embeddings is potentially applicable to them. However, Loopy is a separate framework, not an update to existing tools. The fact sheets for LTX-Video, CogVideoX, and Pyramid Flow do not mention support for looping videos, RGBA output, or identity control. None of them claim the task of "generating a seamless loop." Without code and without integration into diffusers, it is currently impossible to test the method on these models. Practical benefit for reference users will only appear if the authors release the code or someone ports the approach into open generators. For now, this is a research result worth tracking, but not a working tool.
Loopy: DiT temporal axis becomes a loop Input video or prompt RGB / RGBA DiT model LTX-Video, CogVideoX, Pyramid Flow Positional embedding position shift different length per layer Seamless loop looped video Loopy capabilities RG RGB and RGBA output Identity control Style transfer Status </> Code not released M Model on project site No diffusers integration Research result — watch, not a work tool
How the method works. The diagram is drawn based on this news note.

See also