resync with master#16
Merged
lmangani merged 3 commits intoaudiohacking:copilot/add-wav-mp3-conversionfrom Mar 8, 2026
Merged
Conversation
…tart/end Add repaint mode to dit-vae: regenerate a time region of source audio while preserving the rest. Activated by setting repainting_start and/or repainting_end in the request JSON (both default to -1 = inactive). When active, the DiT receives a binary chunk mask: - Inside region: mask=1.0, src=silence (generate new content) - Outside region: mask=0.0, src=cover_latents (preserve original) Instruction switches to "Repaint the mask area based on the given conditions:" Semantics: - Both -1: inactive (plain cover) - start=-1: means 0s (beginning) - end=-1: means source duration (end) - end <= start after resolve: hard error - repaint params without --src-audio: hard error No task_type field needed. Two floats activate the mode. Also add [Component] prefix to all bare ERROR/FATAL messages across tools/ and src/ to match existing convention ([VAE], [Load], [GGUF])
360e324
into
audiohacking:copilot/add-wav-mp3-conversion
2 checks passed
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.
No description provided.