Readme
This model doesn't have a readme.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run zzzziqi/multi-control using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"zzzziqi/multi-control:ae7695b2c4d577256e43cd00fcaf3a289dcb45fa95f1a7f50e61e854e252dfc8",
input={
"eta": 0,
"scheduler": "DDIM",
"guess_mode": False,
"num_outputs": 1,
"low_threshold": 100,
"guidance_scale": 9,
"high_threshold": 200,
"negative_prompt": "Longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality",
"image_resolution": 512,
"num_inference_steps": 20,
"disable_safety_check": False,
"qr_conditioning_scale": 1,
"hed_conditioning_scale": 1,
"seg_conditioning_scale": 1,
"pose_conditioning_scale": 1,
"canny_conditioning_scale": 1,
"depth_conditioning_scale": 1,
"hough_conditioning_scale": 1,
"normal_conditioning_scale": 1,
"scribble_conditioning_scale": 1
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.