mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 20:44:58 -05:00
A new "session" just means to reset most settings to default values, excluding model. There are a few things that need to be reset: - Parameters state, except for models and things dependent on model selection (like VAE precision) - Canvas state, except for the `modelBase`, which is dependent on the model selection - Canvas staging area state - LoRAs state - HRF state - Style presets state We also select the canvas tab. For new gallery sessions, we: - Open the image viewer - Set the right panel tab to `gallery` And for new canvas sessions, we: - Close the image viewer - Set the right panel tab to `layers`