You're looking at a specific version of this model. Jump to the model overview.
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 |
---|---|---|---|
image |
string
|
Input image.
|
|
model_name |
string
(enum)
|
real image denoising
Options: real image denoising, grayscale images-15, grayscale images-25, grayscale images-50, color images-15, color images-25, color images-50 |
Choose a model. 15, 25 and 50 in grayscale images and color images correspond to the added noise level, and the output will show image_with_added_noise and denoised_image.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'denoised_image': {'format': 'uri',
'title': 'Denoised Image',
'type': 'string'},
'image_with_added_noise': {'format': 'uri',
'title': 'Image With Added Noise',
'type': 'string'}},
'title': 'Output',
'type': 'object'}