RunAnywhere.images generates an image from a prompt.
Options
Watching it appear
WithreportPartials 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, and a phone feels it. A 512×512 image at 20 steps takes far longer than a text completion, drains battery, and warms the device noticeably. Run one at a time, show progress, allow cancellation, and never put it on a timer. Keep the screen awake while it runs, or the OS will throttle you partway through.Availability
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. Note thatcapabilities() on React Native is a static
literal, so check the model catalog rather than trusting it here.