mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 16:45:13 -05:00
Similar to the existing node, but without any resizing. The backend logic was consolidated and modified so that it the model loading can be managed by the model manager. The ONNX Runtime `InferenceSession` class was added to the `AnyModel` union to satisfy the type checker.