juergengunz / sdxl-openpose-lora

SDXL ControlNet OpenPose with LoRA Support (Updated 1 year, 7 months ago)

  • Public
  • 7.3K 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/juergengunz/sdxl-openpose-lora@sha256:c20d10c1aa5cd40f0327fc863a06342bbf30a7897fe366a4dad494a92d77a0f4
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "prompt": "An portrait of an astronaut standing on the moon",
      "refine": "no_refiner",
      "scheduler": "K_EULER",
      "lora_scale": 0.8,
      "num_outputs": 1,
      "refine_steps": 10,
      "guidance_scale": 5,
      "apply_watermark": false,
      "condition_scale": 0.9,
      "negative_prompt": "",
      "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 costs approximately $0.025 to run on Replicate, or 40 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 27 seconds.

Readme

This model doesn't have a readme.