-
Notifications
You must be signed in to change notification settings - Fork 48
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
finetuning model using diffuser #23
Comments
Do you mean train the ControlNet and keep the base model frozen? @MahdiMohseni0033 |
it doesn't matter , I just customize this model for a specific task , and I followed the training stage in official ControlNet repository and I was faced with Cuda OOM Error I want to train it using RTX 3060 , and the reason which I wanted to use Diffuser , is using memory efficient technique like xformer to make it feasible to train it in GPU with less memory |
This reply may help. |
Thank you for responding kindly, but my primary inquiry is regarding how to train or fine-tune your code (ControlNet by diffuser). Do you have a training code available, or can you provide it to us? |
Here is the training example. You just need modify a few lines. |
does it possible to fine-tune this model using diffuser in this stage?
The text was updated successfully, but these errors were encountered: