jigsawstack/image-generation 📝🔢❓ → 🖼️

▶️ 38 runs 📅 Jun 2025 ⚙️ Cog 0.15.8
text-to-image text-to-svg

Performance

1.8sTypical run time
38Total runs

About

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

Example Output

Prompt:

"Generate me an image of ocean"

Output

Example output

Performance Metrics

1.81s Prediction Time
1.82s Total Time
All Input Parameters
{
  "steps": 4,
  "prompt": "Generate me an image of ocean",
  "api_key": "sk_ba8d51db7829aef7ec445bb80dd59b7ff2c320d851eb6ae4cf41aacfab4df81c690774957983ebcc02f08429fccdfe42b4d8ee6a40b404399c10ca3bcabdbb72024KnIELzWIzzblw1gtM6",
  "aspect_ratio": "16:9",
  "output_format": "png"
}
Input Parameters
url Type: string
A valid URL where the generated image will be sent
seed Type: integer
Makes generation deterministic. Using the same seed and set of parameters will produce identical image each time.
steps Type: integerDefault: 4Range: 1 - 90
The number of denoising steps. Must be between 1-90. Higher values produce better quality images but take more time to generate.
width Type: integer
The width of the image. Must be between 256-1920 pixels.
height Type: integer
The height of the image. Must be between 256-1920 pixels.
prompt Type: stringDefault:
The text prompt to generate the image from. Must be between 1-5000 characters.
api_key Type: string
🔐 Your JigsawStack API Key (required)
guidance Type: numberRange: 1 - 28
Higher guidance forces the model to better follow the prompt, but may result in lower quality output. Must be between 1-28.
aspect_ratio Default: 1:1
The aspect ratio of the generated image
output_format Default: png
The output format of the generated image
file_store_key Type: string
Key to store the generated image in file storage
negative_prompt Type: string
Text describing what you don't want in the image
Output Schema

Output

Type: stringFormat: uri

Version Details
Version ID
43d5bce2e1c97fa1e7d8996187a85cd5c882787989091af3b135c7a16ca23b79
Version Created
June 24, 2025
Run on Replicate →