zylim0702 / sdxl-lora-customize-model

Introducing a text-to-image AI that crafts stunning 1024x1024 visuals. Load LoRa models via URLs for instant outputs. Train using this link: https://replicate.com/zylim0702/sdxl-lora-customize-training.

  • Public
  • 97K 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 zylim0702/sdxl-lora-customize-model:5a2b1cff as the base model:

import replicate

training = replicate.trainings.create(
  version="zylim0702/sdxl-lora-customize-model:5a2b1cff79a2cf60d2a498b424795a90e26b7a3992fbd13b340f73ff4942b81e",
  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.