post-skybox-base360-inferences
Generate seamless 360-degree skybox images from text prompts or input images for immersive environments and panoramic scenes.
Instructions
Trigger the generation of a 360 skybox seamless image.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originalAssets | No | If set to true, returns the original asset without transformation | |
| dryRun | No | ||
| image | No | The image to use as a starting point for the skybox generation. Must reference an existing AssetId or be a data URL. | |
| styleFidelity | No | (deprecated) Condition the influence of the style image. The higher the value, the more the style image will influence the generated skybox image. | |
| structureImage | No | The control image for structure. A canny detector will be applied to this image. Must reference an existing AssetId. | |
| seed | No | Used to reproduce previous results. Default: randomly generated number. | |
| strength | No | Controls the noise intensity introduced to the input image, where a value of 1.0 completely erases the original image's details. Available for img2img and inpainting. (within [0.01, 1.0], default: 0.75) | |
| styleImages | No | ||
| depthFidelity | No | The depth fidelity if a depth image provided | |
| numOutputs | No | The number of outputs to generate. | |
| depthImage | No | The control image processed by depth estimator. Must reference an existing AssetId. | |
| negativePrompt | No | A negative full text prompt that discourages the skybox model from generating certain characteristics. It is recommended to test without using a negative prompt. Default: empty string. Example: "Low resolution, blurry, pixelated, noisy." | |
| numInferenceSteps | No | The number of denoising steps for each image generation. | |
| overrideEmbeddings | No | (deprecated) Override the embeddings of the model. Only your prompt and negativePrompt will be used. Use with caution. | |
| promptFidelity | No | Increase the fidelity to the prompt during upscale. | |
| width | No | The width of the rendered image. | |
| style | No | Style to apply for generation. | |
| negativePromptStrength | No | Controls the influence of the negative prompt. Default 0 means the negative prompt has no effect. Higher values increase negative prompt influence. Must be > 0 if negativePrompt is provided. | |
| structureFidelity | No | The structure fidelity if a structureImage or a cannyStructureImage image is provided. | |
| prompt | Yes | A full text prompt to guide the skybox generation process. Default: empty string. Example: "a mountain landscape" | |
| cannyStructureImage | No | The control image already processed by canny detector. Must reference an existing AssetId. | |
| geometryEnforcement | No | Apply extra control to the Skybox 360 geometry. The higher the value, the more the 360 geometry will influence the generated skybox image. Use with caution. Default is adapted to the other parameters. |