mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-11 05:55:23 -05:00
It's not clear why we were copying downloaded models to the destination dir instead of moving them. I cannot find a reason for it, and I am able to install single-file and diffusers models just fine with the change. This fixes an issue where model installation requires 2x the model's size (bc we were copying the model over).