lightweight-ai / controlnet_test

  • Public
  • 63 runs
  • A100 (80GB)

Input

Run this to download the model and run it in your local environment:

docker run -d -p 5000:5000 --gpus=all r8.im/lightweight-ai/controlnet_test@sha256:2794e598d44a66785e6ff4b4b155dbb79068c9ae3b9cda31d5b96f98cc6507f8
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "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",
      "control_image": "",
      "output_format": "png",
      "output_quality": 100,
      "prompt_strength": 0.8,
      "control_strength": 0.2,
      "num_inference_steps": 28
    }
  }' \
  http://localhost:5000/predictions

To learn more, take a look at the Cog documentation.

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.