-
-
Notifications
You must be signed in to change notification settings - Fork 55
disable_separation and Safety Check #295
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
Open
RobUmf
wants to merge
20
commits into
rakuri255:main
Choose a base branch
from
RobUmf:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
3dd55e7
Add sweet_mixer.sh to tools folder
RobUmf 3ad834d
Text to go with sweet_mixer
RobUmf 2e36408
Mixer in PY and MD
RobUmf 60c9b54
Update sweet_mixer.py
RobUmf 3b3893d
Add --disable_separation flag to bypass Demucs
RobUmf 3fe421a
portableMP3.py and for mobile optimization
RobUmf 92306a7
Update portableMP3.md with flags
RobUmf 554d543
Unnecessary comment.
RobUmf c2a81f9
Clean up comments in UltraSinger.py
RobUmf 5bbd60a
Clean up bypass mode handling in UltraSinger
RobUmf 623f1cd
Add safety checks for audio file conversions
RobUmf 2386ce4
Merge pull request #1 from RobUmf/disable_seperation
RobUmf 7c70f93
Add cache_override_path to Settings.py
RobUmf 08ca61a
Merge pull request #2 from RobUmf/patch-1
RobUmf 1291a79
Delete tools/sweet_mixer.sh
RobUmf 1efc8d1
Delete tools/sweet_mixer.txt
RobUmf 3fe132e
Delete tools directory
RobUmf c0cf7ef
cache_override_path twice
RobUmf 0ecb206
Remove A.I Commits
RobUmf 3f072ff
cache_override_path from empty string to None
RobUmf 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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Silent skip of karaoke conversion when instrumental is unavailable — user gets no feedback.
When
--disable_separationis used,instrumental_audio_file_pathis never set, so the karaoke MP3 is silently not created. The v1.1.0+ branch (line 413) prints a bypass message, but this older-format branch does not. Users expecting a karaoke file will be confused.Proposed fix: add a similar bypass message
if process_data.process_data_paths.instrumental_audio_file_path: convert_wav_to_mp3(process_data.process_data_paths.instrumental_audio_file_path, karaoke_output_path) + else: + print(f"{ULTRASINGER_HEAD} Skipping karaoke conversion (Bypass mode).")🤖 Prompt for AI Agents
Uh oh!
There was an error while loading. Please reload this page.
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.
@RobUmf can you check this?
Maybe just use the given prompt for your ai
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.