anotherjesse / ait-sd

Compile Stable Diffusion using AIT for A100

  • Public
  • 24 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/anotherjesse/ait-sd@sha256:66f7b1d6d72a3bcfb8a925d5d0608f6214e871b3aa370b12ddb446a0feba1d15
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "seed": 4896,
      "width": 512,
      "height": 512,
      "num_outputs": 1,
      "use_fp16_acc": true,
      "convert_conv_to_gemm": true
    }
  }' \
  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

Model description

Intended use

Ethical considerations

Caveats and recommendations