-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LoRA Recomendations / Guide #62
Comments
I have been training some LoRA with 100 and another with 800 images. I have had some pretty good results. For the 100 image dataset I usually use 50 repeats with TE LR of 5e-5 and UNet LR of 1e-3. I also enable flip and color augmentation. I also use WD14 captions with some tweaking and enable shuffle captions. |
If I want to get more epochs/checkpoints to save would it be better to increase batch size or increase epochs? |
Add training metadata to saved models. Thanks to space-nuko!
I am very excited about the concept of LoRA because I can quickly train on lots of family and friends and not take up several hundred more GB on my system. Also, you can apply the trained LoRA to other models on the fly.
I have trained about 15 or so models so far and have "decent" results. Faces look accurate if there is no other words in the prompt and sometimes start to look less and less like the person the longer the prompt gets.
Also, they seem to zero in on one outfit from one image in the bunch and use that over and over.
I would love some tricks or recommended settings for LoRA people training to get the best results.
How many images?
How many repeats?
Learning rate etc...
I have been using SD 1.5 model, about 10 cropped faces at 512x512 with 160 repeats and everything else left default.
The text was updated successfully, but these errors were encountered: