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. A desktop app that lets people iterate on a prompt should surface the seed, so a result they liked can be recovered.Saving
Cost
Image generation is the heaviest thing in the SDK. A desktop has the headroom a phone does not, but it still takes far longer than a text completion and spins the fans. Run one at a time, show progress, and allow cancellation.Availability
A diffusion model has to be registered and a backend has to serve it. Onwin32-arm64 only
QHexRT loads, so check capabilities() before offering this.