Readme
This model doesn't have a readme.
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>Find your API token in your account settings.
Run viktorfa/instant-id-multicontrolnet-multiple-images using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "viktorfa/instant-id-multicontrolnet-multiple-images:375cbfdc44d6f26ca60c4571962c51c7f49b24336d48f477de033e6ecbf460e9",
"input": {
"pose": false,
"seed": 0,
"canny": false,
"model": "RealVisXL V4.0",
"prompt": "a person",
"depth_map": false,
"num_steps": 25,
"scheduler": "DPMSolverMultistepScheduler-Karras-SDE",
"num_images": 1,
"pose_strength": 1,
"canny_strength": 0.5,
"depth_strength": 0.5,
"guidance_scale": 7,
"safety_checker": true,
"lightning_steps": "4step",
"negative_prompt": "(lowres, low quality, worst quality:1.2), (text:1.2), watermark, glitch, deformed, mutated, cross-eyed, ugly, disfigured, blurry, grainy",
"enable_fast_mode": false,
"adapter_strength_ratio": 0.8,
"enhance_non_face_region": true,
"identitynet_strength_ratio": 0.9
}
}' \
https://api.replicate.com/v1/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.