You're looking at a specific version of this model. Jump to the model overview.
laion-ai /conditioned-prior:6fff1dc9
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
|
|
Text to visualize
|
candidates |
integer
|
2
Min: 2 Max: 32 |
Numer of image embeds to draw from in the prior. Increasing may improve performance.
|
cond_scale |
number
|
1
Max: 5 |
How much prior guidance to use.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'cond_scale': {'title': 'Cond Scale', 'type': 'number'},
'image_embed': {'format': 'uri',
'title': 'Image Embed',
'type': 'string'},
'num_candidates': {'title': 'Num Candidates',
'type': 'integer'},
'prompt': {'title': 'Prompt', 'type': 'string'},
'text_embed': {'format': 'uri',
'title': 'Text Embed',
'type': 'string'}},
'required': ['prompt',
'num_candidates',
'cond_scale',
'image_embed',
'text_embed'],
'title': 'Output',
'type': 'object'}