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
14743dbf39
Merge pull request #91 from LykosAI/main
1 year ago
Ionite
d32bb5e9d4
Merge branch 'main' into main
1 year ago
Ionite
7af3985b3b
Merge branch 'main' of https://github.com/LykosAI/StabilityMatrix-Dev
1 year ago
Ionite
8372555273
Merge branch 'main' of https://github.com/ionite34/StabilityMatrix
1 year ago
Ionite
546a4a995c
Merge pull request #225 from ionite34/fix-package-text
1 year ago
Ionite
b2dd30d924
Add force recreate for install venv setups
1 year ago
Ionite
ed22b8bdb6
Add changelog for package display name fix
1 year ago
Ionite
f58c684e2c
Fix package page display for long names
1 year ago
Ionite
b74d24f840
Merge pull request #224 from ionite34/fix-datadirectory
1 year ago
Ionite
02798056b2
Fix DirectoryNotFoundException crashes on startup when previous Data directory no longer exists
1 year ago
Ionite
e765778d82
Merge pull request #222 from ionite34/macos-support
1 year ago
Ionite
8de32dc530
Merge branch 'main' into macos-support
1 year ago
JT
405bbc70dd
Merge pull request #223 from ionite34/dont-nuke-configs
...
Only setup TAESD preview on initial install if the config doesn't exist
1 year ago
JT
3095e51704
chagenlog
1 year ago
JT
308aed8a54
Only setup TAESD preview on initial install if the config doesn't exist
1 year ago
Ionite
5fbb10cf7f
Merge branch 'main' into macos-support
1 year ago
ionite34
a15b7734d4
Add 7z assets, python paths
1 year ago
Ionite
bd6428b7c1
Merge pull request #221 from ionite34/fix-gpu-recognition
1 year ago
Ionite
80af77bce3
Add changelog for path fix
1 year ago
Ionite
ce2e251324
Fix checkpoint file index extension identification
1 year ago
Ionite
078387f0c9
Add changelog for gpu fix
1 year ago
Ionite
7aee93fc8f
Fix gpu recognition for tesla cards
1 year ago
Ionite
617627a19d
Merge pull request #85 from LykosAI/main
1 year ago
Ionite
a999f5ee57
Merge branch 'main' into main
1 year ago
Ionite
db6bfb481d
Merge branch 'main' of https://github.com/LykosAI/StabilityMatrix-Dev
1 year ago
Ionite
8df681b714
Merge branch 'main' of https://github.com/ionite34/StabilityMatrix
1 year ago
Ionite
fa6e95ce8f
Merge pull request #220 from ionite34/fix-download
1 year ago
Ionite
14469e36e6
Bump project version
1 year ago
Ionite
2fb6b87e42
Update version
1 year ago
Ionite
17f2b07339
Add fixes to changelog
1 year ago
Ionite
cbe3fb7cd0
More safety checks for LiteDb
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
3eddef66ea
Merge pull request #219 from ionite34/new-model-version-dialog
...
New model version dialog
1 year ago
JT
a63bc662f8
update chagenlog
1 year ago
JT
c90a24e6f3
Rearranged model version dialog & added model description, also added ROCm options for most packages
1 year ago
JT
0a6a07cc8e
Merge branch 'main' of https://github.com/ionite34/StabilityMatrix into add-rocm-to-comfy
1 year ago
Ionite
830905d48e
Merge pull request #81 from LykosAI/main
1 year ago
Ionite
3e71b40451
Merge branch 'main' into main
1 year ago
Ionite
10d350a9ae
Merge branch 'main' of https://github.com/LykosAI/StabilityMatrix-Dev
1 year ago
Ionite
116dcc9337
Merge branch 'main' of https://github.com/ionite34/StabilityMatrix
1 year ago
Ionite
456a226f54
Merge pull request #218 from ionite34/fixes
1 year ago
Ionite
1e58c8ec06
Add changelog for import migration
1 year ago
Ionite
52bd14144f
Add progress and venv/model migration for imports
1 year ago
Ionite
6524a58c1a
Add forceRecreate option for BaseGitPackage.SetupVenv
1 year ago
Ionite
d3c67b180c
Checkpoints margins update and some string localization
1 year ago
Ionite
377e5c25f4
Add changelog for update fix
1 year ago
Ionite
46db84f092
Fix update datetime formatting to be culture invariant
1 year ago
Ionite
64041a43ec
Add temp fallback for locked database file
1 year ago