[DiffSinger/BUGFIX]Implement DiffSinger variance retake with hard compose - #2287
Open
KakaruHayate wants to merge 3 commits into
Open
[DiffSinger/BUGFIX]Implement DiffSinger variance retake with hard compose#2287KakaruHayate wants to merge 3 commits into
KakaruHayate wants to merge 3 commits into
Conversation
keirokeer
added a commit
to keirokeer/OpenUtau-lunai
that referenced
this pull request
Aug 7, 2026
…u#2287) Based on openutau#2287 by @KakaruHayate, adapted for Lunai.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge order and dependencies
RenderEngine.csandNotifications.cs.This PR is intentionally based on current
master, where #2176 is already merged. It does not include the code from #2183, #2175, or #2174. The order above describes the intended final integration order; if this PR is reviewed before #2183 is merged, it can remain independent onmasterand be rebased when the stack is integrated.Retake scope requirements
Partial variance retake is allowed only when the tensor-cache scope remains compatible:
What changed
[1, T, V]retake input.Validation
dotnet restore OpenUtau.Test/OpenUtau.Test.csprojdotnet test OpenUtau.Test/OpenUtau.Test.csproj --no-restore --filter "FullyQualifiedName~DiffSingerVariancePatchTest"