JT
aefef59546
finished up install stuff, added to download/progressmanager, restore dialog, etc
1 year ago
JT
a2d8035556
Merge branch 'main' of https://github.com/ionite34/StabilityMatrix into install-refactor
1 year ago
Ionite
e1b6b999c6
Add ImageIndexService and Inference Image Viewer
1 year ago
Ionite
8a3bce388c
Set client output images directory on connect
1 year ago
Ionite
97e5aa8ca9
Add keybindings for inference menu
1 year ago
Ionite
39553b6701
Add SettingsManager.ImagesInferenceDirectory
1 year ago
Ionite
6715c391cb
Add SettingsManager.ImagesDirectory
1 year ago
Ionite
2f2b6b428b
Fix hires fix using post processing upscaler
1 year ago
Ionite
cbe41b16d5
Version bump
1 year ago
Ionite
cb032e72de
Merge branch 'main' into inference
1 year ago
Ionite
def4c2b8a0
Add connected icon with info, UI formatting
1 year ago
Ionite
dfeb13e0f4
Exclude persistent views in designer mode
1 year ago
Ionite
6708d2792c
Fix errors during web client shutdown
1 year ago
Ionite
a58c9a0f03
Fix call from invalid thread error in connection
1 year ago
Ionite
076676cea9
Add new auto connection and help dialog
1 year ago
Ionite
948707cb59
Fix double setting of SelectedPackage
1 year ago
Ionite
bc14b36e5d
Add optional param argument for navigation service
1 year ago
Ionite
e1a37cd02f
Add GetLaunchArgs Host and Port methods to InstalledPackage
1 year ago
Ionite
dad1e22856
Add polly delayed retrys for client connection
1 year ago
Ionite
c3c13e28f4
Merge pull request #234 from ionite34/fix-logviewer
1 year ago
Ionite
92ed08e1fe
Add Action_Connect resource
1 year ago
Ionite
dbc22de50c
Remove double debugger logging in DataStoreLoggerTarget
1 year ago
Ionite
712ce977ae
Fix LogViewer AddLogViewer not using correct instance
1 year ago
Ionite
3aa5513653
Create PreloadAttribute.cs
1 year ago
JT
b1644087c9
Merge branch 'install-refactor' of https://github.com/ionite34/StabilityMatrix into install-refactor
1 year ago
JT
9d25c0b9a0
Merge branch 'main' of https://github.com/ionite34/StabilityMatrix into install-refactor
1 year ago
Ionite
ec6fe2ab15
Merge pull request #233 from ionite34/changelog-update
1 year ago
Ionite
3ed09521d5
Update CHANGELOG.md
1 year ago
Ionite
ce55736ebd
Update CHANGELOG.md
1 year ago
Ionite
ee57c905e1
Merge pull request #232 from ionite34/update
1 year ago
Ionite
2f6c136c05
Fix save streams not overwriting fully
1 year ago
Ionite
a84875ad79
Fix command error handlers
1 year ago
Ionite
384884e187
Add image metadata parsing internals, debug menu
1 year ago
Ionite
cda51c64fb
Add current tab state saving
1 year ago
Ionite
352163422b
Fix serialization support for JsonPropertyName
1 year ago
Ionite
e76ef3508e
Add StripStart string extension method
1 year ago
Ionite
8b0b4480f5
Fix dock panel context menu and transparency
1 year ago
Ionite
3cb14cc7cc
Add DialogHelper.CreateJsonDialog
1 year ago
Ionite
ad2a6ec104
Merge branch 'main' into update
1 year ago
Ionite
022b79d36b
Merge pull request #103 from USA-RedDragon/fix-permissions
...
Unix: Fix binary permissions
1 year ago
Ionite
bd6f5064e7
Fixed empty latent size order
1 year ago
Ionite
5f9e2fbc41
Implement Refiner support
1 year ago
Ionite
40ea8f8b81
Update CodeTimer with optional postfix
1 year ago
Ionite
f2509ceff3
Add refiner steps to sampler card, switch to localized strings
1 year ago
Ionite
386da08386
Visual fixes for ImageGallery, hide nav buttons when single image
1 year ago
Ionite
d39e73bf48
Fix right mouse zoom and added more zoom levels
1 year ago
Ionite
5df6a3fd5d
Add display names for new DPM 3M samplers
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
Ionite
7988550491
Made AdvancedImageBox scrollbars transparent
1 year ago