๐ผ๏ธ 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 (
.pngor.svg) generated by the model, shown directly in Replicate preview.
Model created