Readme
🖼️ 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.