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

adirik /imagedream:8cae74eb

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 to generate a 3D object from.
prompt
string
Prompt to generate a 3D object.
negative_prompt
string
ugly, bad anatomy, blurry, pixelated obscure, unnatural colors, poor lighting, dull, and unclear, cropped, lowres, low quality, artifacts, duplicate, morbid, mutilated, poorly drawn face, deformed, dehydrated, bad proportions
Prompt for the negative class. If not specified, a random prompt will be used.
guidance_scale
number
5

Min: 1

Max: 50

The scale of the guidance loss. Higher values will result in more accurate meshes but may also result in artifacts.
shading
boolean
False
Whether to use shading in the generated 3D object. ~40% slower but higher quality with shading.
num_steps
integer
12500

Min: 5000

Max: 15000

Number of iterations to run the model for.
seed
integer
The seed to use for the generation. If not specified, a random value will be used.

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'}