~$FLUX
Ultra-fast text-to-image generation by Black Forest Labs. 4-step distilled model produces 1024×1024 images in under 3 seconds on GH200. Runs on every universal and video node.
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 FLUX.1 Schnell on Ion const client = await cumulus.deploy("flux-schnell") // Run inference const result = await client.run({ prompt: "Your prompt here", // model-specific params... })