You're looking at a specific version of this model. Jump to the model overview.
nicholascelestin /latent-diffusion:25cf1f58
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
|
Image prompt
|
|
scale |
number
|
5
|
Unconditional guidance, increase for improved quality and less diversity
|
steps |
integer
|
50
|
Number of diffusion steps
|
eta |
number
|
0
|
ddim_eta (recommend leaving at default of 0 for faster sampling)
|
plms |
boolean
|
True
|
Sampling method requiring fewer steps (e.g. 25) to get good quality images
|
batch_size |
integer
|
4
|
Number of images to generate per batch
|
batches |
integer
|
1
|
Number of batches
|
width |
integer
|
256
|
Width of images (use a multiple of 8 e.g. 256)
|
height |
integer
|
256
|
Height of images (use a multiple of 8 e.g. 256)
|
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'}