-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
Update LoRA with Dropout & Conv2d Support #880
Update LoRA with Dropout & Conv2d Support #880
Conversation
You making awesome updates but really need configuration help to prepare a good tutorial video @ExponentialML :) |
Thanks! This PR is actually ready to go. Just use Lora as you normally would, and test slightly lower learning rates (5e-6). |
I don't seem to be able to generate checkpoints manually using a LORA. Errors out with tensor size mismatch. I receive this error (Rank 16 for unet and tenc for reference).
I'm trying to generate it using the model that created the LORA so tensor sizes should match. I have checkpoints set to generate at end of job only and I've cancelled the last few jobs prior to getting to that point so can't say if it works that way. Full error below.
|
Hey @saunderez. I recently caught this bug and will be pushing a fix fairly quick. |
This PR updates LoRA with support. More information on the changes here: cloneofsimo/lora#133 .
Also adds custom scaling of ranks for high quality, as well as descriptions for them.