InvokeAI/invokeai
psychedelicious fec296e41d fix(app): move (not copy) models from install tmpdir to destination
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).
2025-07-29 16:08:15 +10:00
..
app fix(app): move (not copy) models from install tmpdir to destination 2025-07-29 16:08:15 +10:00
assets
backend fix ruff and remove unused API route 2025-07-22 07:33:48 +10:00
configs
frontend fix(ui): progress image does not hide on viewer with autoswitch disabled 2025-07-29 12:53:45 +10:00
invocation_api Updated __init__.py 2025-07-17 06:33:56 +10:00
version add newline 2025-07-25 11:08:54 -04:00
__init__.py