prompthunt / base-inference-swap

  • Public
  • 5 runs
  • L40S
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/prompthunt/base-inference-swap@sha256:d4f205de726a56c16f3b65c530e64ca67814f262d0e01bb88d95c87f4a4d8b93
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "width": 512,
      "height": 512,
      "prompt": "photo of cjw person",
      "scheduler": "DPMSolverMultistep",
      "num_outputs": 1,
      "guidance_scale": 7.5,
      "negative_prompt": "",
      "prompt_strength": 0.8,
      "should_swap_face": false,
      "num_inference_steps": 50
    }
  }' \
  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 L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

This model doesn't have a readme.