You're looking at a specific version of this model. Jump to the model overview.
edenartlab /comfyui-workflows:2b685f38
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 |
---|---|---|---|
input_prompt |
string
|
beautiful scenery nature glass bottle landscape, purple galaxy bottle
|
Prompt
|
negative_prompt |
string
|
text, watermark, ugly, blurry
|
Negative Prompt
|
steps |
integer
|
30
|
Steps
|
seed |
integer
|
Sampling seed, leave Empty for Random
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'properties': {'attributes': {'title': 'Attributes',
'type': 'object'},
'files': {'items': {'format': 'uri',
'type': 'string'},
'title': 'Files',
'type': 'array'},
'isFinal': {'default': False,
'title': 'Isfinal',
'type': 'boolean'},
'name': {'title': 'Name', 'type': 'string'},
'progress': {'title': 'Progress', 'type': 'number'},
'thumbnails': {'items': {'format': 'uri',
'type': 'string'},
'title': 'Thumbnails',
'type': 'array'}},
'required': ['files'],
'title': 'CogOutput',
'type': 'object'},
'title': 'Output',
'type': 'array',
'x-cog-array-type': 'iterator'}