replicategithubwc / sdxl-dreambooth

  • Public
  • 108 runs
  • L40S
  • SDXL fine-tune

Input

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

docker run -d -p 5000:5000 --gpus=all r8.im/replicategithubwc/sdxl-dreambooth@sha256:9df5bd7ba3ddc47951db0a972c91251a299caee74f74b3657d0bc2af893f6430
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "width": 1024,
      "height": 1024,
      "prompt": "An astronaut riding a rainbow unicorn",
      "refine": "no_refiner",
      "scheduler": "K_EULER",
      "lora_scale": 0.6,
      "num_outputs": 1,
      "guidance_scale": 7.5,
      "apply_watermark": true,
      "high_noise_frac": 0.8,
      "negative_prompt": "",
      "prompt_strength": 0.8,
      "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.