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 |
---|---|---|---|
prompt |
string
|
Prompt for generated image
|
|
detail_level |
string
(enum)
|
high
Options: low, high |
Detail level. High will try to generate a good high resolution voxel model, and low try to generate a good low resolution voxel model.
|
remove_background |
boolean
|
True
|
Remove the background from the generated image. Useful to turn off if you want to generate a full voxel scene.
|
seed |
integer
|
1234
|
Random seed
|
num_inference_steps |
integer
|
50
Min: 1 Max: 50 |
Number of inference steps for Flux
|
guidance |
number
|
6
Max: 10 |
Guidance scale for Flux
|
prompt_strength |
number
|
0.8
Max: 1 |
Prompt strength for img2img in Flux (only applicable if image is provided)
|
steps |
integer
|
50
Min: 20 Max: 50 |
Number of inference steps for Hunyuan
|
guidance_scale |
number
|
5.5
Min: 1 Max: 20 |
Guidance scale for Hunyuan
|
octree_resolution |
integer
(enum)
|
512
Options: 256, 384, 512 |
Octree resolution for Hunyuan
|
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'}