-
-
Notifications
You must be signed in to change notification settings - Fork 563
v2.15.1 #1412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
v2.15.1 #1412
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e369fe4
Fixed AI Toolkit error on job start, show at least 30 results in civi…
mohnjiles e1b752e
Request more than TargetItemCount
mohnjiles 27b30f1
Merge pull request #1140 from ionite34/fixes-n-stuff
mohnjiles 771bc04
Update HIP SDK to 6.4.2 for zluda packages and update comfyzluda to j…
mohnjiles 837f79b
Merge pull request #1141 from ionite34/update-zluda-stuffs
mohnjiles f4f7547
Fix incorrect zipFolderName parsing for gfx1103
mohnjiles 2d2ca5a
Merge pull request #1145 from ionite34/fix-gfx1103-zip-name
mohnjiles d9ad7df
Merge branch 'main' into dev-to-main
mohnjiles 1a31edc
Merge pull request #1146 from ionite34/dev-to-main
mohnjiles 4964aed
Merge pull request #1147 from ionite34/update-sage-and-nunchaku
mohnjiles 749da3c
Merge pull request #1148 from ionite34/backport/main/pr-1147
mohnjiles cfd6f2b
Merge pull request #1149 from ionite34/fix-python-special-character-p…
mohnjiles 3d2667f
Merge pull request #1150 from ionite34/backport/main/pr-1149
mohnjiles a845630
Merge pull request #1151 from ionite34/fix-format-crashes
mohnjiles 9a7e665
Merge pull request #1153 from ionite34/backport/main/pr-1151
mohnjiles cd142ce
Merge pull request #1152 from ionite34/fix-sdnext
mohnjiles 66319fd
Merge pull request #1154 from ionite34/backport/main/pr-1152
mohnjiles 3093966
Merge pull request #1155 from ionite34/shoutout-chagenlog
mohnjiles 4aa2625
Merge pull request #1156 from ionite34/backport/main/pr-1155
mohnjiles a9fc2f8
Merge branch 'main' of https://github.com/LykosAI/StabilityMatrix-Dev
mohnjiles a29d932
Merge branch 'LykosAI:main' into main
mohnjiles 265e67b
Merge pull request #1157 from ionite34/comfy-rocm-env-vars
mohnjiles 4ed952d
Merge pull request #1158 from ionite34/backport/main/pr-1157
mohnjiles dac3f3a
Merge branch 'main' of https://github.com/LykosAI/StabilityMatrix-Dev
mohnjiles File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The HIP SDK version "6.4" is hardcoded. This version string is used in multiple places (
WindowsPrerequisiteHelper.cs,ComfyZluda.cs,ForgeAmdGpu.cs). To improve maintainability, consider defining it as a public constant in a shared location within theStabilityMatrix.Coreproject, so it only needs to be updated in one place in the future.