Prompt
Required
Type: Text
Provides the main natural-language instruction for the model. Include the subject, action, style, composition, and constraints that matter; clearer concrete details give the model more guidance about the intended result.
Understand, generate, and edit images with SenseTime's unified any-to-any model, including visual Q&A and interleaved text-image output. Use the playground to give SenseNova U1 a representative input and review its output. Adjust the available settings to shape the result for your task.
Model
sensenova/SenseNova-U1-8B-MoT
Documentation
Use this reference to understand how every field in the playground changes the request sent to sensenova/SenseNova-U1-8B-MoT.
Required
Type: Text
Provides the main natural-language instruction for the model. Include the subject, action, style, composition, and constraints that matter; clearer concrete details give the model more guidance about the intended result.
Optional
Type: File
Default: None
Provides the reference image for visual analysis or image editing. Leave it empty for text-to-image generation; when supplied, the prompt should clearly state what to inspect, preserve, or change.
Optional
Type: Boolean
Default: On
Asks the model to perform a deliberate reasoning stage before producing the result. This can help with complex instructions and visual planning but uses additional time and tokens; disable it for simpler requests where speed matters more.
Optional
Type: Boolean
Default: Off
Lets the model rewrite a short prompt with extra visual detail before generating an image. This can improve composition from a simple request, but disable it when exact wording and strict prompt control matter.
Optional
Type: Boolean
Default: Off
Chooses whether the next token is sampled from a probability distribution or selected deterministically. Enable it for more varied responses that are affected by temperature and Top P; disable it when repeatability matters or when using beam search.
Optional
Type: Number
Default: 2048
Range: 256–Unbounded
Sets the horizontal resolution of generated images or video frames in pixels. Larger values create more detail but require more memory and processing time; combine it with height to choose the aspect ratio.
Optional
Type: Number
Default: 2048
Range: 256–Unbounded
Sets the vertical resolution of generated images or video frames in pixels. Larger values create more detail but require more memory and processing time; keep the height compatible with the model’s supported dimensions and desired aspect ratio.
Optional
Type: Number
Default: 4194304
Range: 65536–Unbounded
Defines the approximate image area used when width and height are not supplied for an edit. The processor preserves the source aspect ratio while choosing dimensions near this budget; higher values retain more detail but use more memory.
Optional
Type: Text
Default: auto
Caps the total pixels processed from each source image to control memory and inference cost. Auto uses the model’s normal preprocessing choice; a numeric limit may downscale large images and reduce fine-detail recognition.
Optional
Type: Boolean
Default: On
Allows the processor to scale source images down to the configured pixel limit before inference. Keep it enabled to control memory use; disable it only when preserving exact source dimensions is required and the image already fits the model limits.
Optional
Type: Number
Default: 4
Range: 0–Unbounded
Sets classifier-free guidance strength for the text prompt. Higher values prioritize literal prompt adherence but can oversaturate or reduce natural detail, while lower values allow more freedom.
Optional
Type: Number
Default: 1
Range: 0–Unbounded
Sets classifier-free guidance strength for the source image during editing. Higher values preserve more of the reference composition and appearance, while lower values permit the text instruction to make larger changes.
Optional
Type: String
Default: none
Values: None, Global, Channel, CFG-Zero*
Chooses how classifier-free guidance values are normalized during image generation. Different modes constrain magnitude globally, per channel, or with CFG-Zero techniques, affecting stability and contrast; None applies no extra normalization.
Optional
Type: Number
Default: 0
Range: 0–1
Defines the normalized denoising progress at which classifier-free guidance starts. A value of 0 applies guidance from the first step; raising it leaves early composition more influenced by the model prior.
Optional
Type: Number
Default: 1
Range: 0–1
Defines the normalized denoising progress after which classifier-free guidance stops. A value of 1 keeps guidance active through the final step; lowering it lets late detail refinement proceed without guidance.
Optional
Type: Number
Default: 3
Range: 0–Unbounded
Moves the diffusion schedule so more denoising effort is spent in earlier or later noise levels. This can affect composition and fine detail, but the best value is model-specific and the default is the safest starting point.
Optional
Type: Integer
Default: 50
Range: 1–Unbounded
Controls how many iterative denoising passes produce the image. More steps can refine detail and prompt adherence but increase generation time, and excessive values often provide little additional quality.
Optional
Type: Integer
Default: 1
Range: 1–Unbounded
Controls how many items are evaluated in parallel during one forward pass. Larger batches can improve throughput but use more memory; reduce the value if processing runs out of device memory.
Optional
Type: Integer
Default: 42
Range: 0–Unbounded
Initializes the model’s random-number generator. Reusing the same seed with identical model settings usually reproduces the same output, while changing it explores a different variation; exact reproducibility can still depend on hardware and implementation.
Optional
Type: Integer
Default: 1024
Range: 1–Unbounded
Caps how many tokens the model can add after the input. The model may stop earlier naturally, but a limit that is too low can cut off an answer; input tokens are not counted in this value.
Optional
Type: Number
Default: 0.7
Range: 0–2
Adjusts how strongly the model favors its most likely next token. Lower values produce more focused and repeatable output, while higher values allow less-likely choices and increase variety; it only has an effect when sampling is enabled.
Optional
Type: Number
Default: 0.9
Range: 0–1
Limits sampling to the smallest set of likely tokens whose probabilities add up to this value. Lower settings make output more focused, while a value near 1 keeps more alternatives available; it only affects sampled generation.
Optional
Type: Integer
Default: None
Range: 0–Unbounded
Limits sampling at each step to the specified number of most likely next tokens. Smaller values make output more conservative, while larger values preserve more variety; zero commonly means that this filter is disabled.
Optional
Type: Number
Default: None
Range: 0.01–Unbounded
Changes the scores of tokens that already appeared in the generated text. Values above 1 discourage repeated words and loops, 1 leaves probabilities unchanged, and values below 1 make repetition more likely.