Skip to content

1.6.0

Latest

Choose a tag to compare

@zquestz zquestz released this 14 Aug 00:05
2e00367

Added

  • Grok Imagine Image 2 (xai/grok-imagine-image-2) - xAI's general-purpose image generation and editing model. Supports text-to-image generation, generating from a single reference image without opening it first, and editing the open image. Includes 1K/2K resolution, a quality control, and a wide aspect ratio range including phone ratios (19.5:9, 20:9) and auto.

Changed

  • Requests to Replicate now create a prediction and poll for completion instead of holding a single long request open. Slow generations no longer fail after ~30 seconds with "Unexpected error: Read timed out". They simply run until done.
  • The Cancel button now works during generation and editing. Cancelling aborts the prediction on Replicate's side, so the run actually stops (and stops billing) instead of continuing to completion. The status bar shows "Waiting for Replicate..." while a prediction runs.
  • Result downloads now time out after 60 seconds instead of potentially hanging forever, and network failures are reported as "Network error" with details instead of a generic unexpected error.
  • Updated translations for all 10 supported languages.

Fixed

  • Completed edits now report "Image editing complete!" in the status bar. Previously every operation reported "Image generation complete!", including edits.