Skip to content

Commit

Permalink
Change default model
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyloop committed Aug 4, 2024
1 parent 9dd8156 commit 64549c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main-src/processQueue.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ module.exports.getModelName = () => {
return modelName
}
}
return 'htdemucs_ft'
return 'htdemucs'
}

module.exports.getLocalFileOutputToContainingDir = () => {
Expand Down
2 changes: 1 addition & 1 deletion renderer-src/components/PreferencesPopup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@
class="border-solid border border-slate-700 bg-slate-900 text-slate-300 focus:outline-none focus:ring focus:ring-cyan-300 px-2 py-1 mb-2 rounded-md"
bind:value={modelName}
>
<option value="htdemucs" class="bg-slate-900 text-slate-300 px-2 py-1">4-channel (Fast)</option>
<option value="htdemucs_ft" class="bg-slate-900 text-slate-300 px-2 py-1"
>4-channel (Finetuned)</option
>
<option value="htdemucs" class="bg-slate-900 text-slate-300 px-2 py-1">4-channel (Fast)</option>
<option value="htdemucs_6s" class="bg-slate-900 text-slate-300 px-2 py-1"
>6-channel (Experimental)</option
>
Expand Down

0 comments on commit 64549c2

Please sign in to comment.