JT
7df57cfd41
Remove finally block
1 year ago
JT
9b597935b0
Add toggle for "Show Model Images" on checkpoints page & add "find connected metadata" option in CheckpointFolder context menu
1 year ago
JT
c1f924f879
Moved more xaml strings to Resources for localization & fix connected model imports not adding to installedmodels list
1 year ago
JT
370ed5a026
Send page number in request for Installed models
1 year ago
JT
a56cfb004f
Fix some missing paths & launch args & added Foooocus-MRE
1 year ago
JT
b5cb6d654a
Fixed weird shared progress event
1 year ago
JT
523e575345
Fix text display & change line offset for scrollToBottomRequested in PackageModificationDialog
1 year ago
Ionite
16299d4639
Use conditional logger for ConsoleViewModel
1 year ago
JT
ff240ca1d0
Remove PackageModificationDialogViewModel & call Console.StartUpdates
1 year ago
JT
ce85dc1f50
Remove package name lookup thing
1 year ago
JT
3f53bc1609
Fix merge weirdness
1 year ago
JT
aefef59546
finished up install stuff, added to download/progressmanager, restore dialog, etc
1 year ago
Jacob McSwain
d03e47aeeb
Fix other erroneous casts of UnixFileMode
1 year ago
Jacob McSwain
d6ef45dbe1
Fix 7zzs binary permissions
...
The AppImage release of v2.3.3 errors while installing A1111 with `An error occurred trying to start process '/home/user/Applications/Data/Assets/7zzs' with working directory '/home/user/Applications'. Permission denied`
The permissions applied were `-r----x--t`. I found a typo in the permissions, but also the `UnixFileMode` (https://learn.microsoft.com/en-us/dotnet/api/system.io.unixfilemode ) is an enum which doesn't seem to cast from typical values like 0777.
I also noticed the permissions were intended to be _quite_ permissive. This change also prevents `group` and `all` writes.
1 year ago
jt
e0462b5bd1
formatting
1 year ago
JT
fbdb15e8de
Fix unit tests
1 year ago
JT
bb686a581f
Added SharedFolderMethod & TorchVersion options to Advanced Install Options
1 year ago
Ionite
1cba65eefb
Add compile conditionals to fix release builds
1 year ago
Ionite
3f7c2ae80d
Add husky and pre-commits
1 year ago
Ionite
50e7028aa8
Add LogViewer
1 year ago
Ionite
98a524839f
Add ModelIndexService
1 year ago
Ionite
f58c684e2c
Fix package page display for long names
1 year ago
JT
bb378c7c2e
added advanced options section & release mode toggle
1 year ago
JT
b9cb81e9a9
install/update/versioning refactor & new install dialog layout wip
1 year ago
ionite34
a15b7734d4
Add 7z assets, python paths
1 year ago
Ionite
ce2e251324
Fix checkpoint file index extension identification
1 year ago
Ionite
7aee93fc8f
Fix gpu recognition for tesla cards
1 year ago
Ionite
14469e36e6
Bump project version
1 year ago
Ionite
3c0645ef93
Fix Call from invalid thread errors in download notifications
1 year ago
Ionite
ae4ab8d173
Fix model preview image downloading with wrong name
1 year ago
JT
c90a24e6f3
Rearranged model version dialog & added model description, also added ROCm options for most packages
1 year ago
Ionite
52bd14144f
Add progress and venv/model migration for imports
1 year ago
Ionite
d3c67b180c
Checkpoints margins update and some string localization
1 year ago
JT
2b4b24c3f2
Hide toggle buttons if release mode isn't supported
1 year ago
JT
9c9d51d2a9
o probably here too
1 year ago
JT
7eff5f3d3e
also use indeterminate property
1 year ago
JT
3884e4b11b
Fix duplicate ProgressItemViewModel properties & make vlad update indeterminate & readme tweaks
1 year ago
Ionite
0f8691a8a4
Fix launch arguments search
1 year ago
Ionite
6fbd07edee
Add importing for unknown packages found in index
1 year ago
Ionite
40a3a38864
Move deletion methods to DirectoryPath extension
1 year ago
Ionite
49685c6085
Add GetDialog methods to ServiceManager
1 year ago
JT
4759480aaa
added description to SelectModelVersionDialog
1 year ago
JT
48bc532b0b
Buncha Stuff
...
- Added "Skip to First/Last Page" buttons to the Model Browser
- Added VAE as a checkpoint category in the Model Browser
- Model Browser navigation buttons are no longer disabled while changing pages
- Fixed issue where Open Web UI button would try to load 0.0.0.0 addresses
- Added missing CivitModelFpTypes
- Made a property for "OfferInOneClickInstaller" so we can selectively show things (for stuff like kohya eventually)
- Fix Show Web UI button not appearing for Fooocus
1 year ago
Ionite
ce57dbd6ea
Remove unused import
1 year ago
Ionite
a99d208a5f
Add Generated Resources.Designer.cs
1 year ago
Ionite
718fcb554e
Remove directive
1 year ago
Ionite
4409f6f312
Add localization file and settings (debug only)
1 year ago
Ionite
6673270b13
Add more dispose safety checks
1 year ago
JT
28d1c595eb
Update chagenlog & group IDs
1 year ago
JT
e62111c788
Speed up CheckpointsPage some more & add "installed" sortmode to model browser & hide NewCheckpointsPage until its more finished
1 year ago