Real-time streaming video editing from your webcam. Built on the JoyAI Video Edit DiT + streaming VAE pipeline, served on ZeroGPU.
@spaces.GPU fork; the main process is a
thin WebSocket byte-pipe (H.264 both ways, MJPEG fallback).joyomni_ops: FP8 GEMM + fused norm/rope) ship as a
prebuilt cp310 / torch-2.9.1 wheel in wheels/ — matching ZeroGPU's supported
stack. Attention runs on plain cuDNN SDPA (fastest on this GPU class)./data, so Space restarts
skip the big downloads. The slow one-time cost is the Space startup (model load),
not the first user session.torch.compile is inert in ZeroGPU forks; each fork instead pays a short warmup
(CUDA-graph capture, KV fill), so the first 2-3 chunks are slower.Real-time streaming video editing from your webcam. Built on the JoyAI Video Edit DiT + streaming VAE pipeline, served on ZeroGPU.
@spaces.GPU fork; the main process is a
thin WebSocket byte-pipe (H.264 both ways, MJPEG fallback).joyomni_ops: FP8 GEMM + fused norm/rope) ship as a
prebuilt cp310 / torch-2.9.1 wheel in wheels/ — matching ZeroGPU's supported
stack. Attention runs on plain cuDNN SDPA (fastest on this GPU class)./data, so Space restarts
skip the big downloads. The slow one-time cost is the Space startup (model load),
not the first user session.torch.compile is inert in ZeroGPU forks; each fork instead pays a short warmup
(CUDA-graph capture, KV fill), so the first 2-3 chunks are slower.