mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 07:28:06 -05:00
The seamless logic errors when a second GPU is selected. I don't understand why, but a workaround is to skip the model patching when there there are no seamless axes specified. This is also just a good practice regardless - don't patch the model unless we need to. Probably a negligible perf impact. Closes #6010