You're looking at a specific version of this model. Jump to the model overview.
chenxwh /depthcrafter:f1f41a48
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 |
---|---|---|---|
video |
string
|
Input video
|
|
num_denoising_steps |
integer
|
10
Min: 1 Max: 25 |
Number of denoising steps
|
guidance_scale |
number
|
1.2
Min: 1 Max: 1.2 |
Scale for classifier-free guidance
|
max_res |
None
|
1024
|
Maximum resolution
|
process_length |
integer
|
60
Min: 1 Max: 280 |
Number of frames to process
|
target_fps |
integer
|
15
|
fps of the output video
|
window_size |
integer
|
110
|
Window size
|
overlap |
integer
|
15
|
Overlap size
|
save_npz |
boolean
|
False
|
Save npz file
|
datast |
None
|
open
|
Assigned resolution for specific dataset evaluation
|
seed |
integer
|
Random seed. Leave blank to randomize the seed
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'depth_video': {'format': 'uri',
'title': 'Depth Video',
'type': 'string'},
'npz': {'format': 'uri', 'title': 'Npz', 'type': 'string'}},
'required': ['depth_video'],
'title': 'ModelOutput',
'type': 'object'}