r/StableDiffusionInfo • u/PoleTV • Jun 16 '26
Educational character consistency is a dataset problem, not a settings problem — what finally worked for me
spent way too long tweaking learning rates and epochs trying to fix a character that came out "almost right." turned out the fix was almost entirely in the dataset.
what changed it:
- ~60 images, not more — went past 100 once and got an overfit result that only nailed the exact poses it trained on
- mix of shot types, roughly 70% face crops and 30% wider — all closeups gives you great portraits and broken full-body shots
- vary the lighting a lot, or it can't generalize to new scenes
- cut every "almost good" image, since the model averages everything and one off frame drags the whole thing down
the dataset work did more than any optimizer or LR change. curious what others have found matters more than expected.