InvokeAI/invokeai
Alexander Eichhorn f8b1f42f6d fix(z-image): Fix padding token shape mismatch for GGUF models
GGUF Z-Image models store x_pad_token and cap_pad_token with shape [dim],
but diffusers ZImageTransformer2DModel expects [1, dim]. This caused a
RuntimeError when loading GGUF-quantized Z-Image models.

The fix dequantizes GGMLTensors first (since they don't support unsqueeze),
then reshapes to add the batch dimension.
2025-12-22 18:31:57 +01:00
..
app fix(vae): Fix dtype mismatch in FP32 VAE decode mode 2025-12-16 15:58:48 +01:00
assets
backend fix(z-image): Fix padding token shape mismatch for GGUF models 2025-12-22 18:31:57 +01:00
configs
frontend Merge branch 'main' into feat/z-image-turbo-support 2025-12-21 21:58:22 +05:30
invocation_api feat(mm): more exports in invocation api 2025-10-16 08:08:44 +11:00
version chore: bump version to v6.9.0 2025-10-17 12:13:01 +11:00
__init__.py