-
Is the 10gb version of 3080 enough for this? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
I'm dying. I have a 3080 10gb and I have to believe it will work soon. |
Beta Was this translation helpful? Give feedback.
-
I was able to train a model in dreambooth, but had to tinker with some settings and live with some restrictions:
Specific settings I used: Steps: 100 (or after how many steps you want a new checkpoint for finetuning) [ ] Use CPU Only (SLOW) With all that I got ~1.5it/s on a 3080 10GB with ~9.8GB VRAM used, resulting model checkpoints were 2gb in size. Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
No luck with 3080 10GB, with the above settings. Idle desktop VRAM usage about 450-500MB on Linux Mint. Dreambooth won't even begin training anymore, a couple days ago i got it running for a little while but it OOM crashed before it finished. Now it won't even start. |
Beta Was this translation helpful? Give feedback.
-
I just managed to get this running on my 3080 10gb. It took a few try's but I can now successfully reproduce it. I'll make a video soon and post the link here. |
Beta Was this translation helpful? Give feedback.
-
Ok, I bashed together a little video showing my workflow to get Dreambooth working on a 10gb card. The tips above totally work. Hope some of the tips in this video will help others to ensure a successful training! -T |
Beta Was this translation helpful? Give feedback.
I was able to train a model in dreambooth, but had to tinker with some settings and live with some restrictions:
set COMMANDLINE_ARGS=--xformers --precision autocast
- without the precision argument, it fails horribly when using the FP16 setting.