I have tried to add ControlNets to the input, but the job status is always: 'available': false, 'schedule': false. Is there an error here?
input = {
"model": "urn:air:sd1:checkpoint:civitai:4384@128713",
"params": {
"prompt": "RAW photo, face portrait photo of woman, wearing black dress, happy face, hard shadows, cinematic shot, dramatic lighting",
"negativePrompt": "(deformed, distorted, disfigured:1.3)",
"scheduler": "EulerA",
"steps": 20,
"cfgScale": 7,
"width": 512,
"height": 512,
"clipSkip": 2
},
"controlNets": [
{
"preprocessor": "SoftedgePidinet",
"weight": 0.8,
"startStep": 0,
"endStep": 1.0,
"imageUrl": "https://example.com/example.jpeg"
}
]
}
I have tried to add ControlNets to the input, but the job status is always: 'available': false, 'schedule': false. Is there an error here?
input = {
"model": "urn:air:sd1:checkpoint:civitai:4384@128713",
"params": {
"prompt": "RAW photo, face portrait photo of woman, wearing black dress, happy face, hard shadows, cinematic shot, dramatic lighting",
"negativePrompt": "(deformed, distorted, disfigured:1.3)",
"scheduler": "EulerA",
"steps": 20,
"cfgScale": 7,
"width": 512,
"height": 512,
"clipSkip": 2
},
"controlNets": [
{
"preprocessor": "SoftedgePidinet",
"weight": 0.8,
"startStep": 0,
"endStep": 1.0,
"imageUrl": "https://example.com/example.jpeg"
}
]
}