InvokeAI/invokeai
Alexander Eichhorn 3b2d2ef10a
fix(gguf): ensure dequantized tensors are on correct device for MPS (#8713)
When using GGUF-quantized models on MPS (Apple Silicon), the
dequantized tensors could end up on a different device than the
other operands in math operations, causing "Expected all tensors
to be on the same device" errors.

This fix ensures that after dequantization, tensors are moved to
the same device as the other tensors in the operation.

Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
2026-01-02 00:45:50 +00:00
..
app Implement PBR Maps Node (#8700) 2025-12-29 02:11:46 +00:00
assets
backend fix(gguf): ensure dequantized tensors are on correct device for MPS (#8713) 2026-01-02 00:45:50 +00:00
configs
frontend ui: translations update from weblate (#8725) 2026-01-02 00:35:09 +00:00
invocation_api feat(mm): more exports in invocation api 2025-10-16 08:08:44 +11:00
version (chore) Prep for v6.10.0rc2 (#8701) 2025-12-26 18:26:04 -05:00
__init__.py