You're looking at a specific version of this model. Jump to the model overview.

qwen /qwen-edit-multiangle:663463ec

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
image
string
Image file uploaded to Cog (jpeg, png, gif, or webp).
prompt
string
Optional text instruction appended after the camera directive.
rotate_degrees
integer
0

Min: -180

Max: 180

Camera rotation in degrees. Positive rotates left, negative rotates right.
move_forward
integer
0

Max: 10

Move the camera forward (zoom in). Higher values push towards a close-up.
vertical_tilt
integer
0

Min: -1

Max: 1

Vertical camera tilt. -1 = top-down, 1 = low-angle view.
use_wide_angle
boolean
False
Switch to a wide-angle lens instruction.
aspect_ratio
None
match_input_image
Aspect ratio for the generated image
go_fast
boolean
False
Run faster predictions with additional optimizations.
use_multiple_angles
boolean
True
Enable the multi-angle LoRA instructions.
multiple_angles_strength
number
1.25

Max: 2

Relative strength for the multi-angle LoRA when enabled.
true_guidance_scale
number
1

Max: 6

True classifier-free guidance scale passed to the pipeline.
seed
integer
Random seed. Set for reproducible generation.
output_format
None
webp
Format of the output images.
output_quality
integer
95

Max: 100

Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs.
disable_safety_checker
boolean
False
Disable safety checker for generated images.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}