ControlNet-for-Diffusers
ControlNet-for-Diffusers copied to clipboard
finetuning model using diffuser
does it possible to fine-tune this model using diffuser in this stage?
Do you mean train the ControlNet and keep the base model frozen? @MahdiMohseni0033
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.
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.