You're looking at a specific version of this model. Jump to the model overview.
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 |
---|---|---|---|
shape_path |
string
|
3D object (shape) file to generate the texture onto
|
|
prompt |
string
|
A next gen nascar
|
Prompt to generate the texture from
|
shape_scale |
number
|
0.6
Max: 1 |
Factor to scale image by
|
texture_resolution |
integer
|
1024
Min: 512 Max: 1024 |
Resolution of the texture to generate
|
guidance_scale |
number
|
10
Max: 20 |
Factor to scale the guidance image by
|
texture_interpolation_mode |
string
|
bilinear
|
Texture mapping interpolation mode from texture image, options: 'nearest', 'bilinear', 'bicubic'
|
seed |
integer
|
0
|
Seed for the inference
|
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'}