JT
8e8bcbe305
Added Base Model to checkpoint browser search options & also did some housekeeping
1 year ago
JT
faa7b7c75c
Added shared model folder handling for InvokeAI & made the packages handle their own RemoveModelFolderLinks
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
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
61dd1187c7
Add ExtraLaunchCommands to BasePackage and refactors
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
8c1d42161f
Add LicenseType and LicenseUrl to packages
1 year ago
Ionite
85c69ab549
Add global env vars to venv processes
1 year ago
Ionite
bd349a74cc
Add VoltaML package
1 year ago
JT
2bb3692428
also fix a1111 launching with null weburl
1 year ago
Ionite
8403a7b261
Add console output to pip install calls
1 year ago
Ionite
667fc4b028
Refactor impl of python dependencies to package
1 year ago
Ionite
d3523cc86e
add Launch options dialog
1 year ago
JT
f9c9dbbbd5
new one-click install UI
1 year ago
Ionite
3a2b307113
Move console output callback up for faster response
1 year ago
Ionite
1eed005d83
Fix resource dispose hanging onexit
1 year ago
Ionite
f0c91db81e
Remove redundant null check
1 year ago
JT
59ca34818d
more migration & running packages now mostly sorta works?
1 year ago
JT
76f8a61df0
moved a bunch of stuff to the Core package, everything should still work in the wpf app except I still need to port ArchiveHelper? that might not
1 year ago
Ionite
85e375123e
Move common classes to Core assembly
1 year ago
Ionite
cbcfcb8217
Move Models.Progress to Core assembly
1 year ago
Ionite
304538b7c9
Add args for vladautomatic
...
Added new launch option definitions:
server-name, port, use-ipex, use-directml (default if no nvidia gpus and has amd gpu), use-cuda, use-rocm, device-id, debug
1 year ago
Ionite
baff351f5c
Move progress models to Models.Progress
1 year ago
JT
0a21788ee3
Make migration available no matter directory & check to make sure we have enough space to migrate
...
also remove --cpu option from A3WebUI
1 year ago
JT
cb63d8a219
Update path extensions on launch & hide "Show WebUI" button when process exits
1 year ago
JT
100576bd02
Don't offer prereleases
1 year ago
Ionite
25e5ac05d5
Fix API to initialvalue to be set on first launch
1 year ago
JT
1d11bb203c
remove unused usings
1 year ago
JT
c22b3ac5b7
Fix vlad & update regex in A3WebUI
1 year ago
Ionite
bde253af9a
Add CPU default launch flags when no nvidia gpu
1 year ago
JT
dd4f814a9b
Install vcredist & some bug fixes
...
- Install VCRedist if missing
- Refactored environment setup into PrerequisiteHelper
- Do a git init on vlad install to fix git error
1 year ago
JT
3a23360246
code cleanup & fix accent color on fresh install bug
1 year ago
JT
585545157f
Converted most events to IProgress<ProgressReport> and added extra text field for console output on one-click
1 year ago
JT
f6890d4086
hooked up import & open in browser buttons
1 year ago
JT
a4fc198782
hooked up UI to CivitAI API
1 year ago
JT
dea0315113
Adds UI Preview dialog to installer window
1 year ago
JT
6bfa9c0299
Download git from web instead of packaging
1 year ago
Ionite
a2fe23f647
Add more shared folder types for A3WebUI
1 year ago
Ionite
4874179462
Add SharedFolders definitions for A3WebUI
1 year ago
JT
4d5fd75487
make virtual & undelete DankDiffusion to fix tests. also removed unused usings & updated namespaces
1 year ago
JT
1ff445b949
Fix Branch Mode
...
- 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
1 year ago
Ionite
2ddcbc9797
InitialValue support in Launch definition
1 year ago
Ionite
f5d9012a13
Remove GetVramOption and GetXformersOption
...
Moved to new system of defining defaults as fields of `LaunchOptionDefinition` objects
1 year ago
Ionite
e23ee0314c
Extract common extra args definition to `Extras`
1 year ago
JT
b11a2f44b5
Move one-click installer to its own Dialog & removed a bunch of unused using statements
1 year ago
JT
7e9a6d8bec
Fix not removing packages on uninstall
1 year ago
Ionite
548213737a
Change port options to string
1 year ago
Ionite
a87223e7b4
Add extra args for A3WebUI
1 year ago
Ionite
c528f751aa
Remove interface from A3WebUI
1 year ago