jyoung105 / hyper-sd3

(Updated 6 months ago)

  • Public
  • 53 runs
Iterate in playground

Input

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

docker run -d -p 5000:5000 --gpus=all r8.im/jyoung105/hyper-sd3@sha256:3cb3dc5ee0ed083376a9052e3548faa13852f4fabf10d795f37f2e1cac67fd55
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "steps": 16,
      "width": 1024,
      "height": 1024,
      "use_tiny": true,
      "clip_skip": 0,
      "num_images": 1,
      "guidance_scale": 7
    }
  }' \
  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.