Image GenerationActive
Z Image Uncensored (Wiro-Partners)
Generate uncensored images from a single prompt at up to 1536px. Choose an aspect ratio, optionally expand your prompt, and set a seed for repeatability.
Text to Image
Model ID
z image uncensored
Provider
wiro-partners
Updated
1790175856
wiro playground—wiro-partners/z image uncensored
Updated 1790175856
Overview
Z Image Uncensored by Wiro-Partners generates a new image from your written description. It follows natural language prompts and turns them into a single high-resolution frame. You can lock framing with a fixed aspect ratio and re-run the same idea with a repeatable seed. This model is useful when you need fewer prompt refusals for adult-themed or edgy concepts.
What you can build
- Photoreal portraits and editorial-style fashion stills
- Character concept art and pin-up style illustrations
- Product mock images for ads and landing pages
- Poster-style compositions where layout matters more than fine typography
- Scene explorations for storyboards and mood boards
Inputs
- A required image description written in plain text. Include subject, setting, camera, lighting, and style cues.
- An optional aspect ratio choice that sets the output frame size: - 16:9 (1536×864)
- 9:16 (864×1536)
- 1:1 (1536×1536)
- 4:3 (1536×1152)
- 3:4 (1152×1536)
- 3:2 (1536×1024)
- 2:3 (1024×1536)
- 5:4 (1536×1232)
- 4:5 (1232×1536)
- 2:1 (1536×768)
- 1:2 (768×1536)
- 21:9 (1536×656)
- 9:21 (656×1536)
- An optional prompt expansion toggle. When enabled, the system rewrites and extends your text before generation.
- An optional numeric seed for reproducible results. Use an integer from 0 to 2,147,483,647.
Outputs
- One generated image delivered as a downloadable file link.
- Pixel dimensions match the selected aspect ratio, with the long side capped at 1536 px.
- The result may include the final seed used for the generation.
Limitations
- Output size is capped at 1536 px on the longest side.
- This model generates a single image per run.
- Prompt expansion can change wording and add details you did not specify.
- In-image text can be inconsistent for exact spelling and small typography.
- Low-quality inputs can degrade results. Vague prompts and conflicting details often cause artifacts.
- “Uncensored” does not mean “perfect anatomy.” Some explicit poses may render poorly.
Safety & compliance
- Follow the Wiro platform rules and all applicable laws.
- Never generate sexual content involving minors.
- Don’t generate non-consensual sexual content.
- Don’t impersonate real people for deception or harassment.
- Only use prompts and references that you have rights to use.
- If you ship this in a user-facing product, add your own moderation layer.
Example prompts
Great starting points for z image uncensored.
a blonde woman in a white lace lingerie set standing on a sunlit hotel balcony overlooking the sea, soft morning light, sheer curtains moving in the breeze, photorealistic editorial photography, shallow depth of fieldImage Generation
a brunette woman in a red bikini sitting on the edge of an infinity pool, tropical palms behind her, golden hour sunlight, water reflections on her skin, glossy fashion photographyImage Generation
a woman in a black satin slip walking through a dim luxury apartment at night, city lights through floor to ceiling windows, moody cinematic lighting, film grainImage Generation
a woman in a deep green bikini leaning against the railing of a wooden pier at dusk, calm lake behind her, warm string lights glowing overhead, soft rim lighting, natural skin texture, photorealistic editorial photographyImage Generation
API quick start
Run z image uncensored with a single API call.
POST https://api.wiro.ai/v1/Run/wiro-partners/z-image-uncensored
{
"prompt": "a blonde woman in a white lace lingerie s…",
"promptExtend": "false",
"ratio": "16:9",
"seed": 0
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro-partners/z-image-uncensored" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "a blonde woman in a white lace lingerie s…",
"promptExtend": "false",
"ratio": "16:9",
"seed": 0
}
JSON