juergengunz / sdxl-openpose-lora

SDXL ControlNet OpenPose with LoRA Support

  • Public
  • 7.3K runs
Run with an API

If you haven’t yet trained a model on Replicate, we recommend you read one of the following guides.

Pricing

Trainings for this model run on Nvidia L40S GPU hardware, which costs $0.000975 per second.

Create a training

Install the Python library:

pip install replicate

Then, run this to create a training with juergengunz/sdxl-openpose-lora:c20d10c1 as the base model:

import replicate

training = replicate.trainings.create(
  version="juergengunz/sdxl-openpose-lora:c20d10c1aa5cd40f0327fc863a06342bbf30a7897fe366a4dad494a92d77a0f4",
  input={
    ...
  },
  destination=f"{username}/<destination-model-name>"
)

print(training)

Note that before you can create a training, you’ll need to create a model and use its name as the value for the destination field.