Image GenerationActive
wiro / train-sd-lora
train-sd-lora
LoRA training is a low-rank adaptation technique used to fine-tune Stable Diffusion (SD) models, enabling personalized model outputs with minimal computational overhead.
Text to ImageTrainSd
Model ID
train-sd-lora
Provider
wiro
Added
1692556966
wiro playground—wiro/train-sd-lora
Added 1692556966
generate-art-with-stable-diffusion-readme
API quick start
Run train-sd-lora with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/train-sd-lora
{
"trainModelName": "...",
"classificationDataSet": "...",
"instancePrompt": "a photo of ohwx",
"classPrompt": "a photo of a man"
}