lightweight-ai / controlnet_depth_test

  • Public
  • 325 runs
  • A100 (80GB)

Input

Set the REPLICATE_API_TOKEN environment variable:
export REPLICATE_API_TOKEN=<paste-your-token-here>

Find your API token in your account settings.

Run lightweight-ai/controlnet_depth_test 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": "ae0de9cc3966b76835609fac9ba613b4f4c0b3194e04372dbb14df7bceae8fad",
    "input": {
      "loras": [],
      "width": 1024,
      "height": 1024,
      "prompt": "A bohemian-style female travel blogger with sun-kissed skin and messy beach waves",
      "inpaint": false,
      "controlnet": false,
      "lora_scales": [],
      "num_outputs": 1,
      "control_type": "canny",
      "low_threshold": 100,
      "output_format": "png",
      "guidance_scale": 3.5,
      "high_threshold": 200,
      "output_quality": 100,
      "prompt_strength": 0.8,
      "control_strength": 0.2,
      "num_inference_steps": 28
    }
  }' \
  https://api.replicate.com/v1/predictions

To learn more, take a look at Replicate’s HTTP API reference docs.

Output

No output yet! Press "Submit" to start a prediction.

Run time and cost

This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

This model doesn't have a readme.