~$FPACK
Frame-packing image-to-video model. Per-frame conditioning for highly consistent motion. Efficient architecture enables longer video sequences than comparable models.
Cold start comparison vs similar models. Lower is better.
No subscriptions. Buy credits, pay per inference. Scale to zero when idle.
import cumulus from "cumulus-sdk" // Deploy FramePack I2V on Ion const client = await cumulus.deploy("framepack-i2v") // Run inference const result = await client.run({ prompt: "Your prompt here", // model-specific params... })