← All models
Create cinematic transitions and scene progressions (camera movements, framing changes)
images
Details
- Accepts
- image
Pricing
- Price
- 4.38 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. Same seed with same prompt will produce same result. |
| prompt | string | Describe the camera movement, framing change, or scene transition. Start with 'Next Scene:' for best results. Examples: camera movements (dolly, push-in, pull-back), framing changes (wide to close-up), new elements entering frame. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and won't be saved in history. |
| image_size | — | The size of the generated image. If not provided, the size of the final input image will be used. |
| image_urlsrequired | array | The URL of the image to create the next scene from. |
| lora_scale | number | The scale factor for the LoRA model. Controls the strength of the LoRA effect. |
| num_images | integer | Number of images to generate |
| acceleration | stringenum: none, regular | Acceleration level for image generation. 'regular' balances speed and quality. |
| output_format | stringenum: png, jpeg, webp | The format of the output image |
| guidance_scale | number | The CFG (Classifier Free Guidance) scale. Controls how closely the model follows the prompt. |
| negative_prompt | string | The negative prompt for the generation |
| num_inference_steps | integer | The number of inference steps to perform. |
| enable_safety_checker | boolean | Whether to enable the safety checker for the generated image. Disabling it requires account authorization; unauthorized requests are always checked. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation |
| images | array | The generated/edited images |