- Now runs invokeai-configure during installation
- No longer uses shared models directory due to compatibility issues
- Displays disclaimer on the installers about it being experimental etc
- Added OnStartupComplete handler for InvokeAI to show "Open Web UI" button
- Added MinDialogWidth property to BetterContentDialog
- Now updates config files in the respective packages instead of using symlinks
- Other 3 packages still use symlinks for now
- Added dictionary indexer [] thing to packageFactory
- Installers now call the BasePackage SetupModelFolders method instead of SharedFolders
- Launch page now calls the BasePackage UpdateModelFolders instead of SharedFolders
- Switch to Octokit instead of manually calling Github API
- Add DisplayVersion & InstalledBranch to InstalledPackage for update checks & display
- Fixed branch mode install now actually uses the commit hash
- Update check updated for branch mode
- Packages are now injected & so is IPackageFactory
- Updater checks on load, so probably only once per launch? but should be fine
- Moved install button
- Multi-purpose install button
- probably more idk
- Set default size to not be super huge
- move some stuff around on the InstallPage
- setup SelectedItem Binding on InstallPage and added dummy Package for testing
- Moved A1111Helper stuff into A3WebUI