Experimenting with training a character LoRA starting from one image. Inspired by https://civitai.com/articles/3021/one-image-is-all-you-need
{
"unetLR": 0.0005,
"clipSkip": 1,
"loraType": "lora",
"keepTokens": 1,
"networkDim": 64,
"numRepeats": 20,
"resolution": 1024,
"lrScheduler": "cosine",
"minSnrGamma": 5,
"noiseOffset": 0.1,
"targetSteps": 1400,
"enableBucket": true,
"networkAlpha": 32,
"optimizerType": "Prodigy",
"textEncoderLR": 0.00005,
"maxTrainEpochs": 20,
"shuffleCaption": true,
"trainBatchSize": 8,
"flipAugmentation": false,
"lrSchedulerNumCycles": 3
}

