Skip to content

The correct way to add ControlNets to the input. #9

@JohnDoeVN

Description

@JohnDoeVN

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"
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions