lucataco / sdxl

SDXL v1.0 - A text-to-image generative AI model that creates beautiful images

  • Public
  • 478.9K runs
  • L40S
  • GitHub
  • Paper
  • License

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 lucataco/sdxl:c86579ac as the base model:

import replicate

training = replicate.trainings.create(
  version="lucataco/sdxl:c86579ac5193bf45422f1c8b92742135aa859b1850a8e4c531bff222fc75273d",
  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.