okgodoit-repos/mindprint-zimage-base

Mindprint DiT seamless-tiling — Z-Image-Base (6B, full CFG, 32 steps) via toroidal-RoPE + circular-VAE. Tier-1 quality/owned-pattern lane.

Public
354 runs

Run okgodoit-repos/mindprint-zimage-base with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
seamless repeating art deco geometric pattern, gold and navy, textile print
Input prompt
negative_prompt
string
Things to avoid (only used if the model supports CFG)
width
None
1024
Output width (multiple of 16).
height
None
1024
Output height (multiple of 16).
num_inference_steps
integer
0

Max: 40

Denoising steps (0 = model default).
guidance_scale
number
-1

Min: -1

Max: 8

CFG scale (<0 = model default).
seed
integer
-1
Random seed. Use -1 (default) to randomize.
tiling
None
enable
Master tiling switch.
tile_x
boolean
True
Wrap horizontally (left<->right).
tile_y
boolean
True
Wrap vertically (top<->bottom).
rope_mode
None
default
Tiling enforcement. 'all0' = fully periodic (forces a wrapping all-over " "pattern regardless of prompt — recommended). 'high' = preserves coarse " "composition (may seam on scene-y prompts). 'default' uses the baked default.
num_outputs
integer
1

Min: 1

Max: 4

Number of images to generate
pattern_collection_id
integer
-1
Pattern collection ID
metadata
string
Opaque metadata passed through to the webhook

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}