You're looking at a specific version of this model. Jump to the model overview.
lucataco /emu3.5-image:f73a1797
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 |
|---|---|---|---|
| task_type |
None
|
t2i
|
Task template to apply for generation.
|
| output_format |
None
|
png
|
Preferred output image format.
|
| ratio |
None
|
match_input
|
Aspect ratio for generated image. Use 'match_input' to match the first reference image's aspect ratio.
|
| seed |
integer
|
42
|
Random seed for reproducibility.
|
| prompt |
string
|
User prompt to condition the model.
|
|
| max_new_tokens |
integer
|
4096
Min: 512 Max: 32768 |
Maximum number of tokens to autoregressively generate.
|
| reference_image |
array
|
Optional reference image(s) for image-conditioned tasks (required for x2i). Provide as a list of up to 3 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'}