[py3.10] Error when creating conditioning latents #27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Marking this as py3.10 in case such reports are not of interest.
Running a py3.10 env with low vram and cuda, i am experiencing the following issue:
Sounds like a mismatch between work done on CPU and on GPU?
So far tested on
a2d95fe208
.[py3.10] Error when creating conditing latentsto [py3.10] Error when creating conditioning latentsStill works on
25e70dce1a
.I'll see about trying to replicate it. I'm very sure I forgot to actually check it working on
Low VRAM
itself, so I most definitely broke it.Should be fixed in
2210b49cb6
. I suppose the issue was that I never actually re-tested computing the latents outside of the CPU, as the DirectML forces it to be done entirely on CPU.Didn't actually get to testTested both with and withoutLow VRAM
on computing latents, as it was a problem without setting it.Low VRAM
, works fine now.