Ionite
d3c3b099b6
Add Seed card
1 year ago
JT
0d38309f4b
Merge pull request #180 from ionite34/invokeai-fixes
...
Fixes for InvokeAI
1 year ago
JT
87a8875b92
Fixes for InvokeAI:
...
- 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
1 year ago
Ionite
1de7b1f4fe
Merge pull request #179 from ionite34/fix-invokeai-root
1 year ago
Ionite
8686c83b12
Fix InvokeAI root path environment
1 year ago
Ionite
d7e5950e65
Update DesignData for InferenceViewModel
1 year ago
Ionite
4371da24b3
Add InferencePage
1 year ago
JT
335c85544d
Merge pull request #178 from ionite34/refactor-shared-folders
...
SharedFolders refactor for ComfyUI & Vlad
1 year ago
JT
dc342742ce
SharedFolders refactor for ComfyUI & Vlad:
...
- 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
1 year ago
Ionite
ce2bea7ee1
Merge pull request #177 from ionite34/fix-input-infobar
1 year ago
Ionite
64e16a7762
Switch to warning infobar to fix transparency
1 year ago
Ionite
7870d18623
Add design time console data
1 year ago
Ionite
13b80078ea
Merge pull request #175 from ionite34/fixes
1 year ago
Ionite
0180aec718
Merge branch 'main' into fixes
1 year ago
Ionite
89768705d4
Fix SharedFolderTests
1 year ago
JT
5cd2310e23
Merge pull request #176 from ionite34/fix-a1111-preview
...
Set default preview for A1111 installs to TAESD
1 year ago
Ionite
2700198fce
Add CHANGELOG.md
1 year ago
Ionite
834cf65596
Add shared folder mapping and launch args for InvokeAI
1 year ago
JT
23940a5e2b
Set default preview for A1111 installs to TAESD & added Reset Checkpoint Cache button to settings page
1 year ago
Ionite
a502af2d85
Shared folder refactors to support multiple mappings
1 year ago
Ionite
0643d9f5d7
Merge branch 'fixes' of https://github.com/ionite34/StabilityMatrix into fixes
1 year ago
Ionite
b17153825c
Add abbreviation
1 year ago
Ionite
1825d85ae1
Version bump to 2.1.0-dev.1
1 year ago
Ionite
3199487717
Merge branch 'main' into fixes
1 year ago
Ionite
17da68b111
Add updater support for changelog markdown format
1 year ago
JT
17a15f18ab
Merge pull request #174 from ionite34/fix-window-startup-position
...
Fix window startup position being off-screen
1 year ago
JT
a380cd6a38
add argument to reset window position on startup
1 year ago
JT
10a4e35048
Window position settings now check if its inside the bounds of the current screens before saving the X & Y values
1 year ago
Ionite
0a423640fe
PyVenv fixes and reformat
1 year ago
Ionite
099b8faafa
Add IDictionary.ToRepr extension
1 year ago
Ionite
b93230d9f1
Log improvements for ProcessRunner
1 year ago
Ionite
3b865a1f66
Specify working directory for vlad install step
1 year ago
Ionite
5693440ed4
Add DiscordRichPresenceService
1 year ago
Ionite
822e638ec9
Add IsDiscordRichPresenceEnabled settings key
1 year ago
Ionite
c9c7920152
Add DiscordRichPresence nuget
1 year ago
Ionite
539c8d40b1
Merge pull request #171 from ionite34/package-invokeai
1 year ago
Ionite
a9ee76a762
Add other invokeai commands
1 year ago
Ionite
d493887183
Implement secondary command launching
1 year ago
Ionite
b5e43ebf60
Merge branch 'main' into package-invokeai
1 year ago
Ionite
54e56c7bce
Update launch button appearance and design data
1 year ago
JT
84e4e13e99
Merge pull request #173 from ionite34/add-splitbutton-styles
...
Translate Button styles to SplitButton
1 year ago
JT
daaefce1ba
Translate Button styles to SplitButton
1 year ago
Ionite
65e5e6c427
Add MockLaunchPageViewModel for design
1 year ago
Ionite
61dd1187c7
Add ExtraLaunchCommands to BasePackage and refactors
1 year ago
JT
f172659260
Merge pull request #172 from ionite34/always-show-checkpoint-folders
...
Checkpoints page fixes & Vlad tweak
1 year ago
JT
9eae1fd089
Always setup checkpoint folders just to be safe
1 year ago
JT
0d46913ee2
Checkpoints page fixes & more:
...
- Create shared models directory if it doesnt exist
- Always show checkpoint folder options even if they're empty
- Added Vlad ControlNet shared folder link
1 year ago
Ionite
4a8019bba3
Add PyVenvRunner GetEntryPoint and refactors
...
- Also moves WorkingDirectory and EnvironmentVariables as class properties so they don't have to be passed to every call to a VenvRunner instance
1 year ago
Ionite
93c1eb250c
Add InvokeAI
1 year ago
Ionite
57748e962b
StartAnsiProcess now only requires IReadOnlyDictionary
1 year ago