:D
Description
Trained on NoobAI-XL V-Pred-1.0
FAQ
Comments (2)
Hi! Do you have a preset parameters (and repeats, epoch, batch size recommendation) for training artist's styles like this lora? Been trying to tinker around with it but it all seems to be give poor results.
The loras all should have these parameters in their metada, I was training all/most of mine for 60 steps at batch size 8 with 4 gradient accumulation, which should be 60*8*4 = 1920 steps at batch size 1 (which is not recommended, if its a limitation I'd try to also use 4 gradient accumulation with batch size 1, in which case it would be 1920/4 = 480 steps), repeats should be set to match or be higher than the batch size to prevent any bucket from having less images than the batch size, then you can then tweak the epochs until the number of steps is equivalent to ~2000 at batch 1 (e.g. batch 6, GA 2 requires 166 steps for 6*2*166 = 1992, batch 3 GA 3 requires 222 steps 3*3*222 = 1998, etc.)







