CUDA memory error that comes out of nowhere?.. #3742
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
try running with --medvram, helped me with my 1660 (still get that error for big batches). also theres a black screen bug on some 16xx, if you get black images add --precision full --no-half |
Beta Was this translation helpful? Give feedback.
-
You're at the limit. Maybe your git would have been keeping some record of older versions used, so perhaps you would need to downgrade to those versions. Always keep a record of a good working version anyway, it's super helpful to anyone with your card. Many times there would be certain commits that will break the optimizations, and would go unnoticed. |
Beta Was this translation helpful? Give feedback.
You're at the limit. Maybe your git would have been keeping some record of older versions used, so perhaps you would need to downgrade to those versions. Always keep a record of a good working version anyway, it's super helpful to anyone with your card.
Many times there would be certain commits that will break the optimizations, and would go unnoticed.
So it's unwise to auto-update. Especially if your working with older cards. Additionally, run your program offline, to prevent it grabbing updates from huggingface and such.