[I found a real fix to work in half precision] I identified when the GeForce 16xx crash in half-precision #13154
KarhellTwitch
started this conversation in
General
Replies: 2 comments
-
Ok i found a fix ! I'll test it longer but i can already generate even with a prompt over 75 now |
Beta Was this translation helpful? Give feedback.
0 replies
-
It works at any lenght now with only --xformers in launch parameters I hope it can help other GeForce 16xx users to get benefit of half precision with their already low VRAM GPU |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i made some test with my 1660 Super and I found what triggers the problem with the half-precision.
To do my tests I started with only --xformers as parameter
And everything works fine.... Until....
The problem seems to be related to the method which split the prompt when it exceeds 75 to put them in queue (also for the negative prompt)
Here a test without exceeding 75 in the 2 prompts (works 100% of the time)
Here a test with both at 75/75
Here a test when one of them exceed 75
So we can say that the problem comes from how Unet splits the prompts to put them in queue
Beta Was this translation helpful? Give feedback.
All reactions