jigsawstack / image-generation

Generate an image based on the given text by employing AI models like Flux, Stable Diffusion, and other top models.

  • Public
  • 20 runs
Iterate in playground

πŸ–ΌοΈ JigsawStack Image Generation

This model wraps the JigsawStack Image Generation API and allows you to generate high-quality images from text prompts using Replicate.

πŸ“¦ It supports advanced controls like custom dimensions, guidance scale, negative prompts, and deterministic seeding.


πŸš€ What It Does

You provide a text prompt (and optionally, aspect ratio, resolution, etc.), and the model returns a generated image using JigsawStack’s hosted API.


πŸ”‘ Inputs

Name Type Required Description
prompt string βœ… Yes Text to guide image generation
api_key string βœ… Yes Your JigsawStack API key
aspect_ratio string ❌ No Aspect ratio (default: 1:1)
width int ❌ No Image width (256–1920)
height int ❌ No Image height (256–1920)
steps int ❌ No Generation steps (default: 4)
output_format string ❌ No Output format (png, svg)
negative_prompt string ❌ No What not to include
guidance float ❌ No Prompt adherence (1–28)
seed int ❌ No Deterministic seed
url string ❌ No Optional webhook for generated image
file_store_key string ❌ No Key to save output on your file storage

πŸ“€ Output

  • A single image (.png or .svg) generated by the model, shown directly in Replicate preview.