lucataco / sdxl-lcm-loras

POC of SDXL-LCM LoRA combined with Replicate LoRA for 4 second inference times

This model has no enabled versions.

Readme

Call this with your Replicate LoRA via API:

import replicate
output = replicate.run(
    "lucataco/sdxl-lcm-loras:48bdebc9f383f0e9f9e321e40c1ec7f08ac7b4dd49cf777646a6498c94605051",
    input={"prompt": "A TOK emoji of a man", "replicate_weights": "https://pbxt.replicate.delivery/DUxxgRlwU5q3DNhaaEPnH70H6afeUh18iIFTZkbioqVWeoEjA/trained_model.tar", "seed": 23969},
)