jasonod888/marigold-normals-v1
Public
1
run
Run jasonod888/marigold-normals-v1 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 |
|---|---|---|---|
| seed |
integer
|
-1
|
Base seed (-1 for random)
|
| image |
string
|
Input room image (jpg/png)
|
|
| denoise_steps |
integer
|
4
|
Number of denoising steps
|
| ensemble_size |
integer
|
1
|
Average N runs with different seeds
|
| processing_res |
integer
|
768
|
Resize longest side to this px (0=off)
|
{
"type": "object",
"title": "Input",
"required": [
"image"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"default": -1,
"description": "Base seed (-1 for random)"
},
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"description": "Input room image (jpg/png)"
},
"denoise_steps": {
"type": "integer",
"title": "Denoise Steps",
"default": 4,
"description": "Number of denoising steps"
},
"ensemble_size": {
"type": "integer",
"title": "Ensemble Size",
"default": 1,
"description": "Average N runs with different seeds"
},
"processing_res": {
"type": "integer",
"title": "Processing Res",
"default": 768,
"description": "Resize longest side to this px (0=off)"
}
}
}
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"
}