fix: minor updates the parameters send to ace-step-1.5
This commit is contained in:
@@ -520,7 +520,7 @@ const FullSongTab: React.FC = () => {
|
|||||||
const [instrumental, setInstrumental] = useState(false);
|
const [instrumental, setInstrumental] = useState(false);
|
||||||
const [inferenceSteps, setInferenceSteps] = useState(8);
|
const [inferenceSteps, setInferenceSteps] = useState(8);
|
||||||
const [guidanceScale, setGuidanceScale] = useState(7.0);
|
const [guidanceScale, setGuidanceScale] = useState(7.0);
|
||||||
const [useRandomSeed, setUseRandomSeed] = useState(false);
|
const [useRandomSeed, setUseRandomSeed] = useState(true);
|
||||||
const [seed, setSeed] = useState(-1);
|
const [seed, setSeed] = useState(-1);
|
||||||
const [thinking, setThinking] = useState(true);
|
const [thinking, setThinking] = useState(true);
|
||||||
|
|
||||||
@@ -592,6 +592,7 @@ const FullSongTab: React.FC = () => {
|
|||||||
seed,
|
seed,
|
||||||
thinking,
|
thinking,
|
||||||
// Hardcoded — not exposed in UI
|
// Hardcoded — not exposed in UI
|
||||||
|
lm_model_path: "acestep-5Hz-lm-0.6B",
|
||||||
batch_size: 1,
|
batch_size: 1,
|
||||||
audio_format: 'mp3',
|
audio_format: 'mp3',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user