You're looking at a specific version of this model. Jump to the model overview.
afiaka87 /retrieval-augmented-diffusion:a361b7d9
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
|
|
model will try to generate this text.
|
| height |
integer
|
768
|
image height, in pixel space
|
| widht |
integer
|
768
|
image width, in pixel space
|
| steps |
integer
|
50
|
how many steps to run the model for
|
| scale |
number
|
5
|
unconditional guidance scale: eps = eps(x, empty) + scale * (eps(x, cond) - eps(x, empty))
|
| knn |
integer
|
10
Min: 1 Max: 20 |
The number of included neighbors in the knn search
|
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'}