Readme
…
Model description
…
Intended use
…
Ethical considerations
…
Caveats and recommendations
…
(Updated 2 years, 2 months ago)
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 sabatinomasala/openpose-template using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"sabatinomasala/openpose-template:d2f600aa66f5ed468ff77b81e2b2a25bdb8572a9f01592fbf132253ead92828c",
input={
"width": 512,
"height": 512,
"prompt": "photo of cjw person",
"scheduler": "DPMSolverMultistep",
"num_outputs": 1,
"guidance_scale": 7.5,
"num_inference_steps": 50
}
)
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 T4 GPU hardware. We don't yet have enough runs of this model to provide performance information.
…
…
…
…
…