You're looking at a specific version of this model. Jump to the model overview.
zsxkib /stable-video-face-restoration:773f313c
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 file that will be enhanced, supporting common formats like MP4.
|
|
tasks |
string
(enum)
|
face-restoration
Options: face-restoration, face-restoration-and-colorization, face-restoration-and-colorization-and-inpainting |
Select which restoration tasks to apply, where face-restoration enhances facial details only, face-restoration-and-colorization enhances faces and restores colors, and face-restoration-and-colorization-and-inpainting provides the full pipeline requiring a mask input.
|
mask |
string
|
An inpainting mask image where white areas indicate regions that will be restored, which is only required when using the full pipeline with inpainting.
|
|
seed |
integer
|
-1
|
Random seed. Use -1 to randomize the seed
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}