这个有点帅。
— 艾略特 (@elliotchen100) 23 avril 2026
正常浏览器的链路是 HTML/CSS/JS → 布局引擎算出每个元素的位置 → GPU 栅格化像素,这套东西前端程序员不要太熟悉。
而 Flipbook 把中间这些步骤全跳过,让一个视频扩散模型根据 prompt 和用户交互,一帧一帧直接吐出 1080p 画面,通过 websocket 推到你屏幕上。
模型用的是 LTX… https://t.co/fPDRRsBfVm
This is kinda cool. The pipeline for a normal browser is HTML/CSS/JS → layout engine calculates the position of each element → GPU rasterizes pixels. Frontend developers should be very familiar with this whole setup. Flipbook skips all those intermediate steps entirely,