InvokeAI/invokeai
Alexander Eichhorn f05ea28cbd feat: Add Z-Image LoRA support
Add comprehensive LoRA support for Z-Image models including:

Backend:
- New Z-Image LoRA config classes (LoRA_LyCORIS_ZImage_Config, LoRA_Diffusers_ZImage_Config)
- Z-Image LoRA conversion utilities with key mapping for transformer and Qwen3 encoder
- LoRA prefix constants (Z_IMAGE_LORA_TRANSFORMER_PREFIX, Z_IMAGE_LORA_QWEN3_PREFIX)
- LoRA detection logic to distinguish Z-Image from Flux models
- Layer patcher improvements for proper dtype conversion and parameter
2025-12-01 22:23:30 +01:00
..
app feat: Add Z-Image LoRA support 2025-12-01 22:23:30 +01:00
assets
backend feat: Add Z-Image LoRA support 2025-12-01 22:23:30 +01:00
configs
frontend feat: Add Z-Image LoRA support 2025-12-01 22:23:30 +01:00
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