venislathiya814092/ih096image__enhance29
Public
33
runs
Run venislathiya814092/ih096image__enhance29 with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
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
|
None
|
|
| face_weight |
number
|
0.65
Max: 1 |
None
|
| cf_fidelity |
number
|
0.75
Max: 1 |
None
|
| sharpen_strength |
number
|
0.12
Max: 0.6 |
None
|
| film_grain |
boolean
|
True
|
None
|
| blend_strength |
number
|
0.6
Min: 0.2 Max: 0.85 |
None
|
| output_format |
None
|
PNG
|
None
|
{
"type": "object",
"title": "Input",
"required": [
"image"
],
"properties": {
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"x-order": 0
},
"film_grain": {
"type": "boolean",
"title": "Film Grain",
"default": true,
"x-order": 4
},
"cf_fidelity": {
"type": "number",
"title": "Cf Fidelity",
"default": 0.75,
"maximum": 1,
"minimum": 0,
"x-order": 2
},
"face_weight": {
"type": "number",
"title": "Face Weight",
"default": 0.65,
"maximum": 1,
"minimum": 0,
"x-order": 1
},
"output_format": {
"enum": [
"PNG",
"JPEG",
"WEBP"
],
"type": "string",
"title": "output_format",
"description": "An enumeration.",
"default": "PNG",
"x-order": 6
},
"blend_strength": {
"type": "number",
"title": "Blend Strength",
"default": 0.6,
"maximum": 0.85,
"minimum": 0.2,
"x-order": 5
},
"sharpen_strength": {
"type": "number",
"title": "Sharpen Strength",
"default": 0.12,
"maximum": 0.6,
"minimum": 0,
"x-order": 3
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}