Ionite
104267e4b5
Fix library dir not set errors on launch
1 year ago
JT
1db2ca9083
Catch & display install errors
1 year ago
JT
1273af84ba
AutoScroll to end & package fixes
...
- Added button for auto-scroll-to-end for package console output
- Fixed auto-close dialog not closing on package updates
- Fixed missing onConsoleOutput for package updates
- Switched Foooocus to branch-only mode
1 year ago
Ionite
00bb04dcaf
Rename Resources.zh-hant.resx to Resources.zh-Hant.resx
1 year ago
Ionite
c1cc035ea9
Rename Resources.zh-hans.resx to Resources.zh-Hans.resx
1 year ago
Ionite
cb7b63136e
Use OnLoaded since no async
1 year ago
Ionite
7be9372693
Fix culture info casing
1 year ago
Ionite
fb18bd8a0c
Add zh-hans and zh-hant localizations
1 year ago
Ionite
1112a5b2f9
Update ja-JP resources
1 year ago
JT
455ad05ba2
Use new console progress dialog for package updates
1 year ago
Ionite
cfdee464bd
Fix SelectDataDirectory resource string order
1 year ago
Ionite
2b6f85ef14
Set default system culture on launch when no settings
1 year ago
Ionite
6ebc3be68a
Fix regional fonts
1 year ago
Ionite
9fcb19fb37
Add updated resources for ja-JP
1 year ago
Ionite
35173c4e32
Version bump
1 year ago
Ionite
d80b73506f
Fix model delete not updating index
1 year ago
Ionite
dd69f2b278
Update translations and font
1 year ago
Ionite
65011ea969
More string localization
1 year ago
Ionite
84b99df576
Use localized strings for ExceptionDialog
1 year ago
Ionite
dc622f39f0
Use localized strings for EnvVarsDialog
1 year ago
Ionite
97f9f80a32
Use localized strings for PackageManagerPage
1 year ago
Ionite
cfbbff6dea
Use localized strings for OneClickInstallViewModel
1 year ago
Ionite
51db2c97f3
Add LaunchPage localized resources
1 year ago
Ionite
8647284681
Use Localized resources for SettingsPage
1 year ago
JT
633cf0403a
Remove extra sort
1 year ago
JT
f9957f4ec9
Updated sorts & filters & changelog
1 year ago
Ionite
d5a19f554c
Improve Indexing performance
1 year ago
JT
be3c6b9617
WIP updated checkpoint folder algorithm
1 year ago
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