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

vantilator2000 /pbr-texture-gen:21b59a62

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
seamless dark wood texture, highly detailed, 8k
Text description of the texture
resolution
None
512
Output resolution
tiling_strength
number
0.5

Max: 1

Seamless tiling strength (0-1)
num_steps
integer
8

Min: 1

Max: 30

Number of inference steps
seed
integer
-1
Random seed (-1 for random)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'ao': {'format': 'uri', 'title': 'Ao', 'type': 'string'},
                'diffuse': {'format': 'uri',
                            'title': 'Diffuse',
                            'type': 'string'},
                'normal': {'format': 'uri',
                           'title': 'Normal',
                           'type': 'string'},
                'roughness': {'format': 'uri',
                              'title': 'Roughness',
                              'type': 'string'}},
 'required': ['diffuse', 'normal', 'roughness', 'ao'],
 'title': 'Output',
 'type': 'object'}