You're looking at a specific version of this model. Jump to the model overview.
edenartlab /comfyui-workflows:3f8a38dd
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_video_path |
string
|
https://storage.googleapis.com/public-assets-xander/A_workbox/flowerspiral.mp4
|
Load source video from file, url, or base64 string
|
prompt |
string
|
the tree of life
|
Prompt
|
steps |
integer
|
20
Min: 10 Max: 40 |
Steps
|
width |
integer
|
768
Min: 512 Max: 2048 |
Width
|
height |
integer
|
768
Min: 512 Max: 2048 |
Height
|
n_frames |
integer
|
32
Min: 16 Max: 264 |
Total number of frames (mode==interpolate)
|
controlnet_type |
string
(enum)
|
qr_monster
Options: canny-edge, qr_monster |
Controlnet type
|
controlnet_strength |
number
|
0.6
Max: 1.5 |
Strength of controlnet guidance
|
guidance_scale |
number
|
7.5
Min: 1 Max: 20 |
Strength of text conditioning guidance
|
negative_prompt |
string
|
nude, naked, text, watermark, low-quality, signature, padding, margins, white borders, padded border, moiré pattern, downsampling, aliasing, distorted, blurry, blur, jpeg artifacts, compression artifacts, poorly drawn, low-resolution, bad, grainy, error, bad-contrast
|
Negative Prompt
|
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'}