Image GenerationActive
sensenova / U1-8B-Visual-Understanding
U1-8B-Visual-Understanding
SenseNova U1 8B Visual Understanding creates infographic-style images and prompt-based edits from text and an optional reference image. Built by SenseNova on NEO-Unify.
Image to TextFast InferenceBf16
Model ID
U1-8B-Visual-Understanding
Provider
sensenova
Updated
1781784162
wiro playground—sensenova/U1-8B-Visual-Understanding
Updated 1781784162
Overview
SenseNova U1 is a unified vision-language model from SenseNova (SenseTime). It maps words and pixels in one shared representation, instead of chaining separate encoders and decoders.
This model produces high-resolution images from detailed prompts, and it can also edit an uploaded image with written instructions. It’s most useful when you need structured layouts and readable text inside images, like posters and infographics.
What you can build
- Infographic-style explainers with sections, labels, icons, and dense text
- Product one-pagers, ads, and poster layouts with clear hierarchy
- Step-by-step illustrated tutorials (recipe cards, assembly guides, study notes)
- Prompt-driven image edits like color changes, object swaps, and style shifts
- Concept diagrams and knowledge graphics for education and internal docs
Inputs
- One reference image, or a small set of reference images (PNG, JPG, or JPEG). Uploading an image switches the task from pure generation to edit-style guidance.
- A required prompt that describes the target image. For edits, include what must change and what must stay the same.
- A step count that controls how much compute the model spends refining the image. Fewer steps give rougher outputs; more steps add detail.
- A guidance strength value that controls how strictly the image follows your prompt. Higher values follow instructions more closely.
- The number of images to generate in one run. Use this to explore variations quickly.
- An optional seed number for repeatable results. Reusing a seed helps you iterate without random changes.
- Output width and height in pixels. Use multiples of 32, and keep each dimension at or below 2048.
Outputs
- One or more generated images as PNG files.
- Each output image matches the requested width and height.
- When you request multiple samples, you receive a set of images with the same prompt and settings.
Recommended settings
- Infographics and layout-heavy images: 40 to 50 steps, and guidance around 4 to keep structure tight.
- Fast prompt iteration: 20 to 30 steps at 1024×1024, then rerun at higher resolution for the final.
- Final renders with small text: use 2048×2048 when you need better readability.
- Prompt exploration: generate 4 samples per run, then lock a seed once you like a direction.
Limitations
- Text inside images can still contain misspellings, warped characters, or spacing issues, especially with long paragraphs.
- Fine-grained human details can degrade when people are small in the frame or in complex poses.
- Very unusual sizes or extreme aspect ratios can reduce quality, since the model is tuned around ~2K resolution buckets.
- Low-quality reference images can cause artifacts. Blurry inputs, heavy JPEG compression, screenshots with noise, and tiny images tend to edit poorly.
Safety & compliance
- Review every output before publishing. Check names, numbers, and any generated text.
- Don’t generate sexual content involving minors, instructions for wrongdoing, or content that promotes violence.
- Don’t upload private images without consent. Avoid faces and personal data when you don’t have rights.
- Respect copyright and trademarks. Avoid generating brand assets, logos, or character likenesses you can’t legally use.
API quick start
Run U1-8B-Visual-Understanding with a single API call.
POST https://api.wiro.ai/v1/Run/sensenova/U1-8B-Visual-Understanding
{
"prompt": "Describe the image content.;How many dogs…",
"inputImage": "https://your-cdn.com/input.png",
"temperature": 0.7,
"top_p": 0.9
}