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

adirik /mvdream:38af2260

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
an astronaut riding a camel
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.
max_steps
integer
10000
Number of iterations to run the model for.
guidance_scale
number
50
Scale factor for the guidance loss.
seed
integer
The seed to use for the generation. If not specified, a random seed will be used.

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