← All models
Generates same scene from different angles (azimuth/elevation) with Qwen image Edit 2511 and the Lora Multiple Angles
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. |
| zoom | number | Camera zoom/distance. 0=wide shot (far away), 5=medium shot (normal), 10=close-up (very close). |
| sync_mode | boolean | If `True`, the media will be returned as a data URI. |
| image_size | — | The size of the generated image. If not provided, the size of the input image will be used. |
| image_urlsrequired | array | The URL of the image to adjust camera angle for. |
| lora_scale | number | The scale factor for the LoRA model. Controls the strength of the camera control effect. |
| num_images | integer | Number of images to generate |
| acceleration | stringenum: none, regular | Acceleration level for image generation. |
| output_format | stringenum: png, jpeg, webp | The format of the output image |
| guidance_scale | number | The CFG (Classifier Free Guidance) scale. |
| vertical_angle | number | Vertical camera angle in degrees. -30°=low-angle shot (looking up), 0°=eye-level, 30°=elevated, 60°=high-angle, 90°=bird's-eye view (looking down). |
| negative_prompt | string | The negative prompt for the generation |
| horizontal_angle | number | Horizontal rotation angle around the object in degrees. 0°=front view, 90°=right side, 180°=back view, 270°=left side, 360°=front view again. |
| additional_prompt | — | Additional text to append to the automatically generated prompt. |
| num_inference_steps | integer | The number of inference steps to perform. |
| enable_safety_checker | boolean | Whether to enable the safety checker. 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 |
| prompt | string | The constructed prompt used for generation |