You're looking at a specific version of this model. Jump to the model overview.
tuannha /instant-character:cf2799a4
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 |
---|---|---|---|
subject_image |
string
|
Grayscale input image
|
|
prompt |
string
|
Prompt for the image generation
|
|
width |
integer
|
512
Min: 512 Max: 2048 |
Width of the output image
|
height |
integer
|
512
Min: 512 Max: 2048 |
Height of the output image
|
seed |
integer
|
-1
|
Seed for the random number generator, -1 for random
|
guidance_scale |
number
|
3.5
|
Guidance scale for the diffusion process
|
num_inference_steps |
integer
|
28
|
Number of diffusion steps
|
lora |
string
(enum)
|
none
Options: none, ghibli_style, makoto_shinkai |
Lora to use
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}