mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
- Disable LoRAs instead of deleting them when base model changes - Update toast message to indicate that we may have _updated_ a model (prev just sayed cleared or disabled) - Do not change ref image models if the new base model doesn't support them. For example, changing from SDXL to Imagen does not update the ref image model or alert the user, because Imagen does not support ref images. Switching from Imagen to FLUX does update the ref image model and alert the user. Just a bit less noisy.