-
It is possible to dreambooth with around 8G VRAM #3995 , so it's definitely doable on 12G using the Adam8bit implementation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://colab.research.google.com/drive/1vrh_MUSaAMaC5tsLWDxkFILKJ790Z4Bl?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
I seem to find it, I need to change every occurrence of |
Beta Was this translation helpful? Give feedback.
I seem to find it, I need to change every occurrence of
torch.optim.AdamW
in stable diffusion repo tobitsandbytes.optim.AdamW8bit
. Don't know if it's necessary to change every occurrence oftorch.optim.Adam
.I am going to test after I plug my 3080Ti back.