THE LIBRARY / ERRORS

Troubleshooting

Published references, source identities and connected reading.

Have the exact error text? Paste it into Troubleshoot to find matching articles →

Troubleshooting2 min read
Float, Half and BFloat16 mismatch: trace the failing operation

Log keyword: mat1 and mat2 must have the same dtype

A dtype failure differs from a shape or device failure. Start with the traceback and incompatible operand types; a KSampler error alone does not identify the component that caused them.

Troubleshooting2 min read
Windows error 1455: paging-file exhaustion is not CUDA out of memory

Log keyword: The paging file is too small for this operation to complete

This Windows error concerns committed system memory. It should not be treated as VRAM exhaustion or proof that a safetensors file is corrupt merely because it appears during model loading.