Skip to main content
RunAnywhere.images generates an image from a prompt.

Options

Watching it appear

With reportPartials on, the stream emits intermediate images, so you can show the picture resolving rather than a spinner.

Reproducing an image

Fix the seed and every other option, and the same prompt produces the same image. Without a fixed seed, it will not.

Cost

Image generation is the heaviest thing in the SDK. A 512×512 image at 20 steps takes far longer than a text completion and warms the device noticeably. Run one at a time, show progress, allow cancellation, and do not put it on a timer.

Availability

Check before offering it:
A diffusion model has to be registered and a backend has to serve it. The namespace existing does not mean the catalog has an entry.