jigsawstack/image-generation

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

Public
34 runs

๐Ÿ–ผ๏ธ 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.
Model created